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

DHPublicKey

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

Fields Summary
public static final long
serialVersionUID
The serial version identifier.
Constructors Summary
Methods Summary
public java.math.BigIntegergetY()
Returns this key's public value Y.

return
this key's public value Y.