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 Summary
Fields Modifier and Type Field Description static String
ACCREDITATION_CEASED
static String
ACCREDITATION_REVOKED
static String
ACCREDITED
static String
DEPRECATED_AT_NATIONAL_LEVEL
static String
DEPRECATED_BY_NATIONAL_LAW
static String
GRANTED
static String
RECONIZED_AT_NATIONAL_LEVEL
static String
SET_BY_NATIONAL_LAW
static String
SUPERVISION_CEASED
static String
SUPERVISION_OF_SERVICE_IN_CESSATION
static String
SUPERVISION_REVOKED
static String
UNDER_SUPERVISION
static String
WITHDRAWN
-
Method Summary
Modifier and Type Method Description static boolean
isAcceptableStatusAfterEIDAS(String status)
static boolean
isAcceptableStatusBeforeEIDAS(String status)
-
Field Details
-
UNDER_SUPERVISION
- See Also:
- Constant Field Values
-
SUPERVISION_OF_SERVICE_IN_CESSATION
- See Also:
- Constant Field Values
-
SUPERVISION_CEASED
- See Also:
- Constant Field Values
-
SUPERVISION_REVOKED
- See Also:
- Constant Field Values
-
ACCREDITED
- See Also:
- Constant Field Values
-
ACCREDITATION_CEASED
- See Also:
- Constant Field Values
-
ACCREDITATION_REVOKED
- See Also:
- Constant Field Values
-
GRANTED
- See Also:
- Constant Field Values
-
WITHDRAWN
- See Also:
- Constant Field Values
-
SET_BY_NATIONAL_LAW
- See Also:
- Constant Field Values
-
RECONIZED_AT_NATIONAL_LEVEL
- See Also:
- Constant Field Values
-
DEPRECATED_BY_NATIONAL_LAW
- See Also:
- Constant Field Values
-
DEPRECATED_AT_NATIONAL_LEVEL
- See Also:
- Constant Field Values
-
-
Method Details