Home
»
openjdk-7
» javax »
crypto
»
interfaces
» [javadoc |
source
]
javax.crypto.interfaces
public interface: DHKey
[javadoc |
source
]
All Known Implementing Classes:
DHPublicKey
,
DHPrivateKey
The interface to a Diffie-Hellman key.
Also see:
javax.crypto.spec.DHParameterSpec
DHPublicKey
DHPrivateKey
author:
Jan
- Luehe
since:
1.4
-
Method from
javax.crypto.interfaces.DHKey
Summary:
getParams
Method from
javax.crypto.interfaces.DHKey
Detail:
public
DHParameterSpec
getParams
()
Returns the key parameters.