com.mindbright.jca.security.spec
Class RSAPrivateKeySpec

java.lang.Object
  extended by com.mindbright.jca.security.spec.RSAKeyImpl
      extended by com.mindbright.jca.security.spec.RSAPrivateKeySpec
All Implemented Interfaces:
KeySpec
Direct Known Subclasses:
RSAPrivateCrtKeySpec

public class RSAPrivateKeySpec
extends RSAKeyImpl
implements KeySpec


Field Summary
protected  java.math.BigInteger privateExponent
           
 
Fields inherited from class com.mindbright.jca.security.spec.RSAKeyImpl
modulus
 
Constructor Summary
RSAPrivateKeySpec(java.math.BigInteger modulus, java.math.BigInteger privateExponent)
           
 
Method Summary
 java.math.BigInteger getPrivateExponent()
           
 
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

privateExponent

protected java.math.BigInteger privateExponent
Constructor Detail

RSAPrivateKeySpec

public RSAPrivateKeySpec(java.math.BigInteger modulus,
                         java.math.BigInteger privateExponent)
Method Detail

getPrivateExponent

public java.math.BigInteger getPrivateExponent()