#include <key_repository.h>
Collaboration diagram for octenc_key_record:

Public Member Functions | |
| octenc_key_record () | |
| bogus blank constructor. | |
| octenc_key_record (const octopus_entity &entity, const blowfish_crypto &key) | |
Public Attributes | |
| octopus_entity | _entity |
| who the key belongs to. | |
| blowfish_crypto | _key |
| used for communicating with an entity. | |
This class is thread-safe, as long as one uses the lock() method below in the proper manner.
NOTE: this is a heavy-weight header; do not include in other headers.
Definition at line 35 of file key_repository.h.
| octenc_key_record::octenc_key_record | ( | ) | [inline] |
| octenc_key_record::octenc_key_record | ( | const octopus_entity & | entity, | |
| const blowfish_crypto & | key | |||
| ) | [inline] |
Definition at line 43 of file key_repository.h.
used for communicating with an entity.
Definition at line 39 of file key_repository.h.
Referenced by encryption_tentacle::consume(), and cromp_client::login().
1.5.1