Bouncy Castle Cryptography Library 1.79

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
BcAESSymmetricKeyUnwrapper(org.bouncycastle.crypto.params.KeyParameter wrappingKey)
           
 
Methods inherited from class org.bouncycastle.operator.bc.BcSymmetricKeyUnwrapper
generateUnwrappedKey, setSecureRandom
 
Methods inherited from class org.bouncycastle.operator.SymmetricKeyUnwrapper
getAlgorithmIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcAESSymmetricKeyUnwrapper

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

Bouncy Castle Cryptography Library 1.79