#include <crypto_setup.h>
Public Member Functions | |
| CL_CryptoSetup (const CL_String &config_dir, bool read_write=false) | |
| Construction:. | |
| ~CL_CryptoSetup () | |
| void | config_server_sid_cache (int max_cache_entries=256, unsigned int timeout=0, unsigned int ssl3_timeout=0, const CL_String &directory=CL_String()) |
| Operations:. | |
| CL_Certificate | find_cert_from_nickname (const CL_String &nickname, PK11PasswordHandler *pw_handler) |
| CL_Certificate | find_cert_from_nickname (const CL_String &nickname, const CL_String &password=CL_String()) |
| CL_PrivateKey | find_key_by_any_cert (const CL_Certificate &cert, PK11PasswordHandler *pw_handler) |
Static Private Member Functions | |
| static char * | pk11_password_func (PK11SlotInfo *slot, PRBool retry, void *arg) |
Static Private Attributes | |
| static CL_CryptoSetup * | instance = 0 |
| Implementation:. | |
|
||||||||||||
|
Construction:.
Definition at line 44 of file crypto_setup.cpp. References instance, pk11_password_func(), TEXT, and CL_StringHelp::text_to_local8(). |
|
|
Definition at line 71 of file crypto_setup.cpp. References instance. |
|
||||||||||||||||||||
|
Operations:.
Definition at line 82 of file crypto_setup.cpp. References TEXT. |
|
||||||||||||
|
Definition at line 108 of file crypto_setup.cpp. References find_cert_from_nickname(). |
|
||||||||||||
|
Definition at line 97 of file crypto_setup.cpp. References TEXT, and CL_StringHelp::text_to_local8(). Referenced by find_cert_from_nickname(). |
|
||||||||||||
|
Definition at line 116 of file crypto_setup.cpp. References TEXT. |
|
||||||||||||||||
|
Definition at line 131 of file crypto_setup.cpp. Referenced by CL_CryptoSetup(). |
|
|
Implementation:.
Definition at line 129 of file crypto_setup.cpp. Referenced by CL_CryptoSetup(), and ~CL_CryptoSetup(). |
1.4.1