Convert java.security.PrivateKey to Chilkat PrivateKey, java.security.cert.Certificate to Chilkat Certificate

Question: We are facing some problems about private key and x509 cert. In our case, we already have instance of java.security.PrivateKey and java.security.cert.Certificate How can we convert these instance to CkPrivateKey and CkCert for using in CkXmlDSignGen? Private Key Answer: Google java.security.PrivateKey Go to reference doc page: https://docs.oracle.com/javase/8/docs/api/java/security/PrivateKey.html Find way to get the private key in some format.  (Chilkat can […]