Class au.net.aba.security.spec.RSAPublicKeySpec
All Packages Class Hierarchy This Package Previous Next Index
Class au.net.aba.security.spec.RSAPublicKeySpec
java.lang.Object
|
+----au.net.aba.security.spec.RSAPublicKeySpec
- public class RSAPublicKeySpec
- extends Object
- implements KeySpec
A class that provides a specification for an RSA Public key.
-
ident
-
-
modulus
-
-
publicExponent
-
-
RSAPublicKeySpec(BigInteger, BigInteger)
-
-
getModulus()
- Returns the modulus.
-
getPublicExponent()
- Returns the public exponent.
ident
public final static String ident
modulus
protected BigInteger modulus
publicExponent
protected BigInteger publicExponent
RSAPublicKeySpec
public RSAPublicKeySpec(BigInteger modulus,
BigInteger publicExponent)
getModulus
public BigInteger getModulus()
- Returns the modulus.
getPublicExponent
public BigInteger getPublicExponent()
- Returns the public exponent.
All Packages Class Hierarchy This Package Previous Next Index