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