struct _xmlSecEncCtx |
xmlSecEncCtx: : the pointer to user data (xmlsec and xmlsec-crypto libraries never touches this). : the XML Encryption processing flags. : the XML Encryption processing flags. : the mode. : the reading key context. : the writing key context (not used for signature verification). : the transforms processing context. : the default encryption method (used if <enc:EncryptionMethod/> node is not present). : the signature key; application may set encKey before calling encryption/decryption functions. : the operation: encrypt or decrypt. : the pointer to signature (not valid for signature verificaction). : the flag: if set then result in result is base64 encoded. : the flag: if set then resulted <enc:EncryptedData/> or <enc:EncryptedKey/> node is added to the document. : the pointer to encryption transform. : the ID attribute of <enc:EncryptedData/> or <enc:EncryptedKey/> node. : the Type attribute of <enc:EncryptedData/> or <enc:EncryptedKey/> node. : the MimeType attribute of <enc:EncryptedData/> or <enc:EncryptedKey/> node. : the Encoding attributeof <enc:EncryptedData/> or <enc:EncryptedKey/> node. : the Recipient attribute of <enc:EncryptedKey/> node.. : the CarriedKeyName attribute of <enc:EncryptedKey/> node. : the pointer to <enc:EncryptedData/> or <enc:EncryptedKey/> node. : the pointer to <enc:EncryptionMethod/> node. : the pointer to <enc:KeyInfo/> node. : the pointer to <enc:CipherValue/> node. : reserved for the future. : reserved for the future.
XML Encrypiton context.