Class TrustedServiceStatus

java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.TrustedServiceStatus

public final class TrustedServiceStatus extends Object
ETSI TS 119 612 V2.2.1
  • Field Details

    • UNDER_SUPERVISION

      public static final String UNDER_SUPERVISION
      Before eIDAS 'undersupervision' status
      See Also:
    • SUPERVISION_OF_SERVICE_IN_CESSATION

      public static final String SUPERVISION_OF_SERVICE_IN_CESSATION
      Before eIDAS 'supervisionincessation' status
      See Also:
    • SUPERVISION_CEASED

      public static final String SUPERVISION_CEASED
      Before eIDAS 'supervisionceased' status
      See Also:
    • SUPERVISION_REVOKED

      public static final String SUPERVISION_REVOKED
      Before eIDAS 'supervisionrevoked' status
      See Also:
    • ACCREDITED

      public static final String ACCREDITED
      Before eIDAS 'accredited' status
      See Also:
    • ACCREDITATION_CEASED

      public static final String ACCREDITATION_CEASED
      Before eIDAS 'accreditationceased' status
      See Also:
    • ACCREDITATION_REVOKED

      public static final String ACCREDITATION_REVOKED
      Before eIDAS 'accreditationrevoked' status
      See Also:
    • GRANTED

      public static final String GRANTED
      After eIDAS 'granted' status
      See Also:
    • WITHDRAWN

      public static final String WITHDRAWN
      After eIDAS 'withdrawn' status
      See Also:
    • SET_BY_NATIONAL_LAW

      public static final String SET_BY_NATIONAL_LAW
      After eIDAS 'setbynationallaw' status
      See Also:
    • RECONIZED_AT_NATIONAL_LEVEL

      public static final String RECONIZED_AT_NATIONAL_LEVEL
      After eIDAS 'recognisedatnationallevel' status
      See Also:
    • DEPRECATED_BY_NATIONAL_LAW

      public static final String DEPRECATED_BY_NATIONAL_LAW
      After eIDAS 'deprecatedbynationallaw' status
      See Also:
    • DEPRECATED_AT_NATIONAL_LEVEL

      public static final String DEPRECATED_AT_NATIONAL_LEVEL
      After eIDAS 'deprecatedatnationallevel' status
      See Also:
  • Method Details

    • isAcceptableStatusBeforeEIDAS

      public static boolean isAcceptableStatusBeforeEIDAS(String status)
      Gets whether the given status is acceptable before eIDAS
      Parameters:
      status - String identifier
      Returns:
      TRUE if the status is acceptable before eIDAS, FALSE otherwise
    • isAcceptableStatusAfterEIDAS

      public static boolean isAcceptableStatusAfterEIDAS(String status)
      Gets whether the given status is acceptable after eIDAS
      Parameters:
      status - String identifier
      Returns:
      TRUE if the status is acceptable after eIDAS, FALSE otherwise