Example usage for Java java.security.cert Certificate fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object other) Compares this certificate for equality with the specified object. |
Class> | getClass() Returns the runtime class of this Object . |
byte[] | getEncoded() Returns the encoded form of this certificate. |
PublicKey | getPublicKey() Gets the public key from this certificate. |
String | getType() Returns the type of this certificate. |
int | hashCode() Returns a hashcode value for this certificate from its encoded form. |
String | toString() Returns a string representation of this certificate. |
void | verify(PublicKey key) Verifies that this certificate was signed using the private key that corresponds to the specified public key. |