#include <client_functions.h>
Collaboration diagram for CODEX_Client::Interface::codex_binding_t:

Public Attributes | |
| unsigned char * | data |
| The serialized binding. | |
| long | length |
| The length of data. | |
| unsigned char * | name |
| The name of the bound key. | |
| long | namelen |
| The length of name. | |
| X509 * | owner |
| The owner of key name. | |
| codex_policy_t * | read_policy |
| The read policy for name. | |
| codex_policy_t * | write_policy |
| The write policy for name. | |
| BIGNUM * | signature |
| The signature on the binding. | |
Definition at line 106 of file client_functions.h.
1.4.1