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