Package javax.crypto.interfaces
Interface DHKey
-
- All Known Subinterfaces:
DHPrivateKey,DHPublicKey
- All Known Implementing Classes:
BCDHPrivateKey,BCDHPublicKey,JCEDHPrivateKey,JCEDHPublicKey
public interface DHKeyThe interface for a Diffie-Hellman key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DHParameterSpecgetParams()Returns the parameters for this key.
-
-
-
Method Detail
-
getParams
DHParameterSpec getParams()
Returns the parameters for this key.- Returns:
- the parameters for this key.
-
-