Class | Description |
---|---|
BaseCRLNumberMatcher |
Matches a base CRL and a delta-CRL according to the following criteria stated
in RFC 5280;
The CRL number of the complete CRL is equal to or greater than the
BaseCRLNumber specified in the delta CRL.
|
CRLNumberMatcher |
Matches a delta-CRL and a complete crl according to the CRLNumber extensions
of both.
|
DeltaCRLIssuerMatcher |
Matches The base CRL and delta by checking whether they have the same issuer.
|
DeltaCRLMatcher |
Base class for delta-CRL matchers.
|
ScopeMatcher |
Matches the complete CRL with the delta-CRL according to the following
condition;
|
Copyright © 2025. All rights reserved.