Java java.security.cert Certificate fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert Certificate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert Certificate.

The text is from its open source code.

Method

booleanequals(Object other)
Compares this certificate for equality with the specified object.
ClassgetClass()
Returns the runtime class of this Object .
byte[]getEncoded()
Returns the encoded form of this certificate.
PublicKeygetPublicKey()
Gets the public key from this certificate.
StringgetType()
Returns the type of this certificate.
inthashCode()
Returns a hashcode value for this certificate from its encoded form.
StringtoString()
Returns a string representation of this certificate.
voidverify(PublicKey key)
Verifies that this certificate was signed using the private key that corresponds to the specified public key.