COM.claymoresystems.crypto
Class BaseDSAPrivateKey
java.lang.Object
COM.claymoresystems.crypto.BaseDSAPrivateKey
- All Implemented Interfaces:
- java.io.Serializable, java.security.interfaces.DSAKey, java.security.interfaces.DSAPrivateKey, java.security.Key, java.security.PrivateKey
- Direct Known Subclasses:
- EAYDSAPrivateKey
public class BaseDSAPrivateKey
- extends java.lang.Object
- implements java.security.interfaces.DSAPrivateKey
- See Also:
- Serialized Form
Field Summary |
protected java.security.interfaces.DSAParams |
params
|
protected java.math.BigInteger |
X
|
Fields inherited from interface java.security.interfaces.DSAPrivateKey |
serialVersionUID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X
protected java.math.BigInteger X
params
protected java.security.interfaces.DSAParams params
BaseDSAPrivateKey
protected BaseDSAPrivateKey()
BaseDSAPrivateKey
public BaseDSAPrivateKey(java.security.interfaces.DSAPrivateKey key)
getX
public java.math.BigInteger getX()
- Specified by:
getX
in interface java.security.interfaces.DSAPrivateKey
getY
public java.math.BigInteger getY()
getParams
public java.security.interfaces.DSAParams getParams()
- Specified by:
getParams
in interface java.security.interfaces.DSAKey
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded
in interface java.security.Key
getFormat
public java.lang.String getFormat()
- Specified by:
getFormat
in interface java.security.Key
getAlgorithm
public java.lang.String getAlgorithm()
- Specified by:
getAlgorithm
in interface java.security.Key
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.