java.security.spec
Class RSAPrivateKeySpec
java.lang.Object
java.security.spec.RSAPrivateKeySpec
- All Implemented Interfaces:
- KeySpec
- Direct Known Subclasses:
- RSAPrivateCrtKeySpec
public class RSAPrivateKeySpec
- extends Object
- implements KeySpec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAPrivateKeySpec
public RSAPrivateKeySpec(BigInteger var0,
BigInteger var1)
getModulus
public BigInteger getModulus()
getPrivateExponent
public BigInteger getPrivateExponent()
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.