May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface javax.crypto.interfaces.DHPublicKey
This interface represents a public key in a Diffie-Hellman key agreement protocol.
public abstract interface javax.crypto.interfaces.DHPublicKey
implements javax.crypto.interfaces.DHKey, java.security.PublicKey {
// Instance Methods
public abstract BigInteger getY();
}
DHKey, DHPrivateKey, PublicKey