IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

reference_transform_algorithms Property

This property specifies a comma separated list of canonicalization algorithms to be applied to XMLElement .

Syntax

def get_reference_transform_algorithms(reference_index: int) -> str: ...
def set_reference_transform_algorithms(reference_index: int, value: str) -> None: ...

Default Value

"C14N"

Remarks

This property specifies a comma separated list of canonicalization algorithms to be applied to reference_xml_element. The XML data specified by reference_xml_element will be transformed using the specified algorithm(s) before the hash_algorithm is applied. The default value is "C14N". Possible values are:

"C14N" Canonical XML version 1.0
"C14N_COMMENTS" Canonical XML version 1.0 with comments
"C14N11" Canonical XML version 1.1
"C14N11_COMMENTS" Canonical XML version 1.1 with comments
"EXC_C14N" Exclusive XML canonicalization version 1.0
"EXC_C14N_COMMENTS" Exclusive XML canonicalization version 1.0 with comments

The reference_index parameter specifies the index of the item in the array. The size of the array is controlled by the reference_count property.

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