java.security.interfaces
public interface RSAPrivateKey extends PrivateKey, RSAKey
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getPrivateExponent()
Returns the private exponent value for this key
|
getAlgorithm, getEncoded, getFormat
getModulus
static final long serialVersionUID
BigInteger getPrivateExponent()