All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface au.net.aba.security.interfaces.RSAPublicKey

public interface RSAPublicKey
extends PublicKey
The interface to an RSA public key.


Variable Index

 o ident

Method Index

 o getModulus()
Returns the modulus.
 o getPublicExponent()
Returns the public exponent.

Variables

 o ident
 public static final String ident

Methods

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

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

Returns:
the public exponent

All Packages  Class Hierarchy  This Package  Previous  Next  Index