Class 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;
    • 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
    • Method Detail

      • isForeSignatures

        public static boolean isForeSignatures​(List<String> additionalServiceInfos)
      • isForeSeals

        public static boolean isForeSeals​(List<String> additionalServiceInfos)
      • isForeSealsOnly

        public static boolean isForeSealsOnly​(List<String> additionalServiceInfos)
      • isForWebAuth

        public static boolean isForWebAuth​(List<String> additionalServiceInfos)
      • isForWebAuthOnly

        public static boolean isForWebAuthOnly​(List<String> additionalServiceInfos)