FileDocCategorySizeDatePackage
DHPrivateKey.javaAPI DocAndroid 1.5 API1350Wed May 06 22:41:02 BST 2009javax.crypto.interfaces

DHPrivateKey

public interface DHPrivateKey implements PrivateKey, DHKey
The interface for a private key in the Diffie-Hellman key exchange protocol.
since
Android 1.0

Fields Summary
public static final long
serialVersionUID
The serialization version identifier.
Constructors Summary
Methods Summary
public java.math.BigIntegergetX()
Returns this key's private value x.

return
this key's private value x.