IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

canonicalization_method Property

The canonicalization method applied to the signature.

Syntax

def get_canonicalization_method() -> int: ...
def set_canonicalization_method(value: int) -> None: ...

canonicalization_method = property(get_canonicalization_method, set_canonicalization_method)

Default Value

0

Remarks

This property specifies the canonicalization method that is applied to the signature. This may be set before calling sign. This will be set automatically after calling verify_signature. Possible values are:

0 (cmC14N - default) Canonical XML version 1.0
1 (cmC14NComments) Canonical XML version 1.0 with comments
2 (cmC14N11) Canonical XML version 1.1
3 (cmC14N11) Canonical XML version 1.1 with comments
4 (cmExcC14N) Exclusive XML canonicalization version 1.0
5 (cmExcC14NComments) Exclusive XML canonicalization version 1.0 with comments

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