com.mindbright.jca.security.spec
Class RSAPublicKeySpec

java.lang.Object
  extended by com.mindbright.jca.security.spec.RSAKeyImpl
      extended by com.mindbright.jca.security.spec.RSAPublicKeySpec
All Implemented Interfaces:
KeySpec

public class RSAPublicKeySpec
extends RSAKeyImpl
implements KeySpec


Field Summary
protected  java.math.BigInteger publicExponent
           
 
Fields inherited from class com.mindbright.jca.security.spec.RSAKeyImpl
modulus
 
Constructor Summary
RSAPublicKeySpec(java.math.BigInteger modulus, java.math.BigInteger publicExponent)
           
 
Method Summary
 java.math.BigInteger getPublicExponent()
           
 
Methods inherited from class com.mindbright.jca.security.spec.RSAKeyImpl
getModulus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

publicExponent

protected java.math.BigInteger publicExponent
Constructor Detail

RSAPublicKeySpec

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

getPublicExponent

public java.math.BigInteger getPublicExponent()