Package javacardx.security.cert
Extension package that provides classes to handle certificates
-
Interface Summary Interface Description Certificate TheCertificateinterface is the base interface for all certificate types.CertificateParser.KeyHandler 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.CertificateParser.ParserHandler ParserHandleris the base interface for all handlers that can be triggered by the CertificateParser at the time a certificate is built or parsed.X509Certificate TheX509Certificateinterface is the interface to represent X509 certificates as specified in RFC 5280.X509Certificate.ExtensionHandler ExtensionHandleris a specializedCertificateParser.ParserHandlerthat will be triggered by theCertificateParsereach time a certificate extension is found.X509Certificate.FieldHandler FieldHandleris a specializedCertificateParser.ParserHandlerthat will be triggered by theCertificateParsereach time a certificate field is found. -
Class Summary Class Description CertificateParser TheCertificateParserclass is used to parse certificates and createCertificateinstances. -
Exception Summary Exception Description CertificateException CertificateExceptionrepresents a certificate-related exception.