![]() |
GNUnet
0.11.x
|
Client requests creation of an identity. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/identity/identity.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_CREATE. More... | |
uint16_t | name_len |
Number of bytes in identity name string including 0-termination, in NBO. More... | |
uint16_t | reserved |
Always zero. More... | |
struct GNUNET_IDENTITY_PrivateKey | private_key |
The private key. More... | |
Client requests creation of an identity.
Service will respond with a result code.
Definition at line 202 of file identity.h.
struct GNUNET_MessageHeader CreateRequestMessage::header |
Type: GNUNET_MESSAGE_TYPE_IDENTITY_CREATE.
Definition at line 187 of file identity.h.
uint16_t CreateRequestMessage::name_len |
Number of bytes in identity name string including 0-termination, in NBO.
Definition at line 212 of file identity.h.
Referenced by GNUNET_IDENTITY_create().
uint16_t CreateRequestMessage::reserved |
struct GNUNET_IDENTITY_PrivateKey CreateRequestMessage::private_key |
The private key.
Definition at line 217 of file identity.h.
Referenced by GNUNET_IDENTITY_create(), and handle_create_message().