Class PEMEncryptedKeyPair


  • public class PEMEncryptedKeyPair
    extends java.lang.Object
    • Method Detail

      • getDekAlgName

        public java.lang.String getDekAlgName()
        Return the key encryption algorithm name that was in the original DEK-Info field.
        Returns:
        the key encryption algorithm name.
      • decryptKeyPair

        public PEMKeyPair decryptKeyPair​(PEMDecryptorProvider keyDecryptorProvider)
                                  throws java.io.IOException
        Throws:
        java.io.IOException