SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Level Property

Specifies the level according to which the inner AdES signature is to be composed.

Syntax

int GetLevel();
int SetLevel(int iLevel);

Possible Values

ASL_UNKNOWN(0), 
ASL_BES(1),
ASL_EPES(2),
ASL_T(3),
ASL_C(4),
ASL_XTYPE_1(5),
ASL_XTYPE_2(6),
ASL_XLTYPE_1(7),
ASL_XLTYPE_2(8),
ASL_BASELINE_B(9),
ASL_BASELINE_T(10),
ASL_BASELINE_LT(11),
ASL_BASELINE_LTA(12),
ASL_EXTENDED_BES(13),
ASL_EXTENDED_EPES(14),
ASL_EXTENDED_T(15),
ASL_EXTENDED_C(16),
ASL_EXTENDED_XTYPE_1(17),
ASL_EXTENDED_XTYPE_2(18),
ASL_EXTENDED_XLTYPE_1(19),
ASL_EXTENDED_XLTYPE_2(20),
ASL_EXTENDED_A(21),
ASL_A(22)

Default Value

1

Remarks

CAdES and XAdES standards define a number of signature levels. The main differences between levels are in the scope of validation information included to the signature. BES signatures only include the most necessary information (the signing chain), whereas XL and A signatures include the complete set.

aslUnknown0
aslBES1
aslEPES2
aslT3
aslC4
aslXType15
aslXType26
aslXLType17
aslXLType28
aslBaselineB9
aslBaselineT10
aslBaselineLT11
aslBaselineLTA12
aslExtendedBES13
aslExtendedEPES14
aslExtendedT15
aslExtendedC16
aslExtendedXType117
aslExtendedXType218
aslExtendedXLType119
aslExtendedXLType220
aslA21
aslExtendedA22

Data Type

Integer

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