public class PathLenConstraintChecker extends IssuerChecker
4.2.1.10 Basic Constraints pathLenConstraint field it gives the maximum number of CA certificates that may follow this certificate in a certification path. A value of zero indicates that only an end-entity certificate may follow in the path. Where it appears, the pathLenConstraint field MUST be greater than or equal to zero. Where pathLenConstraint does not appear, there is no limit to the allowed length of the certification path.
Modifier and Type | Class and Description |
---|---|
static class |
PathLenConstraintChecker.PathLenConstraintCheckStatus |
mCheckParams, mParentSystem
Constructor and Description |
---|
PathLenConstraintChecker() |
Modifier and Type | Method and Description |
---|---|
protected PathValidationResult |
_check(IssuerCheckParameters aIssuerCheckParameters,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate,
CertificateStatusInfo aCertStatusInfo)
SM Sertifikasının Yol Uzunluğu Kısıtlamaları ile ilgili kontrolleri yapar
|
java.lang.String |
getCheckText()
Kontrol içeriğini yazı olarak
|
check
isCritical, setCheckParameters, setCritical, setParentSystem
protected PathValidationResult _check(IssuerCheckParameters aIssuerCheckParameters, tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuerCertificate, tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aCertificate, CertificateStatusInfo aCertStatusInfo)
_check
in class IssuerChecker
public java.lang.String getCheckText()
Checker
getCheckText
in class Checker
Copyright © 2025. All rights reserved.