|
Botan 3.12.0
Crypto and TLS for C&
|
#include <x509cert.h>
Public Member Functions | |
| size_t | hash () const noexcept |
| auto | operator<=> (const Tag &) const =default |
Static Public Attributes | |
| static constexpr size_t | TagLen = 32 |
A collision resistant binary "tag" of a certificate
The actual value is deliberately not exposed; a Tag can only be hashed to a size_t, or compared with another Tag. This type is intended for use as a key in std::map and std::unordered_map, or to be saved in a std::set or std::unordered_set.
Definition at line 389 of file x509cert.h.
|
inlinenoexcept |
Definition at line 395 of file x509cert.h.
|
default |
|
staticconstexpr |
Definition at line 391 of file x509cert.h.