public class TSLValidationJob extends Object
| Constructor and Description |
|---|
TSLValidationJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
initRepository() |
void |
refresh() |
void |
setCheckLOTLSignature(boolean checkLOTLSignature) |
void |
setCheckTSLSignatures(boolean checkTSLSignatures) |
void |
setDataLoader(eu.europa.esig.dss.client.http.DataLoader dataLoader) |
void |
setExecutorService(ExecutorService executorService) |
void |
setFilterTerritories(List<String> filterTerritories) |
void |
setLotlCode(String lotlCode)
This method allows to set the LOTL country code
|
void |
setLotlRootSchemeInfoUri(String lotlRootSchemeInfoUri)
This method allows to set the root URI for the LOTL HTML page (SchemeInformationURI)
|
void |
setLotlUrl(String lotlUrl)
This method allows to set the LOTL URL
|
void |
setOjContentKeyStore(eu.europa.esig.dss.x509.KeyStoreCertificateSource ojContentKeyStore) |
void |
setOjUrl(String ojUrl)
This method allows to set the Official Journal URL (where the trusted certificates are listed)
|
void |
setRepository(TSLRepository repository) |
public void setExecutorService(ExecutorService executorService)
public void setDataLoader(eu.europa.esig.dss.client.http.DataLoader dataLoader)
public void setRepository(TSLRepository repository)
public void setLotlCode(String lotlCode)
lotlCode - the country code (EU in European Union)public void setLotlUrl(String lotlUrl)
lotlUrl - the LOTL Urlpublic void setLotlRootSchemeInfoUri(String lotlRootSchemeInfoUri)
lotlRootSchemeInfoUri - public void setOjUrl(String ojUrl)
ojUrl - the Official Journal URLpublic void setOjContentKeyStore(eu.europa.esig.dss.x509.KeyStoreCertificateSource ojContentKeyStore)
public void setCheckLOTLSignature(boolean checkLOTLSignature)
public void setCheckTSLSignatures(boolean checkTSLSignatures)
public void initRepository()
public void refresh()
Copyright © 2018. All rights reserved.