SecureBlackbox 2020 Android Edition

Questions / Feedback?

Qualified Property

Indicates a qualified electronic signature.

Syntax

public int getQualified();


Enumerated values: public final static int sqsUnknown = 0; public final static int sqsNone = 1; public final static int sqsGranted = 2; public final static int sqsWithdrawn = 3; public final static int sqsSetByNationalLaw = 4; public final static int sqsDeprecatedByNationalLaw = 5; public final static int sqsRecognizedAtNationalLevel = 6; public final static int sqsDeprecatedAtNationalLevel = 7; public final static int sqsUnderSupervision = 8; public final static int sqsSupervisionInCessation = 9; public final static int sqsSupervisionCeased = 10; public final static int sqsSupervisionRevoked = 11; public final static int sqsAccredited = 12; public final static int sqsAccreditationCeased = 13; public final static int sqsAccreditationRevoked = 14; public final static int sqsInAccordance = 15; public final static int sqsExpired = 16; public final static int sqsSuspended = 17; public final static int sqsRevoked = 18; public final static int sqsNotInAccordance = 19;

Remarks

Use this property to check if an electronic signature is created using a qualified device for creating electronic signatures and that relies on a qualified electronic signature certificate.

Adjust UseDefaultTSLs property and/or CustomTSLs property before validating the signature/certificate to properly obtain TSP (Trust Service Provider) service status. Use Qualified* and TSL* config properties to obtain extended information.

The following qualified statuses are supported:

sqsUnknown0Qualified status unknown. Use config's QualifiedInfo setting to obtain service status URI.

sqsNone1None

sqsGranted2Granted

sqsWithdrawn3Withdrawn

sqsSetByNationalLaw4Set by national law

sqsDeprecatedByNationalLaw5Deprecated by national law

sqsRecognizedAtNationalLevel6Recognized at national level

sqsDeprecatedAtNationalLevel7Deprecated at national level

sqsUnderSupervision8Under supervision

sqsSupervisionInCessation9Supervision in cessation

sqsSupervisionCeased10Supervision ceased

sqsSupervisionRevoked11Supervision revoked

sqsAccredited12Accredited

sqsAccreditationCeased13Accreditation ceased

sqsAccreditationRevoked14Accreditation revoked

sqsInAccordance15Deprecated. The subject service is in accordance with the scheme's specific status determination criteria (only for use in positive approval schemes).

sqsExpired16Deprecated. The subject service is no longer overseen by the scheme, e.g. due to nonrenewal or withdrawal by the TSP, or cessation of the service or the scheme's operations.

sqsSuspended17Deprecated. The subject service's status is temporarily uncertain whilst checks are made by the scheme operator (typically e.g. while a revocation request is being investigated or if action is required to resolve a deficiency in the service fulfilling the scheme's criteria.

sqsRevoked18Deprecated. The subject service's approved status has been revoked because it is no longer in accordance with the scheme's specific status determination criteria (only for use in positive approval schemes).

sqsNotInAccordance19Deprecated. The subject service is not in accordance with the scheme's specific status determination criteria (only for use in negative approval schemes).

This property is read-only and not available at design time.

Default Value

0

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Android Edition - Version 20.0 [Build 8156]