RSAPrivateKey

public interface RSAPrivateKey
implements PrivateKey, RSAKey

java.security.interfaces.RSAPrivateKey


The interface to an RSA private key.

See also:

Summary

Constants

long serialVersionUID

This constant was deprecated in API level VanillaIceCream. A serialVersionUID field in an interface is ineffectual. Do not use; no replacement.

Inherited constants

Public methods

abstract BigInteger getPrivateExponent()

Returns the private exponent.

Inherited methods

Constants

serialVersionUID

Added in API level 1
Deprecated in API level VanillaIceCream
public static final long serialVersionUID

This constant was deprecated in API level VanillaIceCream.
A serialVersionUID field in an interface is ineffectual. Do not use; no replacement.

The type fingerprint that is set to indicate serialization compatibility with a previous version of the type.

Constant Value: 5187144804936595022 (0x47fc70b7a8c2364e)

Public methods

getPrivateExponent

Added in API level 1
public abstract BigInteger getPrivateExponent ()

Returns the private exponent.

Returns
BigInteger the private exponent