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