libpcp  0.2.1
Public Attributes | List of all members
_pcp_rec_t Struct Reference

Encrypted recipient list. More...

#include <key.h>

Public Attributes

size_t ciphersize
 the size of the encrypted recipient list
 
byte * cipher
 contains the whole encrypted recipient list
 
pcp_key_tsecret
 the secret key of the recipient for signing
 
pcp_pubkey_tpub
 if verification were ok, contains the public key of the signer
 

Detailed Description

Encrypted recipient list.

Encrypted recipient list, required for crypt+sign contains the encrypted recipients and the secret key required for signing the message+recipients.

Used internally only.

Definition at line 166 of file key.h.

Member Data Documentation

byte* _pcp_rec_t::cipher

contains the whole encrypted recipient list

Definition at line 168 of file key.h.

size_t _pcp_rec_t::ciphersize

the size of the encrypted recipient list

Definition at line 167 of file key.h.

pcp_pubkey_t* _pcp_rec_t::pub

if verification were ok, contains the public key of the signer

Definition at line 170 of file key.h.

pcp_key_t* _pcp_rec_t::secret

the secret key of the recipient for signing

Definition at line 169 of file key.h.


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