Android APIs
public interface

RSAPrivateKey

implements PrivateKey RSAKey
java.security.interfaces.RSAPrivateKey
Known Indirect Subclasses

Class Overview

The interface for an PKCS#1 RSA private key.

Summary

Constants
long serialVersionUID The serial version identifier.
[Expand]
Inherited Constants
From interface java.security.PrivateKey
From interface java.security.Key
Public Methods
abstract BigInteger getPrivateExponent()
Returns the private exponent d.
[Expand]
Inherited Methods
From interface java.security.interfaces.RSAKey
From interface java.security.Key

Constants

public static final long serialVersionUID

Added in API level 1

The serial version identifier.

Constant Value: 5187144804936595022 (0x47fc70b7a8c2364e)

Public Methods

public abstract BigInteger getPrivateExponent ()

Added in API level 1

Returns the private exponent d.

Returns
  • the private exponent d.