Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Class SymmetricKeyWrapper

java.lang.Object
  |
  +--org.bouncycastle.operator.SymmetricKeyWrapper
All Implemented Interfaces:
KeyWrapper
Direct Known Subclasses:
BcSymmetricKeyWrapper, JceSymmetricKeyWrapper

public abstract class SymmetricKeyWrapper
extends java.lang.Object
implements KeyWrapper


Constructor Summary
protected SymmetricKeyWrapper(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.KeyWrapper
generateWrappedKey
 

Constructor Detail

SymmetricKeyWrapper

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

getAlgorithmIdentifier

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

Bouncy Castle Cryptography Library 1.79