| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
SAML2.XML.Signature
Description
XML Signature Syntax and Processing
http://www.w3.org/TR/2008/REC-xmldsig-core-20080610/ (selected portions)
Documentation
module SAML2.XML.Signature.Types
signBase64 :: SigningKey -> ByteString -> IO ByteString Source #
verifyBase64 :: PublicKeys -> IdentifiedURI SignatureAlgorithm -> ByteString -> ByteString -> Maybe Bool Source #
generateSignature :: SigningKey -> SignedInfo -> IO Signature Source #
verifySignature :: PublicKeys -> String -> XmlTree -> IO (Maybe Bool) Source #