SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Level Property

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

Syntax

ANSI (Cross Platform)
int GetLevel();
int SetLevel(int iLevel); Unicode (Windows) 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)
@property (nonatomic,readwrite,assign,getter=level,setter=setLevel:) int level;
- (int)level;
- (void)setLevel:(int)newLevel;

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)
#define PID_ASICSIGNER_LEVEL 30

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_ASiCSigner_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_ASiCSigner_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8166]