SecureBlackbox 2020 Python Edition

Questions / Feedback?

canonicalization_method Property

The XML canonicalization method that was used for signing.

Syntax

def get_canonicalization_method() -> int: ...

canonicalization_method = property(get_canonicalization_method, None)

Default Value

0

Remarks

Use this property to get the XML canonicalization method used for SignedInfo element. See XML-Signature Syntax and Processing specification for details.

Supported canonicalization methods:

cxcmNone0
cxcmCanon1
cxcmCanonComment2
cxcmExclCanon3
cxcmExclCanonComment4
cxcmMinCanon5
cxcmCanon_v1_16
cxcmCanonComment_v1_17

This property is read-only.

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