com.mindbright.jca.security.spec
Class RSAKeyImpl

java.lang.Object
  extended by com.mindbright.jca.security.spec.RSAKeyImpl
Direct Known Subclasses:
RSAPrivateKeySpec, RSAPublicKeySpec

public abstract class RSAKeyImpl
extends java.lang.Object


Field Summary
protected  java.math.BigInteger modulus
           
 
Constructor Summary
protected RSAKeyImpl(java.math.BigInteger modulus)
           
 
Method Summary
 java.math.BigInteger getModulus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modulus

protected java.math.BigInteger modulus
Constructor Detail

RSAKeyImpl

protected RSAKeyImpl(java.math.BigInteger modulus)
Method Detail

getModulus

public java.math.BigInteger getModulus()