java.security.interfaces
Interface RSAPrivateKey

All Superinterfaces:
Key sample code for java.security.Key definition code for java.security.Key , PrivateKey sample code for java.security.PrivateKey definition code for java.security.PrivateKey , RSAKey sample code for java.security.interfaces.RSAKey definition code for java.security.interfaces.RSAKey , Serializable sample code for java.io.Serializable definition code for java.io.Serializable
All Known Subinterfaces:
RSAMultiPrimePrivateCrtKey sample code for java.security.interfaces.RSAMultiPrimePrivateCrtKey definition code for java.security.interfaces.RSAMultiPrimePrivateCrtKey , RSAPrivateCrtKey sample code for java.security.interfaces.RSAPrivateCrtKey definition code for java.security.interfaces.RSAPrivateCrtKey

public interface RSAPrivateKey
extends PrivateKey sample code for java.security.PrivateKey definition code for java.security.PrivateKey , RSAKey sample code for java.security.interfaces.RSAKey definition code for java.security.interfaces.RSAKey

The interface to an RSA private key.

See Also:
RSAPrivateCrtKey sample code for java.security.interfaces.RSAPrivateCrtKey definition code for java.security.interfaces.RSAPrivateCrtKey

Field Summary
static long serialVersionUID sample code for java.security.interfaces.RSAPrivateKey.serialVersionUID definition code for java.security.interfaces.RSAPrivateKey.serialVersionUID
           
 
Method Summary
 BigInteger sample code for java.math.BigInteger definition code for java.math.BigInteger getPrivateExponent sample code for java.security.interfaces.RSAPrivateKey.getPrivateExponent() definition code for java.security.interfaces.RSAPrivateKey.getPrivateExponent() ()
          Returns the private exponent.
 
Methods inherited from interface java.security.Key sample code for java.security.Key definition code for java.security.Key
getAlgorithm sample code for java.security.Key.getAlgorithm() definition code for java.security.Key.getAlgorithm() , getEncoded sample code for java.security.Key.getEncoded() definition code for java.security.Key.getEncoded() , getFormat sample code for java.security.Key.getFormat() definition code for java.security.Key.getFormat()
 
Methods inherited from interface java.security.interfaces.RSAKey sample code for java.security.interfaces.RSAKey definition code for java.security.interfaces.RSAKey
getModulus sample code for java.security.interfaces.RSAKey.getModulus() definition code for java.security.interfaces.RSAKey.getModulus()
 

Field Detail

serialVersionUID sample code for java.security.interfaces.RSAPrivateKey.serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

getPrivateExponent sample code for java.security.interfaces.RSAPrivateKey.getPrivateExponent() definition code for java.security.interfaces.RSAPrivateKey.getPrivateExponent()

BigInteger sample code for java.math.BigInteger definition code for java.math.BigInteger  getPrivateExponent()
Returns the private exponent.

Returns:
the private exponent