Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openssl
Class PEMEncryptedKeyPair

java.lang.Object
  extended byorg.bouncycastle.openssl.PEMEncryptedKeyPair

public class PEMEncryptedKeyPair
extends java.lang.Object


Method Summary
 PEMKeyPair decryptKeyPair(PEMDecryptorProvider keyDecryptorProvider)
           
 java.lang.String getDekAlgName()
          Return the key encryption algorithm name that was in the original DEK-Info field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Bouncy Castle Cryptography Library 1.81