Class JcaPEMKeyConverter


  • public class JcaPEMKeyConverter
    extends java.lang.Object
    • Constructor Detail

      • JcaPEMKeyConverter

        public JcaPEMKeyConverter()
    • Method Detail

      • setProvider

        public JcaPEMKeyConverter setProvider​(java.security.Provider provider)
      • getPublicKey

        public java.security.PublicKey getPublicKey​(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo)
                                             throws PEMException
        Throws:
        PEMException
      • getPrivateKey

        public java.security.PrivateKey getPrivateKey​(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
                                               throws PEMException
        Throws:
        PEMException