Bouncy Castle Cryptography Library 1.79

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
BcAESSymmetricKeyWrapper(org.bouncycastle.crypto.params.KeyParameter wrappingKey)
           
 
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.79