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
public class BcAESSymmetricKeyUnwrapper extends BcSymmetricKeyUnwrapper
-
-
Constructor Summary
Constructors Constructor Description BcAESSymmetricKeyUnwrapper(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
-
-