Package 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
-
-
Constructor Summary
Constructors Constructor Description RSAPrivateKeySpec(BigInteger var0, BigInteger var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getModulus()
BigInteger
getPrivateExponent()
-
-
-
Constructor Detail
-
RSAPrivateKeySpec
public RSAPrivateKeySpec(BigInteger var0, BigInteger var1)
-
-
Method Detail
-
getModulus
public BigInteger getModulus()
-
getPrivateExponent
public BigInteger getPrivateExponent()
-
-