Class PEMEncryptedKeyPair

java.lang.Object
org.bouncycastle.openssl.PEMEncryptedKeyPair

public class PEMEncryptedKeyPair extends Object
  • Method Details

    • getDekAlgName

      public 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 IOException
      Throws:
      IOException