public class BaseDSAPrivateKey
extends java.lang.Object
implements java.security.interfaces.DSAPrivateKey
| Modifier and Type | Field and Description |
|---|---|
protected java.security.interfaces.DSAParams |
params |
protected java.math.BigInteger |
X |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseDSAPrivateKey() |
|
BaseDSAPrivateKey(java.security.interfaces.DSAPrivateKey key) |
| 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() |
java.math.BigInteger |
getY() |
protected java.math.BigInteger X
protected java.security.interfaces.DSAParams params
protected BaseDSAPrivateKey()
public BaseDSAPrivateKey(java.security.interfaces.DSAPrivateKey key)
public java.math.BigInteger getX()
getX in interface java.security.interfaces.DSAPrivateKeypublic java.math.BigInteger getY()
public java.security.interfaces.DSAParams getParams()
getParams in interface java.security.interfaces.DSAKeypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic java.lang.String getAlgorithm()
getAlgorithm in interface java.security.KeyCopyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.