java.security.cert

Class PKIXCertPathBuilderResult

  • All Implemented Interfaces:
    Cloneable, CertPathBuilderResult, CertPathValidatorResult

    public class PKIXCertPathBuilderResult
    extends PKIXCertPathValidatorResult
    implements CertPathBuilderResult
    This class represents the successful result of the PKIX certification path builder algorithm. All certification paths that are built and returned using this algorithm are also validated according to the PKIX certification path validation algorithm.

    Instances of PKIXCertPathBuilderResult are returned by the build method of CertPathBuilder objects implementing the PKIX algorithm.

    All PKIXCertPathBuilderResult objects contain the certification path constructed by the build algorithm, the valid policy tree and subject public key resulting from the build algorithm, and a TrustAnchor describing the certification authority (CA) that served as a trust anchor for the certification path.

    Concurrent Access

    Unless otherwise specified, the methods defined in this class are not thread-safe. Multiple threads that need to access a single object concurrently should synchronize amongst themselves and provide the necessary locking. Multiple threads each manipulating separate objects need not synchronize.

    Since:
    1.4
    See Also:
    CertPathBuilderResult
    • Constructor Detail

      • PKIXCertPathBuilderResult

        public PKIXCertPathBuilderResult(CertPath certPath,
                                 TrustAnchor trustAnchor,
                                 PolicyNode policyTree,
                                 PublicKey subjectPublicKey)
        Creates an instance of PKIXCertPathBuilderResult containing the specified parameters.
        Parameters:
        certPath - the validated CertPath
        trustAnchor - a TrustAnchor describing the CA that served as a trust anchor for the certification path
        policyTree - the immutable valid policy tree, or null if there are no valid policies
        subjectPublicKey - the public key of the subject
        Throws:
        NullPointerException - if the certPath, trustAnchor or subjectPublicKey parameters are null
    • Method Detail

      • getCertPath

        public CertPath getCertPath()
        Returns the built and validated certification path. The CertPath object does not include the trust anchor. Instead, use the getTrustAnchor() method to obtain the TrustAnchor that served as the trust anchor for the certification path.
        Specified by:
        getCertPath in interface CertPathBuilderResult
        Returns:
        the built and validated CertPath (never null)
      • toString

        public String toString()
        Return a printable representation of this PKIXCertPathBuilderResult.
        Overrides:
        toString in class PKIXCertPathValidatorResult
        Returns:
        a String describing the contents of this PKIXCertPathBuilderResult

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.

Document créé le 07/12/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/security/cert/pkixcertpathbuilderresult.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

  1. Consulter le document html Langue du document :fr Manuel PHP : https://docs.oracle.com, PKIXCertPathBuilderResult

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.

Table des matières Haut