Interface DSAPrivateKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, Destroyable, DSAKey, Key, PrivateKey, Serializable
The standard interface to a DSA private key. DSA (Digital Signature
Algorithm) is defined in NIST's FIPS-186.
- Since:
- 1.1
- See Also:
-
Field Summary
Fields -
Method Summary
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 with a previous version of the class.- See Also:
-
-
Method Details
-
getX
BigInteger getX()Returns the value of the private key,x.- Returns:
- the value of the private key,
x.
-
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 interfaceDSAKey- Implementation Requirements:
- The default implementation returns
null. - Returns:
- the associated parameters, may be
null - See Also:
-
serialVersionUIDfield in an interface is ineffectual.