RSAPrivateKeypublic interface RSAPrivateKey implements RSAKey, PrivateKeyThe interface for an PKCS#1 RSA private key. |
Fields Summary |
---|
public static final long | serialVersionUIDThe serial version identifier. |
Methods Summary |
---|
public java.math.BigInteger | getPrivateExponent()Returns the private exponent {@code d}.
|
|