Modifier and Type | Field and Description |
---|---|
protected java.util.List<Finder> |
RevocationChecker.mFinders |
Modifier and Type | Method and Description |
---|---|
<T extends Finder> |
RevocationChecker.addFinder(T aFinder) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Finder> |
RevocationChecker.getFinders() |
Modifier and Type | Method and Description |
---|---|
void |
RevocationChecker.setFinders(java.util.List<Finder> aFinders) |
Constructor and Description |
---|
FinderCRLSource(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aSubject,
java.util.List<? extends Finder> aFinders) |
FinderOCSPResponseSource(tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aSubject,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate aIssuer,
java.util.List<? extends Finder> aFinders) |
Modifier and Type | Class and Description |
---|---|
class |
CertificateFinder
Base class for certificate finders
|
class |
CertificateFinderFromAIA
Finds issuer certificate according to Authority Info Access (AIA) extension
information.
|
class |
CertificateFinderFromECertStore
Find issuer certificate of the input certificate from ESYA Certificate Store.
|
class |
CertificateFinderFromFile
Finds issuer certificate of a given certificate from local file.
|
class |
CertificateFinderFromHTTP
Finds issuer certificate according to Authority Info Access (AIA) extension
information.
|
class |
CertificateFinderFromLDAP
Finds issuer certificate according to Authority Info Access (AIA) extension
information.
|
class |
CertificateFinderFromTSL
Find issuer certificate of the input certificate from TSL document.
|
class |
CertificateFinderFromXml |
Modifier and Type | Class and Description |
---|---|
class |
CrossCertificateFinder
Base class for finding Cross Certificates
|
class |
CrossCertificateFinderFromECertStore
Find cross certificate in ESYA Certificate Store
|
class |
CrossCertificateFinderFromFile
Finds cross certificate from a specific file location.
|
Modifier and Type | Class and Description |
---|---|
class |
TrustedCertificateFinder
Base class for finding trusted certificates.
|
class |
TrustedCertificateFinderFromECertStore
Finds trusted certificates from local Certificate Store.
|
class |
TrustedCertificateFinderFromECertStoreV2
Finds trusted certificates from local Certificate Store.
|
class |
TrustedCertificateFinderFromFileSystem
Finds trusted certificates from the local file system.
|
class |
TrustedCertificateFinderFromTSL |
class |
TrustedCertificateFinderFromXml |
Modifier and Type | Class and Description |
---|---|
class |
CRLFinder
Base class for crl finders
|
class |
CRLFinderFromCDP
Finds CRL for a given certificate according to the CRL Distribution Points
(CDP) extension information in the certificate.
|
class |
CRLFinderFromCRLFinderService |
class |
CRLFinderFromECertStore
Find CRL from ESYA Certificate Store
|
class |
CRLFinderFromFile
Finds CRL for a given certificate from local file system
|
class |
CRLFinderFromHTTP
Finds CRL for a given certificate according to the CRL Distribution Points
(CDP) extension information in the certificate.
|
class |
CRLFinderFromHTTPAddress
Finds CRL for a given certificate from the given HTTP address
|
class |
CRLFinderfromLDAP
Finds CRL for a given certificate according to the CRL Distribution Points
extension information in the certificate.It only searches in LDAP addresses
specified in the CDP extension.
|
class |
CRLFinderFromLDAPAddress
Finds CRL for a given certificate from the given LDAP address
|
Modifier and Type | Class and Description |
---|---|
class |
DeltaCRLFinder
Base Class for delta-CRL finders
|
class |
DeltaCRLFinderFromECertStore
Finds delta-CRL from the local Certificate Store
|
class |
DeltaCRLFinderFromFile
Finds delta-CRL from a specific file location
|
Modifier and Type | Class and Description |
---|---|
class |
OCSPResponseFinder
Base class for OCSP Response Finders.
|
class |
OCSPResponseFinderFromAIA
Finds OCSP Response from the OCSP Servers specified in the
AuthorityInfoAccess extension information in the certificate
|
class |
OCSPResponseFinderFromECertStore
Finds OCSP Response from the Local Certificate Store
|
Copyright © 2025. All rights reserved.