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 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;static 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;static 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; -
Method Summary
Modifier and Type Method Description static boolean
isForeSeals(List<String> additionalServiceInfos)
static boolean
isForeSealsOnly(List<String> additionalServiceInfos)
static boolean
isForeSignatures(List<String> additionalServiceInfos)
static boolean
isForWebAuth(List<String> additionalServiceInfos)
static boolean
isForWebAuthOnly(List<String> additionalServiceInfos)
-
Field Details
-
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
"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
"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
-
-
Method Details