Package javacardx.security.cert


package javacardx.security.cert
Extension package that provides classes to handle certificates
Since:
3.1
  • Class
    Description
    The Certificate interface is the base interface for all certificate types.
    CertificateException represents a certificate-related exception.
    The CertificateParser class is used to parse certificates and create Certificate instances.
    A KeyHandler is triggered by a CertificateParser and allows to fill the fields of a PublicKey pre-allocated by the application with the values of the public key of the certificate.
    ParserHandler is the base interface for all handlers that can be triggered by the CertificateParser at the time a certificate is built or parsed.
    The X509Certificate interface is the interface to represent X509 certificates as specified in RFC 5280.
    ExtensionHandler is a specialized CertificateParser.ParserHandler that will be triggered by the CertificateParser each time a certificate extension is found.
    FieldHandler is a specialized CertificateParser.ParserHandler that will be triggered by the CertificateParser each time a certificate field is found.