- java.lang.Object
-
- java.security.cert.PKIXCertPathValidatorResult
-
- java.security.cert.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 thebuild
method ofCertPathBuilder
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 aTrustAnchor
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 Summary
Constructors Constructor and Description PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
Creates an instance ofPKIXCertPathBuilderResult
containing the specified parameters.
-
Method Summary
Methods Modifier and Type Method and Description CertPath
getCertPath()
Returns the built and validated certification path.String
toString()
Return a printable representation of thisPKIXCertPathBuilderResult
.-
Methods inherited from class java.security.cert.PKIXCertPathValidatorResult
clone, getPolicyTree, getPublicKey, getTrustAnchor
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.security.cert.CertPathBuilderResult
clone
-
-
-
-
Constructor Detail
-
PKIXCertPathBuilderResult
public PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey)
Creates an instance ofPKIXCertPathBuilderResult
containing the specified parameters.- Parameters:
certPath
- the validatedCertPath
trustAnchor
- aTrustAnchor
describing the CA that served as a trust anchor for the certification pathpolicyTree
- the immutable valid policy tree, ornull
if there are no valid policiessubjectPublicKey
- the public key of the subject- Throws:
NullPointerException
- if thecertPath
,trustAnchor
orsubjectPublicKey
parameters arenull
-
-
Method Detail
-
getCertPath
public CertPath getCertPath()
Returns the built and validated certification path. TheCertPath
object does not include the trust anchor. Instead, use thegetTrustAnchor()
method to obtain theTrustAnchor
that served as the trust anchor for the certification path.- Specified by:
getCertPath
in interfaceCertPathBuilderResult
- Returns:
- the built and validated
CertPath
(nevernull
)
-
toString
public String toString()
Return a printable representation of thisPKIXCertPathBuilderResult
.- Overrides:
toString
in classPKIXCertPathValidatorResult
- Returns:
- a
String
describing the contents of thisPKIXCertPathBuilderResult
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/security/cert/PKIXCertPathBuilderResult.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.