Planeshift
curl_khkey Struct Reference

#include <curl.h>

Public Types

enum  type { CURLKHTYPE_UNKNOWN, CURLKHTYPE_RSA1, CURLKHTYPE_RSA, CURLKHTYPE_DSS }
 

Public Attributes

const char * key
 
enum curl_khkey::type keytype
 
size_t len
 

Detailed Description

Definition at line 513 of file curl.h.

Member Enumeration Documentation

Enumerator
CURLKHTYPE_UNKNOWN 
CURLKHTYPE_RSA1 
CURLKHTYPE_RSA 
CURLKHTYPE_DSS 

Definition at line 517 of file curl.h.

Member Data Documentation

const char* curl_khkey::key

Definition at line 514 of file curl.h.

enum curl_khkey::type curl_khkey::keytype
size_t curl_khkey::len

Definition at line 516 of file curl.h.


The documentation for this struct was generated from the following file: