Modifier and Type | Method and Description |
---|---|
Checker |
CheckResult.getChecker() |
Modifier and Type | Method and Description |
---|---|
void |
StatusInfo.addDetail(Checker aChecker,
CheckStatus aCheckStatus,
boolean aSuccessful) |
CheckResult |
StatusInfo.getDetail(Checker aChecker) |
void |
CheckResult.setChecker(Checker aChecker) |
Modifier and Type | Class and Description |
---|---|
class |
BasicConstraintCAChecker
Checks whether Basic Constraints extension information in the issuer
certificate has CA feature.
|
class |
CertificateKeyUsageChecker
Checks whether the 'issuer certificate' of the certificate has
CertificateSigning key usage.
|
class |
CertificateNameChecker
Checks whether issuer field of the certificate and subject field of the
issuer certificate are the same.
|
class |
CertificateSignatureChecker
Checks whether the signature of the Certificate is valid.
|
class |
CRLDistributionPointsChecker
Checks CDP extension in the CRL is valid.
|
class |
IssuerChecker
Base class for issuer checkers.
|
class |
KeyIdentifierChecker
Checks if the SubjectKeyIdentifier extension of the CA certificate and
AuthorityKeyIdentifier extension of the certificate matches
|
class |
NameConstraintChecker
Checks the validity of the certificate according to the constraints defined
in the Name Constraints extension information in the certificate.
|
class |
PathLenConstraintChecker
Checks if the following condition is satisfied:
|
class |
PolicyConstraintChecker
Checks the validity of the certificate according the constraints defined
by PolicyConstraints extension information.
|
Modifier and Type | Class and Description |
---|---|
class |
RevocationChecker
Base class for the Checkers that checks the certificate revocation status
|
class |
RevocationCheckerFromMap
Checks the certificate revocation according to the map which matches
revocation references and values
|
class |
RevocationFromCRLChecker
Checks certificate's revocation status by using the matching CRLs which are
found by the finders specified in the validation policy
|
class |
RevocationFromInitialCRLChecker
Checks certificate's revocation status by using the matching CRLs which are
found by the finders specified in the validation policy
|
class |
RevocationFromInitialOCSPChecker
Checks certificate's revocation status by using ocsp query to the OCSS
servers specified in the certificate
|
class |
RevocationFromOCSPChecker
Checks certificate's revocation status by using ocsp query to the OCSS
servers specified in the certificate
|
Modifier and Type | Class and Description |
---|---|
class |
CertificateDateChecker
Checks the validity of date information in the Certificate
|
class |
CertificateExtensionChecker
Checks the extension information in the Certificate is valid
critical extensions must be known
any particular extension must exist only once
|
class |
CertificateSelfChecker
Base class for certificate self checkers.
|
class |
EncryptionCertificateKeyUsageChecker
Created by orcun.ertugrul on 27-Jul-17.
|
class |
ExtendedKeyUsageOIDChecker |
class |
PositiveSerialNumberChecker
Checks if the serial number of the certificate is positive.
|
class |
QualifiedCertificateChecker |
class |
SelfSignatureChecker
Checks the signature of self-signed certificates
|
class |
SignatureAlgConsistencyChecker
Checks if the signature Algorithms specified in the certificate's signature
field and in the signatureAlgorithm field are equal.
|
class |
VersionChecker
Checks if the version information in the certificate is valid
|
Modifier and Type | Class and Description |
---|---|
class |
CRLIssuerChecker
Base class for crl issuer checkers.
|
class |
CRLKeyUsageChecker
Checks whether crl issuer certificate has CRLSigning key usage.
|
class |
CRLNameChecker
Checks whether the Issuer field of the crl and the Subject field of the
issuer certificate are the same.
|
class |
CRLSignatureChecker
Checks whether the signature of the CRL is valid.
|
Modifier and Type | Class and Description |
---|---|
class |
CRLDateChecker
Checks the validity of date information in the CRL
todo fix last life span of crl
|
class |
CRLExtensionChecker
Checks the extension information in the CRL is valid
|
class |
CRLSelfChecker
Base class for CRL self checkers.
|
Modifier and Type | Class and Description |
---|---|
class |
DeltaCRLChecker
Base class for delta-CRL checkers
Delta-CRL checkers validates delta-CRL by checking different features of
delta-CRLs specified in RFC 5280.
|
class |
DeltaCRLIndicatorChecker
Checks the validity of the given delta-CRL by validating the following condition;
RFC 3280 5.2.4 Delta CRL Indicator says:
When a conforming CRL issuer generates a delta CRL, the delta CRL
MUST include a critical delta CRL indicator extension.
|
class |
FreshestCRLChecker
Checks the validity of the following condition for the delta-CRL RFC 3280
5.2.6 Freshest CRL says: This extension MUST NOT appear in delta CRLs.
|
Modifier and Type | Class and Description |
---|---|
class |
OCSPResponseChecker
Base class for OCSP Response Checkers
|
class |
OCSPResponseDateChecker |
class |
OCSPSignatureChecker
Checks the validity of signature the OCSP Response
|
class |
ResponseStatusChecker
Checks the validity of OCSP Response status
|
class |
SigningCertificateChecker
Checks if the signing certificate of the OCSP Response is valid.
|
Copyright © 2025. All rights reserved.