IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

referenceTransformAlgorithms (property)

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

Syntax

- (NSString*)referenceTransformAlgorithms:(int)referenceIndex;
- (void)setReferenceTransformAlgorithms:(int)referenceIndex:(NSString*)newReferenceTransformAlgorithms;
public func referenceTransformAlgorithms(referenceIndex: Int32) throws -> String
public func setReferenceTransformAlgorithms(referenceIndex: Int32, newReferenceTransformAlgorithms: String) throws -> Void

Default Value

"C14N"

Remarks

This property specifies a comma separated list of canonicalization algorithms to be applied to ReferenceXMLElement. The XML data specified by ReferenceXMLElement will be transformed using the specified algorithm(s) before the HashAlgorithm 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 ReferenceIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ReferenceCount property.

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