#include <digest.hpp>
Definition at line 95 of file digest.hpp.
◆ anonymous enum
◆ DigestInfo()
DigestInfo::DigestInfo |
( |
CryptoAlgs::Type |
type, |
|
|
const DigestAlgorithm * |
digest_alg, |
|
|
const CCHmacAlgorithm |
hmac_alg |
|
) |
| |
|
inline |
◆ digest_alg()
const DigestAlgorithm * DigestInfo::digest_alg |
( |
| ) |
const |
|
inline |
◆ hmac_alg()
CCHmacAlgorithm DigestInfo::hmac_alg |
( |
| ) |
const |
|
inline |
◆ name()
const char * DigestInfo::name |
( |
| ) |
const |
|
inline |
◆ size()
size_t DigestInfo::size |
( |
| ) |
const |
|
inline |
◆ type()
CryptoAlgs::Type DigestInfo::type |
( |
| ) |
const |
|
inline |
◆ digest_alg_
const DigestAlgorithm* DigestInfo::digest_alg_ |
|
private |
◆ hmac_alg_
CCHmacAlgorithm DigestInfo::hmac_alg_ |
|
private |
◆ type_
CryptoAlgs::Type DigestInfo::type_ |
|
private |
The documentation for this class was generated from the following file: