May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface javax.crypto.interfaces.DHPublicKey
This interface represents a public key in a Diffie-Hellman key agreement protocol.
public interface javax.crypto.interfaces.DHPublicKey
implements javax.crypto.interfaces.DHKey, java.security.PublicKey {
// Instance Methods
public abstract BigInteger getY( );
}
DHKey, DHPrivateKey, PublicKey
|
Read now
Unlock full access