Bouncy Castle Cryptography Library 1.81

org.bouncycastle.operator.bc
Class BcAESSymmetricKeyUnwrapper

java.lang.Object
  extended byorg.bouncycastle.operator.SymmetricKeyUnwrapper
      extended byorg.bouncycastle.operator.bc.BcSymmetricKeyUnwrapper
          extended byorg.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.81