Package java.security.cert
See: Description
-
Interface Summary Interface Description CertPathBuilderResult A specification of the result of a certification path builder algorithm.CertPathParameters A specification of certification path algorithm parameters.CertPathValidatorException.Reason The reason the validation algorithm failed.CertPathValidatorResult A specification of the result of a certification path validator algorithm.CertSelector A selector that defines a set of criteria for selectingCertificate
s.CertStoreParameters A specification ofCertStore
parameters.CRLSelector A selector that defines a set of criteria for selectingCRL
s.Extension This interface represents an X.509 extension.PolicyNode An immutable valid policy tree node as defined by the PKIX certification path validation algorithm.X509Extension Interface for an X.509 extension. -
Class Summary Class Description Certificate Abstract class for managing a variety of identity certificates.Certificate.CertificateRep Alternate Certificate class for serialization.CertificateFactory This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (CertPath
) and certificate revocation list (CRL) objects from their encodings.CertificateFactorySpi This class defines the Service Provider Interface (SPI) for theCertificateFactory
class.CertPath An immutable sequence of certificates (a certification path).CertPath.CertPathRep AlternateCertPath
class for serialization.CertPathBuilder A class for building certification paths (also known as certificate chains).CertPathBuilderSpi The Service Provider Interface (SPI) for theCertPathBuilder
class.CertPathValidator A class for validating certification paths (also known as certificate chains).CertPathValidatorSpi The Service Provider Interface (SPI) for theCertPathValidator
class.CertStore A class for retrievingCertificate
s andCRL
s from a repository.CertStoreSpi The Service Provider Interface (SPI) for theCertStore
class.CollectionCertStoreParameters Parameters used as input for the CollectionCertStore
algorithm.CRL This class is an abstraction of certificate revocation lists (CRLs) that have different formats but important common uses.LDAPCertStoreParameters Parameters used as input for the LDAPCertStore
algorithm.PKIXBuilderParameters Parameters used as input for the PKIXCertPathBuilder
algorithm.PKIXCertPathBuilderResult This class represents the successful result of the PKIX certification path builder algorithm.PKIXCertPathChecker An abstract class that performs one or more checks on anX509Certificate
.PKIXCertPathValidatorResult This class represents the successful result of the PKIX certification path validation algorithm.PKIXParameters Parameters used as input for the PKIXCertPathValidator
algorithm.PolicyQualifierInfo An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo structure.TrustAnchor A trust anchor or most-trusted Certification Authority (CA).X509Certificate Abstract class for X.509 certificates.X509CertSelector ACertSelector
that selectsX509Certificates
that match all specified criteria.X509CRL Abstract class for an X.509 Certificate Revocation List (CRL).X509CRLEntry Abstract class for a revoked certificate in a CRL (Certificate Revocation List).X509CRLSelector ACRLSelector
that selectsX509CRLs
that match all specified criteria. -
Enum Summary Enum Description CertPathValidatorException.BasicReason The BasicReason enumerates the potential reasons that a certification path of any type may be invalid.CRLReason The CRLReason enumeration specifies the reason that a certificate is revoked, as defined in RFC 3280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile.PKIXReason ThePKIXReason
enumerates the potential PKIX-specific reasons that an X.509 certification path may be invalid according to the PKIX (RFC 3280) standard. -
Exception Summary Exception Description CertificateEncodingException Certificate Encoding Exception.CertificateException This exception indicates one of a variety of certificate problems.CertificateExpiredException Certificate Expired Exception.CertificateNotYetValidException Certificate is not yet valid exception.CertificateParsingException Certificate Parsing Exception.CertificateRevokedException An exception that indicates an X.509 certificate is revoked.CertPathBuilderException An exception indicating one of a variety of problems encountered when building a certification path with aCertPathBuilder
.CertPathValidatorException An exception indicating one of a variety of problems encountered when validating a certification path.CertStoreException An exception indicating one of a variety of problems retrieving certificates and CRLs from aCertStore
.CRLException CRL (Certificate Revocation List) Exception.
Package java.security.cert Description
Package Specification
- JavaTM Cryptography Architecture (JCA) Reference Guide
- RFC 3280: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile
- JavaTM Cryptography Architecture Standard Algorithm Name Documentation
Related Documentation
For information about X.509 certificates and CRLs, please see:- Since:
- 1.2
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
05/11/2024 01:33:16 Cette version de la page est en cache (à la date du 05/11/2024 01:33:16) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/security/cert/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.