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. XML Encrypiton context.
Public Attributes | |
---|---|
xmlChar * | carriedKeyName |
xmlNodePtr | cipherValueNode |
xmlSecTransformId | defEncMethodId |
xmlNodePtr | encDataNode |
xmlSecKeyPtr | encKey |
xmlSecTransformPtr | encMethod |
xmlNodePtr | encMethodNode |
xmlChar * | encoding |
unsigned int | flags |
unsigned int | flags2 |
xmlChar * | id |
xmlNodePtr | keyInfoNode |
xmlSecKeyInfoCtx | keyInfoReadCtx |
xmlSecKeyInfoCtx | keyInfoWriteCtx |
xmlChar * | mimeType |
xmlEncCtxMode | mode |
xmlSecTransformOperation | operation |
xmlChar * | recipient |
void * | reserved0 |
void * | reserved1 |
xmlSecBufferPtr | result |
int | resultBase64Encoded |
int | resultReplaced |
xmlSecTransformCtx | transformCtx |
xmlChar * | type |
void * | userData |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.