Package eu.europa.esig.dss.tsl
Class TSLLoaderResult
- java.lang.Object
-
- eu.europa.esig.dss.tsl.TSLLoaderResult
-
public class TSLLoaderResult extends Object
This class is a DTO result for TSLLoader Callable
-
-
Constructor Summary
Constructors Constructor Description TSLLoaderResult()
-
Method Summary
Modifier and Type Method Description byte[]getContent()StringgetCountryCode()StringgetUrl()voidsetContent(byte[] content)voidsetCountryCode(String countryCode)voidsetUrl(String url)
-