Example usage for Java java.security PrivateKey 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. |
Class> | getClass() Returns the runtime class of this Object . |
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. |
String | toString() Returns a string representation of the object. |