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
ConstructorsConstructorDescriptionBcAESSymmetricKeyUnwrapper(org.bouncycastle.crypto.params.KeyParameter wrappingKey) -
Method Summary
Methods inherited from class BcSymmetricKeyUnwrapper
generateUnwrappedKey, setSecureRandomMethods inherited from class SymmetricKeyUnwrapper
getAlgorithmIdentifier
-
Constructor Details
-
BcAESSymmetricKeyUnwrapper
public BcAESSymmetricKeyUnwrapper(org.bouncycastle.crypto.params.KeyParameter wrappingKey)
-