ice.crypto
Interface RSAPublicKey

All Superinterfaces:
Key, PublicKey, Serializable

public interface RSAPublicKey
extends PublicKey

Replaces the JDK1.2's interface RSAPublicKey


Field Summary
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Method Summary
 BigInteger getModulus()
           
 BigInteger getPublicExponent()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getModulus

public BigInteger getModulus()

getPublicExponent

public BigInteger getPublicExponent()