Interface DHPrivateKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, Destroyable, DHKey, Key, PrivateKey, Serializable
The interface to a Diffie-Hellman private key.
- Since:
- 1.4
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault DHParameterSpecReturns the parameters associated with this key.getX()Returns the private value,x.Methods declared in interface Destroyable
destroy, isDestroyedModifier and TypeMethodDescriptiondefault voiddestroy()Destroy thisObject.default booleanDetermine if thisObjecthas been destroyed.Methods declared in interface Key
getAlgorithm, getEncoded, getFormatModifier and TypeMethodDescriptionReturns the standard algorithm name for this key.byte[]Returns the key in its primary encoding format, ornullif this key does not support encoding.Returns the name of the primary encoding format of this key, ornullif this key does not support encoding.
-
Field Details
-
serialVersionUID
Deprecated.AserialVersionUIDfield in an interface is ineffectual. Do not use; no replacement.The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.- See Also:
-
-
Method Details
-
getX
-
getParams
Returns the parameters associated with this key. The parameters are optional and may be either explicitly specified or implicitly created during key pair generation.- Specified by:
getParamsin interfaceAsymmetricKey- Specified by:
getParamsin interfaceDHKey- Implementation Requirements:
- The default implementation returns
null. - Returns:
- the associated parameters, may be
null
-
serialVersionUIDfield in an interface is ineffectual.