[Java]
public TElXMLAdESElement();
public TElXMLAdESElement(short AVersion, String AName, boolean SupportedV141);
public TElXMLAdESElement(short AVersion, String AName);
public TElXMLAdESElement(short AVersion);
Parameters
AName - Name of the element to be created
AVersion - XAdES version
SupportedV141 -
Possible versions:
[.NET]
[Pascal]
[C++]
Description
XAdES_v1_1_1 = 1
XAdES_v1_1_1
XAdES_v1_1_1 = 0
XAdES version 1.1.1
XAdES_v1_2_2 = 2
XAdES_v1_2_2
XAdES_v1_2_2 = 1
XAdES version 1.2.2
XAdES_v1_3_2 = 3
XAdES_v1_3_2
XAdES_v1_3_2 = 2
XAdES version 1.3.2
XAdES_v1_4_1 = 4
XAdES_v1_4_1
XAdES_v1_4_1 = 3
XAdES version 1.4.1 (1.4.2)
Description
Call this method to create a new instance of TElXMLAdESElement class.