ice.crypto
Class DHPrivateKey
java.lang.Object
ice.crypto.DHPrivateKey
- All Implemented Interfaces:
- Key, PrivateKey, Serializable
- public class DHPrivateKey
- extends Object
- implements PrivateKey
compliant to JCE1.2's interface java.security.interface.DHPrivateKey
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHPrivateKey
public DHPrivateKey(BigInteger y,
DHParameterSpec parameters)
getX
public BigInteger getX()
getParams
public DHParameterSpec getParams()
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