Class TrustedServiceStatus
java.lang.Object
eu.europa.esig.dss.validation.process.qualification.trust.TrustedServiceStatus
ETSI TS 119 612 V2.2.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBefore eIDAS 'accreditationceased' statusstatic final StringBefore eIDAS 'accreditationrevoked' statusstatic final StringBefore eIDAS 'accredited' statusstatic final StringAfter eIDAS 'deprecatedatnationallevel' statusstatic final StringAfter eIDAS 'deprecatedbynationallaw' statusstatic final StringAfter eIDAS 'granted' statusstatic final StringAfter eIDAS 'recognisedatnationallevel' statusstatic final StringAfter eIDAS 'setbynationallaw' statusstatic final StringBefore eIDAS 'supervisionceased' statusstatic final StringBefore eIDAS 'supervisionincessation' statusstatic final StringBefore eIDAS 'supervisionrevoked' statusstatic final StringBefore eIDAS 'undersupervision' statusstatic final StringAfter eIDAS 'withdrawn' status -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAcceptableStatusAfterEIDAS(String status) Gets whether the givenstatusis acceptable after eIDASstatic booleanisAcceptableStatusBeforeEIDAS(String status) Gets whether the givenstatusis acceptable before eIDAS
-
Field Details
-
UNDER_SUPERVISION
Before eIDAS 'undersupervision' status- See Also:
-
SUPERVISION_OF_SERVICE_IN_CESSATION
Before eIDAS 'supervisionincessation' status- See Also:
-
SUPERVISION_CEASED
Before eIDAS 'supervisionceased' status- See Also:
-
SUPERVISION_REVOKED
Before eIDAS 'supervisionrevoked' status- See Also:
-
ACCREDITED
Before eIDAS 'accredited' status- See Also:
-
ACCREDITATION_CEASED
Before eIDAS 'accreditationceased' status- See Also:
-
ACCREDITATION_REVOKED
Before eIDAS 'accreditationrevoked' status- See Also:
-
GRANTED
After eIDAS 'granted' status- See Also:
-
WITHDRAWN
After eIDAS 'withdrawn' status- See Also:
-
SET_BY_NATIONAL_LAW
After eIDAS 'setbynationallaw' status- See Also:
-
RECONIZED_AT_NATIONAL_LEVEL
After eIDAS 'recognisedatnationallevel' status- See Also:
-
DEPRECATED_BY_NATIONAL_LAW
After eIDAS 'deprecatedbynationallaw' status- See Also:
-
DEPRECATED_AT_NATIONAL_LEVEL
After eIDAS 'deprecatedatnationallevel' status- See Also:
-
-
Method Details
-
isAcceptableStatusBeforeEIDAS
Gets whether the givenstatusis acceptable before eIDAS- Parameters:
status-Stringidentifier- Returns:
- TRUE if the status is acceptable before eIDAS, FALSE otherwise
-
isAcceptableStatusAfterEIDAS
Gets whether the givenstatusis acceptable after eIDAS- Parameters:
status-Stringidentifier- Returns:
- TRUE if the status is acceptable after eIDAS, FALSE otherwise
-