java.security.Key
, java.security.Signature
, DSAKey
, DSAPrivateKey
Modifier and Type | Field and Description |
---|---|
public static final long | serialVersionUID
Hides java.
Deprecated
A The class fingerprint that is set to indicate
serialization compatibility with a previous
version of the class.
serialVersionUID field in an interface is
ineffectual. Do not use; no replacement.
|
Modifier and Type | Method and Description |
---|---|
public default DSAParams | Returns: the associated parameters, may benull Overrides default java. Implements java. Returns the parameters associated with this key. |
public BigInteger |
serialVersionUID | back to summary |
---|---|
public static final long serialVersionUID Hides java. Deprecated A The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
|
getParams | back to summary |
---|---|
public default DSAParams getParams() Overrides default java. Implements java. Doc from java. Returns the parameters associated with this key. The parameters are optional and may be either explicitly specified or implicitly created during key pair generation. Implementation Specification The default implementation returns |
getY | back to summary |
---|---|
public BigInteger getY() Returns the value of the public key,
|