Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Interface KeyUnwrapper

All Known Implementing Classes:
SymmetricKeyUnwrapper, AsymmetricKeyUnwrapper

public interface KeyUnwrapper


Method Summary
 GenericKey generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptionKeyAlgorithm, byte[] encryptedKey)
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
           
 

Method Detail

getAlgorithmIdentifier

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()

generateUnwrappedKey

public GenericKey generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptionKeyAlgorithm,
                                       byte[] encryptedKey)
                                throws OperatorException

Bouncy Castle Cryptography Library 1.79