Class AdditionalServiceInformation
- java.lang.Object
-
- eu.europa.esig.dss.validation.process.qualification.trust.AdditionalServiceInformation
-
public final class AdditionalServiceInformation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFOR_ESEALS"http://uri.etsi.org/TrstSvc/TrustedList/SvcInfoExt/ForeSeals": in order to further specify the "Service type identifier" identified service as being provided for electronic seals;static StringFOR_ESIGNATURES"http://uri.etsi.org/TrstSvc/TrustedList/SvcInfoExt/ForeSignatures": in order to further specify the "Service type identifier" identified service as being provided for electronic signatures;static StringFOR_WEB_AUTHENTICATION"http://uri.etsi.org/TrstSvc/TrustedList/SvcInfoExt/ForWebSiteAuthentication": in order to further specify the "Service type identifier" identified service as being provided for web site authentication;
-
Method Summary
Modifier and Type Method Description static booleanisForeSeals(List<String> additionalServiceInfos)static booleanisForeSealsOnly(List<String> additionalServiceInfos)static booleanisForeSignatures(List<String> additionalServiceInfos)static booleanisForWebAuth(List<String> additionalServiceInfos)static booleanisForWebAuthOnly(List<String> additionalServiceInfos)
-
-
-
Field Detail
-
FOR_ESIGNATURES
public static final String FOR_ESIGNATURES
"http://uri.etsi.org/TrstSvc/TrustedList/SvcInfoExt/ForeSignatures": in order to further specify the "Service type identifier" identified service as being provided for electronic signatures;- See Also:
- Constant Field Values
-
FOR_ESEALS
public static final String FOR_ESEALS
"http://uri.etsi.org/TrstSvc/TrustedList/SvcInfoExt/ForeSeals": in order to further specify the "Service type identifier" identified service as being provided for electronic seals;- See Also:
- Constant Field Values
-
FOR_WEB_AUTHENTICATION
public static final String FOR_WEB_AUTHENTICATION
"http://uri.etsi.org/TrstSvc/TrustedList/SvcInfoExt/ForWebSiteAuthentication": in order to further specify the "Service type identifier" identified service as being provided for web site authentication;- See Also:
- Constant Field Values
-
-