com.mindbright.security.publickey
Class RSAPublicKey

java.lang.Object
  extended by com.mindbright.security.publickey.RSAKey
      extended by com.mindbright.security.publickey.RSAPublicKey
All Implemented Interfaces:
RSAKey, RSAPublicKey, Key, PublicKey, java.io.Serializable
Direct Known Subclasses:
SSHRSAPublicKeyString

public class RSAPublicKey
extends RSAKey
implements RSAPublicKey

See Also:
Serialized Form

Field Summary
protected  java.math.BigInteger publicExponent
           
 
Fields inherited from class com.mindbright.security.publickey.RSAKey
modulus
 
Constructor Summary
RSAPublicKey(java.math.BigInteger modulus, java.math.BigInteger publicExponent)
           
 
Method Summary
 java.math.BigInteger getPublicExponent()
           
 
Methods inherited from class com.mindbright.security.publickey.RSAKey
getAlgorithm, getEncoded, getFormat, getModulus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.mindbright.jca.security.interfaces.RSAKey
getModulus
 
Methods inherited from interface com.mindbright.jca.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

publicExponent

protected java.math.BigInteger publicExponent
Constructor Detail

RSAPublicKey

public RSAPublicKey(java.math.BigInteger modulus,
                    java.math.BigInteger publicExponent)
Method Detail

getPublicExponent

public java.math.BigInteger getPublicExponent()
Specified by:
getPublicExponent in interface RSAPublicKey