SecureBlackbox 2020 Python Edition

Questions / Feedback?

x_ad_es_version Property

Specifies XAdES version.

Syntax

def get_x_ad_es_version() -> int: ...
def set_x_ad_es_version(value: int) -> None: ...

x_ad_es_version = property(get_x_ad_es_version, set_x_ad_es_version)

Default Value

3

Remarks

This property specifies the version of the XAdES specification the signature should comply with. For the form of XAdES, use x_ad_es_form.

xavUnknown0
xav1111XAdES v1.1.1
xav1222XAdES v1.2.2
xav1323XAdES v1.3.2
xav1414XAdES v1.4.1 (aka v1.4.2)

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