Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.certificate.validation | |
tr.gov.tubitak.uekae.esya.api.certificate.validation.find.crl |
Modifier and Type | Method and Description |
---|---|
java.util.List<CRLFinder> |
FindSystem.getCRLFinders() |
Modifier and Type | Method and Description |
---|---|
void |
FindSystem.addCRLFinder(CRLFinder aCRLFinder) |
Modifier and Type | Method and Description |
---|---|
void |
FindSystem.setCRLFinders(java.util.List<CRLFinder> aCRLFinders) |
Modifier and Type | Class and Description |
---|---|
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
|
Copyright © 2025. All rights reserved.