Modifier and Type | Field and Description |
---|---|
protected Matcher |
Matcher.mNextMatcher |
Modifier and Type | Method and Description |
---|---|
Matcher |
Matcher.getNextMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
Matcher.addNextMatcher(Matcher aNextMatcher) |
void |
Matcher.setNextMatcher(Matcher aNextMatcher) |
Modifier and Type | Class and Description |
---|---|
class |
CertificateMatcher
Base class for certificate matchers.
|
class |
IssuerSubjectMatcher
Matches the certificate and the CA certificate according to the subject
field of the CA certificate and the issuer field of the certificate
|
class |
KeyIDMatcher
Matches the certificate and the CA certificate according to the
SubjectKeyIdentifier extension of the CA certificate and
AuthorityKeyIdentifier extension of the certificate
|
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.
|
class |
CRLMatcher
Base class for crl matchers.
|
Modifier and Type | Class and Description |
---|---|
class |
CrossCertificateMatcher
Base class for Cross Certificate Matcher classes.
|
class |
PublicKeyMatcher
Matches the certificate and its cross certificate by comparing their
PublicKeys.
|
class |
SKIMatcher
Matches certificate and its cross certificate accoording to
SubjectKeyIdentifier extension information.
|
class |
SubjectMatcher
Matches certificates and its corss certificates if their subject information
matches
|
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 |
DeltaCRLMatcher
Base class for delta-CRL matchers.
|
class |
ScopeMatcher
Matches the complete CRL with the delta-CRL according to the following
condition;
|
Modifier and Type | Class and Description |
---|---|
class |
CertIDOCSPResponseMatcher |
class |
OCSPResponseMatcher |
Copyright © 2025. All rights reserved.