Package org.bouncycastle.operator
Class AsymmetricKeyUnwrapper
java.lang.Object
org.bouncycastle.operator.AsymmetricKeyUnwrapper
- All Implemented Interfaces:
KeyUnwrapper
- Direct Known Subclasses:
BcAsymmetricKeyUnwrapper
,JceAsymmetricKeyUnwrapper
,JceKTSKeyUnwrapper
-
Constructor Summary
ModifierConstructorDescriptionprotected
AsymmetricKeyUnwrapper
(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.KeyUnwrapper
generateUnwrappedKey
-
Constructor Details
-
AsymmetricKeyUnwrapper
protected AsymmetricKeyUnwrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
-
-
Method Details
-
getAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()- Specified by:
getAlgorithmIdentifier
in interfaceKeyUnwrapper
-