Example usage for Java java.security.interfaces RSAPublicKey fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
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. |
AlgorithmParameterSpec | getParams() Returns the parameters associated with this key. |
BigInteger | getPublicExponent() Returns the public exponent. |