Package org.bouncycastle.operator
Class SymmetricKeyWrapper
java.lang.Object
org.bouncycastle.operator.SymmetricKeyWrapper
- All Implemented Interfaces:
KeyWrapper
- Direct Known Subclasses:
BcSymmetricKeyWrapper
,JceSymmetricKeyWrapper
-
Constructor Summary
ModifierConstructorDescriptionprotected
SymmetricKeyWrapper
(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifier
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 Details
-
SymmetricKeyWrapper
protected SymmetricKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
-
-
Method Details
-
getAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()- Specified by:
getAlgorithmIdentifier
in interfaceKeyWrapper
-