Module: WSDL::Security::Constants::Algorithms::Canonicalization
- Defined in:
- lib/wsdl/security/constants.rb
Overview
Canonicalization algorithm URIs.
Constant Summary collapse
- EXCLUSIVE_1_0 =
Exclusive XML Canonicalization 1.0
'http://www.w3.org/2001/10/xml-exc-c14n#'- EXCLUSIVE_1_0_WITH_COMMENTS =
Exclusive XML Canonicalization 1.0 with comments
'http://www.w3.org/2001/10/xml-exc-c14n#WithComments'- INCLUSIVE_1_0 =
Inclusive XML Canonicalization 1.0
'http://www.w3.org/TR/2001/REC-xml-c14n-20010315'- INCLUSIVE_1_0_WITH_COMMENTS =
Inclusive XML Canonicalization 1.0 with comments
'http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments'- INCLUSIVE_1_1 =
Inclusive XML Canonicalization 1.1
'http://www.w3.org/2006/12/xml-c14n11'- INCLUSIVE_1_1_WITH_COMMENTS =
Inclusive XML Canonicalization 1.1 with comments
'http://www.w3.org/2006/12/xml-c14n11#WithComments'