SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

XAdESForm Property

Specifies which form of XAdES has been used.

Syntax

public val xAdESForm: XadesverifierXAdESForms

public enum class XadesverifierXAdESForms(val value: Int) {
xafUnknown(0),
xafBasic(1),
xafBES(2),
xafEPES(3),
xafT(4),
xafC(5),
xafX(6),
xafXL(7),
xafA(8),
xafExtendedBES(9),
xafExtendedEPES(10),
xafExtendedT(11),
xafExtendedC(12),
xafExtendedX(13),
xafExtendedXLong(14),
xafExtendedXL(15),
xafExtendedA(16);
}

Default Value

0

Remarks

Use this property to check the form (level) of XAdES.

xafUnknown0
xafBasic1XAdES form, supported by XAdES v1.1.1
xafBES2XAdES-BES form, supported starting from XAdES v1.2.2
xafEPES3XAdES-EPES form, supported starting from XAdES v1.2.2
xafT4XAdES-T form
xafC5XAdES-C form
xafX6XAdES-X form
xafXL7XAdES-X-L form
xafA8XAdES-A form
xafExtendedBES9XAdES-E-BES form
xafExtendedEPES10XAdES-E-EPES form
xafExtendedT11XAdES-E-T form
xafExtendedC12XAdES-E-C form
xafExtendedX13XAdES-E-X form
xafExtendedXLong14XAdES-E-X-Long form (type 1)
xafExtendedXL15XAdES-E-X-L form (type 2)
xafExtendedA16XAdES-E-A form

* XAdES-E-* forms are supported starting from XAdES v1.3.2

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]