SecureBlackbox 2020 Android Edition

Questions / Feedback?

XAdESForm Property

Specifies which form of XAdES has been used.

Syntax

public int getXAdESForm();


Enumerated values: public final static int xafUnknown = 0; public final static int xafBasic = 1; public final static int xafBES = 2; public final static int xafEPES = 3; public final static int xafT = 4; public final static int xafC = 5; public final static int xafX = 6; public final static int xafXL = 7; public final static int xafA = 8; public final static int xafExtendedBES = 9; public final static int xafExtendedEPES = 10; public final static int xafExtendedT = 11; public final static int xafExtendedC = 12; public final static int xafExtendedX = 13; public final static int xafExtendedXLong = 14; public final static int xafExtendedXL = 15; public final static int xafExtendedA = 16;

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.

Default Value

0

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