From 002cb3e65e91e87842a8b69d1c97c19423d1fb08 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Thu, 23 Aug 2007 16:53:53 +0000 Subject: Add documentation for CCAPI Added Doxygen-based documentation to CredentialsCache.h and checked in a copy of the html output of that documentation. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19849 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/ccapi/html/structcc__data.html | 68 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 doc/ccapi/html/structcc__data.html (limited to 'doc/ccapi/html/structcc__data.html') diff --git a/doc/ccapi/html/structcc__data.html b/doc/ccapi/html/structcc__data.html new file mode 100644 index 000000000..28b2d37f0 --- /dev/null +++ b/doc/ccapi/html/structcc__data.html @@ -0,0 +1,68 @@ + + +Credentials Cache API: cc_data Struct Reference + + + + +

cc_data Struct Reference
+ +[cc_credentials_t Overview] +


Detailed Description

+The CCAPI data structure. This structure is similar to a krb5_data structure. In a v5 credentials structure, cc_data structures are used to store tagged variable-length binary data. Specifically, for cc_credentials_v5.ticket and cc_credentials_v5.second_ticket, the cc_data.type field must be zero. For the cc_credentials_v5.addresses, cc_credentials_v5.authdata, and cc_credentials_v5.keyblock, the cc_data.type field should be the address type, authorization data type, and encryption type, as defined by the Kerberos v5 protocol definition.

Data Fields

+ +

Field Documentation

+ +
+
+ + + + +
cc_uint32 type
+
+
+ +

+The type of the data as defined by the krb5_data structure. +

+

+ +

+
+ + + + +
cc_uint32 length
+
+
+ +

+The length of data. +

+

+ +

+
+ + + + +
void* data
+
+
+ +

+The data buffer. +

+

+


Generated on Thu Aug 23 12:45:25 2007 for Credentials Cache API by  + +doxygen 1.5.3
+ + -- cgit