All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface au.net.aba.security.interfaces.RSAPrivateKey

public interface RSAPrivateKey
extends PrivateKey
The interface to an RSA private key.

See Also:
RSAPrivateKeyCrt

Variable Index

 o ident

Method Index

 o getModulus()
Returns the modulus.
 o getPrivateExponent()
Returns the private exponent.

Variables

 o ident
 public static final String ident

Methods

 o getModulus
 public abstract BigInteger getModulus()
Returns the modulus.

Returns:
the modulus
 o getPrivateExponent
 public abstract BigInteger getPrivateExponent()
Returns the private exponent.

Returns:
the private exponent.

All Packages  Class Hierarchy  This Package  Previous  Next  Index