|
@ -39,8 +39,7 @@ namespace pEp { |
|
|
Exhausted() : std::underflow_error("out of passphrases") { } |
|
|
Exhausted() : std::underflow_error("out of passphrases") { } |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
PassphraseCache(int max_size=20, duration timeout = |
|
|
PassphraseCache(int max_size=20, duration timeout = std::chrono::minutes(10)); |
|
|
std::chrono::minutes(10)); |
|
|
|
|
|
~PassphraseCache() { } |
|
|
~PassphraseCache() { } |
|
|
PassphraseCache(const PassphraseCache& second); |
|
|
PassphraseCache(const PassphraseCache& second); |
|
|
PassphraseCache operator=(const PassphraseCache& second); |
|
|
PassphraseCache operator=(const PassphraseCache& second); |
|
|