Package org.bouncycastle.operator.bc
Class BcAESSymmetricKeyUnwrapper
java.lang.Object
org.bouncycastle.operator.SymmetricKeyUnwrapper
org.bouncycastle.operator.bc.BcSymmetricKeyUnwrapper
org.bouncycastle.operator.bc.BcAESSymmetricKeyUnwrapper
- All Implemented Interfaces:
KeyUnwrapper
-
Constructor Summary
ConstructorDescriptionBcAESSymmetricKeyUnwrapper
(org.bouncycastle.crypto.params.KeyParameter wrappingKey) -
Method Summary
Methods inherited from class org.bouncycastle.operator.bc.BcSymmetricKeyUnwrapper
generateUnwrappedKey, setSecureRandom
Methods inherited from class org.bouncycastle.operator.SymmetricKeyUnwrapper
getAlgorithmIdentifier
-
Constructor Details
-
BcAESSymmetricKeyUnwrapper
public BcAESSymmetricKeyUnwrapper(org.bouncycastle.crypto.params.KeyParameter wrappingKey)
-