Package org.bouncycastle.operator.bc
Class BcAESSymmetricKeyWrapper
java.lang.Object
org.bouncycastle.operator.SymmetricKeyWrapper
org.bouncycastle.operator.bc.BcSymmetricKeyWrapper
org.bouncycastle.operator.bc.BcAESSymmetricKeyWrapper
- All Implemented Interfaces:
KeyWrapper
-
Constructor Summary
ConstructorDescriptionBcAESSymmetricKeyWrapper
(org.bouncycastle.crypto.params.KeyParameter wrappingKey) -
Method Summary
Methods inherited from class org.bouncycastle.operator.bc.BcSymmetricKeyWrapper
generateWrappedKey, setSecureRandom
Methods inherited from class org.bouncycastle.operator.SymmetricKeyWrapper
getAlgorithmIdentifier
-
Constructor Details
-
BcAESSymmetricKeyWrapper
public BcAESSymmetricKeyWrapper(org.bouncycastle.crypto.params.KeyParameter wrappingKey)
-