Internal cache for GPGME. More...
Collaboration diagram for CryptCache:Data Fields | |
| char * | what |
| Cached key identifier. | |
| char * | dflt |
| Default key ID. | |
| struct CryptCache * | next |
| Linked list. | |
Internal cache for GPGME.
Definition at line 84 of file crypt_gpgme.c.
| char* CryptCache::what |
Cached key identifier.
Definition at line 86 of file crypt_gpgme.c.
| char* CryptCache::dflt |
Default key ID.
Definition at line 87 of file crypt_gpgme.c.
| struct CryptCache* CryptCache::next |
Linked list.
Definition at line 88 of file crypt_gpgme.c.