Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
A high-level interface to XML canonicalisation for the purpose of SAML2 signature validation.
Synopsis
- canonicalise :: [Text] -> ByteString -> IO ByteString
Documentation
canonicalise :: [Text] -> ByteString -> IO ByteString Source #
canonicalise
prefixList
xml
produces a canonical representation of xml
while retaining namespaces matching prefixList
.