Class: Xmldsig::Transforms::Canonicalize

Inherits:
Transform
  • Object
show all
Defined in:
lib/xmldsig/transforms/canonicalize.rb

Instance Attribute Summary

Attributes inherited from Transform

#node, #transform_node, #with_comments

Instance Method Summary collapse

Methods inherited from Transform

#initialize

Constructor Details

This class inherits a constructor from Xmldsig::Transforms::Transform

Instance Method Details

#transformObject



4
5
6
7
# File 'lib/xmldsig/transforms/canonicalize.rb', line 4

def transform
  self.node = Canonicalizer.new(node, algorithm, inclusive_namespaces, with_comments).canonicalize
  node
end