class XMLSecurity::BaseDocument

Direct Known Subclasses

Defined in:

saml/xml_security.cr

Constant Summary

C14N = "http://www.w3.org/2001/10/xml-exc-c14n#"
DSIG = "http://www.w3.org/2000/09/xmldsig#"
XML_PARSER_OPTIONS = ((XML::ParserOptions::RECOVER | XML::ParserOptions::NOERROR) | XML::ParserOptions::NOWARNING) | XML::ParserOptions::NONET

Class Method Summary

Instance Method Summary

Instance methods inherited from class XML::Node

<<(node : Node) <<, add_child(node : Node) : Nil add_child, add_element(tag_name, namespaces = {} of String => String) add_element, add_next_sibling(node : Node) add_next_sibling, add_prev_sibling(node : Node) add_prev_sibling, canonicalize(io = IO::Memory.new, mode : Mode | Nil = nil, node_set = nil, inclusive_ns : Array(String) = [] of String, comments? = false)
canonicalize(io, mode, comments?)
canonicalize(io = IO::Memory.new)
canonicalize
, canonicalize! canonicalize!

Class Method Detail

def self.algorithm(element : XML::Node | String | Nil) #

[View source]
def self.canon_algorithm(element) #

[View source]
def self.pem_to_der(pem : String) #

[View source]

Instance Method Detail

def pem_to_der(pem : String) #

[View source]
def to_s #

DO NOT FORMAT


[View source]