| Class | Description |
|---|---|
| BasicConstraintCAChecker |
Checks whether Basic Constraints extension information in the issuer
certificate has CA feature.
|
| CertificateKeyUsageChecker |
Checks whether the 'issuer certificate' of the certificate has
CertificateSigning key usage.
|
| CertificateNameChecker |
Checks whether issuer field of the certificate and subject field of the
issuer certificate are the same.
|
| CertificateSignatureChecker |
Checks whether the signature of the Certificate is valid.
|
| CRLDistributionPointsChecker |
Checks CDP extension in the CRL is valid.
|
| IssuerChecker |
Base class for issuer checkers.
|
| IssuerCheckParameters |
Container class for issuer checker parameters.
|
| KeyIdentifierChecker |
Checks if the SubjectKeyIdentifier extension of the CA certificate and
AuthorityKeyIdentifier extension of the certificate matches
|
| NameConstraintChecker |
Checks the validity of the certificate according to the constraints defined
in the Name Constraints extension information in the certificate.
|
| PathLenConstraintChecker |
Checks if the following condition is satisfied:
|
| PolicyConstraintChecker |
Checks the validity of the certificate according the constraints defined
by PolicyConstraints extension information.
|
Copyright © 2025. All rights reserved.