public class DSAPrivateKeyImpl
extends java.lang.Object
implements java.security.interfaces.DSAPrivateKey
Constructor and Description |
---|
DSAPrivateKeyImpl(java.math.BigInteger x,
java.security.interfaces.DSAParams params) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
java.security.interfaces.DSAParams |
getParams() |
java.math.BigInteger |
getX() |
public DSAPrivateKeyImpl(java.math.BigInteger x, java.security.interfaces.DSAParams params) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public java.math.BigInteger getX()
getX
in interface java.security.interfaces.DSAPrivateKey
public java.security.interfaces.DSAParams getParams()
getParams
in interface java.security.interfaces.DSAKey
public java.lang.String getAlgorithm()
getAlgorithm
in interface java.security.Key
public java.lang.String getFormat()
getFormat
in interface java.security.Key
public byte[] getEncoded()
getEncoded
in interface java.security.Key