Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Class SymmetricKeyUnwrapper

java.lang.Object
  |
  +--org.bouncycastle.operator.SymmetricKeyUnwrapper
All Implemented Interfaces:
KeyUnwrapper
Direct Known Subclasses:
BcSymmetricKeyUnwrapper, JceSymmetricKeyUnwrapper

public abstract class SymmetricKeyUnwrapper
extends java.lang.Object
implements KeyUnwrapper


Constructor Summary
protected SymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
           
 
Method Summary
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.bouncycastle.operator.KeyUnwrapper
generateUnwrappedKey
 

Constructor Detail

SymmetricKeyUnwrapper

protected SymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
Method Detail

getAlgorithmIdentifier

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
Specified by:
getAlgorithmIdentifier in interface KeyUnwrapper

Bouncy Castle Cryptography Library 1.79