May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface javax.crypto.interfaces.DHKey
This interface represents a public or private key used the Diffie-Hellman key agreement implementation.
public abstract interface javax.crypto.interfaces.DHKey {
// Instance Methods
public abstract DHParameterSpec getParams();
}
DHPrivateKey, DHPublicKey