RSAPrivateCrtKey
Modifier and Type | Field and Description |
---|---|
public static final long | serialVersionUID
Hides java.
Deprecated
A The type fingerprint that is set to indicate
serialization compatibility with a previous
version of the type.
serialVersionUID field in an interface is
ineffectual. Do not use; no replacement.
|
Modifier and Type | Method and Description |
---|---|
public default AlgorithmParameterSpec | Returns: the associated parameters, may benull Overrides default java. Returns the parameters associated with this key. |
public BigInteger |
serialVersionUID | back to summary |
---|---|
public static final long serialVersionUID Hides java. Deprecated A The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.
|
getParams | back to summary |
---|---|
public default AlgorithmParameterSpec getParams() Overrides default 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
|
getPrivateExponent | back to summary |
---|---|
public BigInteger getPrivateExponent() Returns the private exponent.
|