Package org.bouncycastle.operator
Interface KeyUnwrapper
- 
- All Known Implementing Classes:
 AsymmetricKeyUnwrapper,BcAESSymmetricKeyUnwrapper,BcAsymmetricKeyUnwrapper,BcRSAAsymmetricKeyUnwrapper,BcSymmetricKeyUnwrapper,JceAsymmetricKeyUnwrapper,JceKTSKeyUnwrapper,JceSymmetricKeyUnwrapper,SymmetricKeyUnwrapper
public interface KeyUnwrapper 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericKeygenerateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptionKeyAlgorithm, byte[] encryptedKey)org.bouncycastle.asn1.x509.AlgorithmIdentifiergetAlgorithmIdentifier() 
 - 
 
- 
- 
Method Detail
- 
getAlgorithmIdentifier
org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
 
- 
generateUnwrappedKey
GenericKey generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptionKeyAlgorithm, byte[] encryptedKey) throws OperatorException
- Throws:
 OperatorException
 
 - 
 
 -