FileDocCategorySizeDatePackage
RSAPrivateKey.javaAPI DocAndroid 1.5 API1403Wed May 06 22:41:06 BST 2009java.security.interfaces

RSAPrivateKey

public interface RSAPrivateKey implements RSAKey, PrivateKey
The interface for an PKCS#1 RSA private key.
since
Android 1.0

Fields Summary
public static final long
serialVersionUID
The serial version identifier.
Constructors Summary
Methods Summary
public java.math.BigIntegergetPrivateExponent()
Returns the private exponent {@code d}.

return
the private exponent {@code d}.
since
Android 1.0