Package org.spongycastle.operator
Class AsymmetricKeyWrapper
java.lang.Object
org.spongycastle.operator.AsymmetricKeyWrapper
- All Implemented Interfaces:
KeyWrapper
- Direct Known Subclasses:
BcAsymmetricKeyWrapper,JceAsymmetricKeyWrapper,JceKTSKeyWrapper,KEMKeyWrapper
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAsymmetricKeyWrapper(org.spongycastle.asn1.x509.AlgorithmIdentifier algorithmId) -
Method Summary
Modifier and TypeMethodDescriptionorg.spongycastle.asn1.x509.AlgorithmIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.spongycastle.operator.KeyWrapper
generateWrappedKey
-
Constructor Details
-
AsymmetricKeyWrapper
protected AsymmetricKeyWrapper(org.spongycastle.asn1.x509.AlgorithmIdentifier algorithmId)
-
-
Method Details
-
getAlgorithmIdentifier
public org.spongycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()- Specified by:
getAlgorithmIdentifierin interfaceKeyWrapper
-