public class TSLValidator extends Object implements Callable<TSLValidationResult>
| Constructor and Description |
|---|
TSLValidator(File file,
String countryCode,
List<eu.europa.esig.dss.x509.CertificateToken> potentialSigners)
Constructor used to instantiate a validator for a TSL
|
public TSLValidator(File file, String countryCode, List<eu.europa.esig.dss.x509.CertificateToken> potentialSigners)
file - the file to validate (a TSL file (not LOTL)countryCode - the country codepotentialSigners - the list of certificates allowed to sign this TSLpublic TSLValidationResult call() throws Exception
call in interface Callable<TSLValidationResult>ExceptionCopyright © 2017. All rights reserved.