All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface javax.crypto.interfaces.DHKey

public interface DHKey
The interface to a Diffie-Hellman key.

See Also:
DHParameterSpec, DHPublicKey, DHPrivateKey

Variable Index

 o ident

Method Index

 o getParams()
Returns the key parameters.

Variables

 o ident
 public static final String ident

Methods

 o getParams
 public abstract DHParameterSpec getParams()
Returns the key parameters.

Returns:
the key parameters.

All Packages  Class Hierarchy  This Package  Previous  Next  Index