public interface

RSAPrivateKey

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

Class Overview

The interface to an RSA private key.

See Also

Summary

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

Constants

public static final long serialVersionUID

Constant Value: 5187144804936595022 (0x47fc70b7a8c2364e)

Public Methods

public abstract BigInteger getPrivateExponent ()

Returns the private exponent.

Returns
  • the private exponent