Package javacardx.security.cert
package javacardx.security.cert
Extension package that provides classes to handle certificates
- Since:
- 3.1
-
ClassDescriptionThe
Certificateinterface is the base interface for all certificate types.CertificateExceptionrepresents a certificate-related exception.TheCertificateParserclass is used to parse certificates and createCertificateinstances.AKeyHandleris triggered by aCertificateParserand allows to fill the fields of aPublicKeypre-allocated by the application with the values of the public key of the certificate.ParserHandleris the base interface for all handlers that can be triggered by the CertificateParser at the time a certificate is built or parsed.TheX509Certificateinterface is the interface to represent X509 certificates as specified in RFC 5280.ExtensionHandleris a specializedCertificateParser.ParserHandlerthat will be triggered by theCertificateParsereach time a certificate extension is found.FieldHandleris a specializedCertificateParser.ParserHandlerthat will be triggered by theCertificateParsereach time a certificate field is found.