Class DSAPrivateKeyImpl
- java.lang.Object
-
- sun.security.pkcs.PKCS8Key
-
- com.fortanix.sdkms.jce.provider.keys.asym.dsa.DSAPrivateKeyImpl
-
- All Implemented Interfaces:
SdkmsKey
,Serializable
,DSAKey
,DSAPrivateKey
,Key
,PrivateKey
,Destroyable
public class DSAPrivateKeyImpl extends sun.security.pkcs.PKCS8Key implements DSAPrivateKey, SdkmsKey
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface java.security.interfaces.DSAPrivateKey
serialVersionUID
-
-
Constructor Summary
Constructors Constructor Description DSAPrivateKeyImpl(com.fortanix.sdkms.v1.model.KeyObject keyObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getEncoded()
com.fortanix.sdkms.v1.model.SobjectDescriptor
getKeyDescriptor()
DSAParams
getParams()
BigInteger
getX()
-
Methods inherited from class sun.security.pkcs.PKCS8Key
decode, decode, encode, encode, equals, getAlgorithm, getAlgorithmId, getFormat, hashCode, parse, parseKey, parseKeyBits, writeReplace
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.security.auth.Destroyable
destroy, isDestroyed
-
Methods inherited from interface java.security.Key
getAlgorithm, getFormat
-
-
-
-
Method Detail
-
getKeyDescriptor
public com.fortanix.sdkms.v1.model.SobjectDescriptor getKeyDescriptor()
- Specified by:
getKeyDescriptor
in interfaceSdkmsKey
-
getX
public BigInteger getX()
- Specified by:
getX
in interfaceDSAPrivateKey
-
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded
in interfaceKey
- Overrides:
getEncoded
in classsun.security.pkcs.PKCS8Key
-
-