ice.crypto
Class DSAPrivateKeyImpl
java.lang.Object
ice.crypto.DSAPrivateKeyImpl
- All Implemented Interfaces:
- DSAKey, DSAPrivateKey, Key, PrivateKey, Serializable
- public class DSAPrivateKeyImpl
- extends Object
- implements DSAPrivateKey
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSAPrivateKeyImpl
public DSAPrivateKeyImpl(BigInteger x,
DSAParams parameters,
byte[] encoded,
String format)
getX
public BigInteger getX()
- Specified by:
getX in interface DSAPrivateKey
getParams
public DSAParams getParams()
- Specified by:
getParams in interface DSAKey
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm in interface Key
getEncoded
public byte[] getEncoded()
- Specified by:
getEncoded in interface Key
getFormat
public String getFormat()
- Specified by:
getFormat in interface Key