Package org.bouncycastle.operator
Class AsymmetricKeyWrapper
- java.lang.Object
-
- org.bouncycastle.operator.AsymmetricKeyWrapper
-
- All Implemented Interfaces:
KeyWrapper
- Direct Known Subclasses:
BcAsymmetricKeyWrapper
,JceAsymmetricKeyWrapper
,JceKTSKeyWrapper
public abstract class AsymmetricKeyWrapper extends java.lang.Object implements KeyWrapper
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AsymmetricKeyWrapper(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.x509.AlgorithmIdentifier
getAlgorithmIdentifier()
-
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
-
-
-
-
Method Detail
-
getAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()
- Specified by:
getAlgorithmIdentifier
in interfaceKeyWrapper
-
-