Class DSAPrivateKeyImpl
- java.lang.Object
-
- sun.security.pkcs.PKCS8Key
-
- com.fortanix.sdkms.jce.provider.keys.asym.dsa.DSAPrivateKeyImpl
-
- All Implemented Interfaces:
SdkmsKey,java.io.Serializable,java.security.interfaces.DSAKey,java.security.interfaces.DSAPrivateKey,java.security.Key,java.security.PrivateKey,javax.security.auth.Destroyable
public class DSAPrivateKeyImpl extends sun.security.pkcs.PKCS8Key implements java.security.interfaces.DSAPrivateKey, SdkmsKey
- See Also:
- Serialized Form
-
-
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.SobjectDescriptorgetKeyDescriptor()java.security.interfaces.DSAParamsgetParams()java.math.BigIntegergetX()-
Methods inherited from class sun.security.pkcs.PKCS8Key
decode, decode, encode, encode, equals, getAlgorithm, getAlgorithmId, getFormat, hashCode, parse, parseKey, parseKeyBits, writeReplace
-
-
-
-
Method Detail
-
getKeyDescriptor
public com.fortanix.sdkms.v1.model.SobjectDescriptor getKeyDescriptor()
- Specified by:
getKeyDescriptorin interfaceSdkmsKey
-
getX
public java.math.BigInteger getX()
- Specified by:
getXin interfacejava.security.interfaces.DSAPrivateKey
-
getParams
public java.security.interfaces.DSAParams getParams()
- Specified by:
getParamsin interfacejava.security.interfaces.DSAKey
-
getEncoded
public byte[] getEncoded()
- Specified by:
getEncodedin interfacejava.security.Key- Overrides:
getEncodedin classsun.security.pkcs.PKCS8Key
-
-