Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.certificate.validation | |
tr.gov.tubitak.uekae.esya.api.certificate.validation.match.crl |
Modifier and Type | Method and Description |
---|---|
java.util.List<CRLMatcher> |
MatchSystem.getCRLMatchers() |
Modifier and Type | Method and Description |
---|---|
void |
MatchSystem.addCRLMatcher(CRLMatcher aCRLMatcher) |
Modifier and Type | Method and Description |
---|---|
void |
MatchSystem.setCRLMatchers(java.util.List<CRLMatcher> aCRLMatchers) |
Modifier and Type | Class and Description |
---|---|
class |
CRLDistributionPointMatcher
Matches a Certificate and a CRL according to the CRLDistributionPoint
extension information.
|
class |
CRLDistributionPointOnlyContainsMatcher
Matches a Certificate and a CRL according to the
CRLDistributionPointOnlyContains extension information.
|
class |
CRLIssuerMatcher
Matches a CRL and a certificate according to the Issuer fields of the crl and
the certificate.
|
class |
CRLKeyIDMatcher
Matches a CRL and a certificate according to the Authority Key Identifier
(AKI) extensions of both the crl and the certificate.
|
Copyright © 2025. All rights reserved.