SecureBlackbox 2020 Java Edition

Questions / Feedback?

CanonicalizationMethod Property

The XML canonicalization method that was used for signing.

Syntax

public int getCanonicalizationMethod();


Enumerated values: public final static int cxcmNone = 0; public final static int cxcmCanon = 1; public final static int cxcmCanonComment = 2; public final static int cxcmExclCanon = 3; public final static int cxcmExclCanonComment = 4; public final static int cxcmMinCanon = 5; public final static int cxcmCanon_v1_1 = 6; public final static int cxcmCanonComment_v1_1 = 7;

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 and not available at design time.

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