| Package | Description |
|---|---|
| tr.gov.tubitak.uekae.esya.api.certificate.validation | |
| tr.gov.tubitak.uekae.esya.api.certificate.validation.match.certificate |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CertificateMatcher> |
MatchSystem.getCertificateMatchers() |
| Modifier and Type | Method and Description |
|---|---|
void |
MatchSystem.addCertificateMatcher(CertificateMatcher aCertificateMatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
MatchSystem.setCertificateMatchers(java.util.List<CertificateMatcher> aCertificateMatchers) |
| Modifier and Type | Class and Description |
|---|---|
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
|
Copyright © 2025. All rights reserved.