com.mindbright.jca.security.interfaces
Interface RSAPublicKey

All Superinterfaces:
Key, PublicKey, RSAKey, java.io.Serializable
All Known Implementing Classes:
RSAPublicKey, SSHRSAPublicKeyString

public interface RSAPublicKey
extends RSAKey, PublicKey


Method Summary
 java.math.BigInteger getPublicExponent()
           
 
Methods inherited from interface com.mindbright.jca.security.interfaces.RSAKey
getModulus
 
Methods inherited from interface com.mindbright.jca.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getPublicExponent

java.math.BigInteger getPublicExponent()