File
Doc
Category
Size
Date
Package
DHPrivateKey.java
API Doc
Android 1.5 API
1350
Wed May 06 22:41:02 BST 2009
javax.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.BigInteger
getX
()
Returns this key's private value x.
return
this key's private value x.
Java Code Source