hsaml2-0.1.2: OASIS Security Assertion Markup Language (SAML) V2.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

SAML2.XML.Signature

Description

XML Signature Syntax and Processing

http://www.w3.org/TR/2008/REC-xmldsig-core-20080610/ (selected portions)

Synopsis

Documentation

data SigningKey Source #

Instances

Instances details
Show SigningKey Source # 
Instance details

Defined in SAML2.XML.Signature

Eq SigningKey Source # 
Instance details

Defined in SAML2.XML.Signature

verifySignatureUnenvelopedSigs :: PublicKeys -> String -> XmlTree -> IO (Either SignatureError ()) Source #

It turns out sometimes we don't get envelopped signatures, but signatures that are located outside the signed sub-tree. Since verifySiganture doesn't support this case, if you encounter it you should fall back to verifySignatureUnenvelopedSigs.