Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security.interfaces

Interface RSAPrivateKey

java.lang.Object
|
+--java.security.interfaces.RSAKey
   |
   +--java.security.interfaces.RSAPrivateKey

All Implemented Interfaces:

RSAKey


public interface RSAPrivateKey

implements RSAKey

This interface provides access to information about an RSA private key.

Author:

Method Summary

java.math.BigIntegergetPrivateExponent()

Returns the private exponent value for this key

Method Details

getPrivateExponent

public BigInteger getPrivateExponent()

Returns the private exponent value for this key

Returns: