Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.certificate.validation | |
tr.gov.tubitak.uekae.esya.api.certificate.validation.match.deltacrl |
Modifier and Type | Method and Description |
---|---|
java.util.List<DeltaCRLMatcher> |
MatchSystem.getDeltaCRLMatchers() |
Modifier and Type | Method and Description |
---|---|
void |
MatchSystem.addDeltaCRLMatcher(DeltaCRLMatcher aDeltaCRLMatcher) |
Modifier and Type | Method and Description |
---|---|
void |
MatchSystem.setDeltaCRLMatchers(java.util.List<DeltaCRLMatcher> aDeltaCRLMatchers) |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
CRLNumberMatcher
Matches a delta-CRL and a complete crl according to the CRLNumber extensions
of both.
|
class |
DeltaCRLIssuerMatcher
Matches The base CRL and delta by checking whether they have the same issuer.
|
class |
ScopeMatcher
Matches the complete CRL with the delta-CRL according to the following
condition;
|
Copyright © 2025. All rights reserved.