SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Level Property

Specifies the signature's AdES conformance level.

Syntax

public val level: AsicverifierLevels

public enum class AsicverifierLevels(val value: Int) {
aslUnknown(0),
aslBES(1),
aslEPES(2),
aslT(3),
aslC(4),
aslXType1(5),
aslXType2(6),
aslXLType1(7),
aslXLType2(8),
aslBaselineB(9),
aslBaselineT(10),
aslBaselineLT(11),
aslBaselineLTA(12),
aslExtendedBES(13),
aslExtendedEPES(14),
aslExtendedT(15),
aslExtendedC(16),
aslExtendedXType1(17),
aslExtendedXType2(18),
aslExtendedXLType1(19),
aslExtendedXLType2(20),
aslExtendedA(21),
aslA(22);
}

Default Value

0

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.

The supported values are:

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

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

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