struct _xmlSecKeyInfoCtx |
xmlSecKeyInfoCtx: : the pointer to user data (xmlsec and xmlsec-crypto never touch this). : the bit mask for flags that control processin. : reserved for future. : do we read or write <dsig:KeyInfo /> element. : the pointer to current keys manager. : the list of enabled (if list is empty then all data ids are enabled). : the max columns size for base64 encoding. : the transforms context for <dsig:RetrievalMethod /> element processing. : the max recursion level when processing <dsig:RetrievalMethod /> element; default level is 1 (see also ). : the encryption context for <dsig:EncryptedKey /> element processing. : the max recursion level when processing <enc:EncryptedKey /> element; default level is 1 (see ). : the time to use for X509 certificates verification ("not valid before" and "not valid after" checks); if is equal to 0 (default) then we verify certificates against the system's clock "now". : the max certifications chain length (default is 9). : reserved for PGP. : the current <dsig:RetrievalMethod /> element processing level (see ). : the current <enc:EncryptedKey /> element processing level (see ). : the current key requirements. : reserved for the future. : reserved for the future.
The <dsig:KeyInfo /> reading or writing context.
Public Attributes | |
---|---|
int | base64LineSize |
int | certsVerificationDepth |
time_t | certsVerificationTime |
int | curEncryptedKeyLevel |
int | curRetrievalMethodLevel |
xmlSecPtrList | enabledKeyData |
xmlSecEncCtxPtr | encCtx |
unsigned int | flags |
unsigned int | flags2 |
xmlSecKeyReq | keyReq |
xmlSecKeysMngrPtr | keysMngr |
int | maxEncryptedKeyLevel |
int | maxRetrievalMethodLevel |
xmlSecKeyInfoMode | mode |
void * | pgpReserved |
void * | reserved0 |
void * | reserved1 |
xmlSecTransformCtx | retrievalMethodCtx |
void * | userData |