java.security.interfaces

Interface RSAPrivateKey

public interface RSAPrivateKey extends PrivateKey, RSAKey

This interface provides access to information about an RSA private key.
Field Summary
longserialVersionUID
Method Summary
BigIntegergetPrivateExponent()
Returns the private exponent value for this key

Field Detail

serialVersionUID

public long serialVersionUID

Method Detail

getPrivateExponent

public BigInteger getPrivateExponent()
Returns the private exponent value for this key

Returns: The private exponent value for this key