Example usage for Java java.security.spec RSAPrivateKeySpec fields, constructors, methods, implement or subclass
The text is from its open source code.
RSAPrivateKeySpec(BigInteger modulus, BigInteger privateExponent) Creates a new RSAPrivateKeySpec. |
BigInteger | getModulus() Returns the modulus. |
BigInteger | getPrivateExponent() Returns the private exponent. |