Class SymmetricKeyUnwrapper
java.lang.Object
org.bouncycastle.operator.SymmetricKeyUnwrapper
- All Implemented Interfaces:
KeyUnwrapper
- Direct Known Subclasses:
BcSymmetricKeyUnwrapper, JceSymmetricKeyUnwrapper
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId) -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifierMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface KeyUnwrapper
generateUnwrappedKey
-
Constructor Details
-
SymmetricKeyUnwrapper
protected SymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
-
-
Method Details
-
getAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()- Specified by:
getAlgorithmIdentifierin interfaceKeyUnwrapper
-