May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface javax.crypto.interfaces.DHKey
This interface represents a public or private key used by the Diffie-Hellman key agreement implementation.
public interface javax.crypto.interfaces.DHKey {
// Instance Methods
public abstract DHParameterSpec getParams( );
}
DHPrivateKey, DHPublicKey
|
Read now
Unlock full access