Example usage for Java java.security.interfaces RSAPrivateKey fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getAlgorithm() Returns the standard algorithm name for this key. |
byte[] | getEncoded() Returns the key in its primary encoding format, or null if this key does not support encoding. |
String | getFormat() Returns the name of the primary encoding format of this key, or null if this key does not support encoding. |
BigInteger | getModulus() Returns the modulus. |
BigInteger | getPrivateExponent() Returns the private exponent. |