java.security.spec
Class RSAPrivateKeySpec

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

public class RSAPrivateKeySpec
extends Object
implements KeySpec


Constructor Summary
RSAPrivateKeySpec(BigInteger var0, BigInteger var1)
           
 
Method Summary
 BigInteger getModulus()
           
 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(BigInteger var0,
                         BigInteger var1)
Method Detail

getModulus

public BigInteger getModulus()

getPrivateExponent

public BigInteger getPrivateExponent()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.