Bouncy Castle Cryptography 1.19

java.security.spec
Class RSAPrivateKeySpec

java.lang.Object
  |
  +--java.security.spec.RSAPrivateKeySpec
All Implemented Interfaces:
KeySpec
Direct Known Subclasses:
RSAMultiPrimePrivateCrtKeySpec, RSAPrivateCrtKeySpec

public class RSAPrivateKeySpec
extends java.lang.Object
implements KeySpec


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

Constructor Detail

RSAPrivateKeySpec

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

getModulus

public java.math.BigInteger getModulus()

getPrivateExponent

public java.math.BigInteger getPrivateExponent()

Bouncy Castle Cryptography 1.19