Bouncy Castle Cryptography Library 1.49

org.bouncycastle.operator.bc
Class BcAESSymmetricKeyWrapper

java.lang.Object
  extended by org.bouncycastle.operator.SymmetricKeyWrapper
      extended by org.bouncycastle.operator.bc.BcSymmetricKeyWrapper
          extended by org.bouncycastle.operator.bc.BcAESSymmetricKeyWrapper
All Implemented Interfaces:
KeyWrapper

public class BcAESSymmetricKeyWrapper
extends BcSymmetricKeyWrapper


Constructor Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcAESSymmetricKeyWrapper

public BcAESSymmetricKeyWrapper(org.bouncycastle.crypto.params.KeyParameter wrappingKey)

Bouncy Castle Cryptography Library 1.49