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