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

SAML2.XML.Encryption

Description

XML Encryption Syntax and Processing

http://www.w3.org/TR/xmlenc-core1/ (selected portions)

Synopsis

Documentation

xpElem :: String -> PU a -> PU a Source #

data CipherData Source #

§3.3

Instances

Instances details
Eq CipherData Source # 
Instance details

Defined in SAML2.XML.Encryption

Show CipherData Source # 
Instance details

Defined in SAML2.XML.Encryption

XmlPickler CipherData Source # 
Instance details

Defined in SAML2.XML.Encryption

newtype EncryptedData Source #

§3.4

Constructors

EncryptedData 

Instances

Instances details
Eq EncryptedData Source # 
Instance details

Defined in SAML2.XML.Encryption

Show EncryptedData Source # 
Instance details

Defined in SAML2.XML.Encryption

XmlPickler EncryptedData Source # 
Instance details

Defined in SAML2.XML.Encryption

data Reference Source #

§3.6

Instances

Instances details
Eq Reference Source # 
Instance details

Defined in SAML2.XML.Encryption

Show Reference Source # 
Instance details

Defined in SAML2.XML.Encryption

XmlPickler Reference Source # 
Instance details

Defined in SAML2.XML.Encryption

Methods

xpickle :: PU Reference #

data EncryptionAlgorithm Source #

§5.1