Interface KeyUnwrapper
- All Known Implementing Classes:
AsymmetricKeyUnwrapper, BcAESSymmetricKeyUnwrapper, BcAsymmetricKeyUnwrapper, BcRSAAsymmetricKeyUnwrapper, BcSymmetricKeyUnwrapper, JceAsymmetricKeyUnwrapper, JceKTSKeyUnwrapper, JceSymmetricKeyUnwrapper, SymmetricKeyUnwrapper
public interface KeyUnwrapper
-
Method Summary
Modifier and TypeMethodDescriptiongenerateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptionKeyAlgorithm, byte[] encryptedKey) org.bouncycastle.asn1.x509.AlgorithmIdentifier
-
Method Details
-
getAlgorithmIdentifier
org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier() -
generateUnwrappedKey
GenericKey generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier encryptionKeyAlgorithm, byte[] encryptedKey) throws OperatorException - Throws:
OperatorException
-