Interface Certificate

All Known Subinterfaces:
X509Certificate

public interface Certificate
The Certificate interface is the base interface for all certificate types.
Since:
3.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the public key from this certificate.
    short
    Gets the type of this certificate
    boolean
    verify(PublicKey pubKey)
    Verifies that this certificate was signed using the private key that corresponds to the specified public key.