Class AsymmetricKeyWrapper
java.lang.Object
org.bouncycastle.operator.AsymmetricKeyWrapper
- All Implemented Interfaces:
KeyWrapper
- Direct Known Subclasses:
BcAsymmetricKeyWrapper, JceAsymmetricKeyWrapper, JceKTSKeyWrapper, KEMKeyWrapper
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAsymmetricKeyWrapper(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 KeyWrapper
generateWrappedKey
-
Constructor Details
-
AsymmetricKeyWrapper
protected AsymmetricKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
-
-
Method Details
-
getAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()- Specified by:
getAlgorithmIdentifierin interfaceKeyWrapper
-