Modifier and Type | Method and Description |
---|---|
java.util.List<CRLSelfChecker> |
CheckSystem.getCRLSelfCheckers() |
Modifier and Type | Method and Description |
---|---|
void |
CheckSystem.addCRLSelfChecker(CRLSelfChecker aCRLSelfChecker) |
Modifier and Type | Method and Description |
---|---|
void |
CheckSystem.setCRLSelfCheckers(java.util.List<CRLSelfChecker> aCRLSelfChecker) |
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
|
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.
|
Copyright © 2025. All rights reserved.