com.ibm.security12.java.security.interfaces
Interface RSAPublicKey


public abstract interface RSAPublicKey
extends PublicKey

The interface to an RSA public key.

Version:
1.2, 98/12/01
Author:
Jan Luehe

Fields inherited from class java.security.PublicKey
serialVersionUID
 
Fields inherited from class java.security.Key
serialVersionUID
 
Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 java.math.BigInteger getModulus()
          Returns the modulus.
 java.math.BigInteger getPublicExponent()
          Returns the public exponent.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getModulus

public java.math.BigInteger getModulus()
Returns the modulus.
Returns:
the modulus

getPublicExponent

public java.math.BigInteger getPublicExponent()
Returns the public exponent.
Returns:
the public exponent