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.NumberFormatExceptionpublic java.math.BigInteger getX()
getX in interface java.security.interfaces.DSAPrivateKeypublic java.security.interfaces.DSAParams getParams()
getParams in interface java.security.interfaces.DSAKeypublic java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Key