JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
javax.crypto.interfaces
Interface DHKey
All Known Subinterfaces:
DHPrivateKey
,
DHPublicKey
All Known Implementing Classes:
BCDHPrivateKey
,
BCDHPublicKey
,
JCEDHPrivateKey
,
JCEDHPublicKey
public interface
DHKey
The interface for a Diffie-Hellman key.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
DHParameterSpec
getParams
()
Returns the parameters for this key.
Method Detail
getParams
DHParameterSpec
getParams()
Returns the parameters for this key.
Returns:
the parameters for this key.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method