RSAPrivateKey
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 BigInteger | |
public BigInteger | |
public BigInteger | |
public BigInteger | |
public BigInteger | |
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.
|
getCrtCoefficient | back to summary |
---|---|
public BigInteger getCrtCoefficient() Returns the crtCoefficient.
|
getPrimeExponentP | back to summary |
---|---|
public BigInteger getPrimeExponentP() Returns the primeExponentP.
|
getPrimeExponentQ | back to summary |
---|---|
public BigInteger getPrimeExponentQ() Returns the primeExponentQ.
|
getPrimeP | back to summary |
---|---|
public BigInteger getPrimeP() Returns the primeP.
|
getPrimeQ | back to summary |
---|---|
public BigInteger getPrimeQ() Returns the primeQ.
|
getPublicExponent | back to summary |
---|---|
public BigInteger getPublicExponent() Returns the public exponent.
|