![]() |
Kea 2.2.0
|
Public Member Functions | |
| TSIGKeyImpl (const Name &key_name, const Name &algorithm_name, isc::cryptolink::HashAlgorithm algorithm, size_t digestbits) | |
| TSIGKeyImpl (const Name &key_name, const Name &algorithm_name, isc::cryptolink::HashAlgorithm algorithm, size_t digestbits, const void *secret, size_t secret_len) | |
Public Attributes | |
| const isc::cryptolink::HashAlgorithm | algorithm_ |
| Name | algorithm_name_ |
| size_t | digestbits_ |
| Name | key_name_ |
| const vector< uint8_t > | secret_ |
Definition at line 58 of file tsigkey.cc.
|
inline |
Definition at line 60 of file tsigkey.cc.
References isc::dns::TSIGKey::HMACMD5_NAME(), and isc::cryptolink::MD5.
Here is the call graph for this function:
|
inline |
Definition at line 75 of file tsigkey.cc.
References isc::dns::TSIGKey::HMACMD5_NAME(), and isc::cryptolink::MD5.
Here is the call graph for this function:| const isc::cryptolink::HashAlgorithm isc::dns::TSIGKey::TSIGKeyImpl::algorithm_ |
Definition at line 94 of file tsigkey.cc.
Referenced by isc::dns::TSIGKey::getAlgorithm().
| Name isc::dns::TSIGKey::TSIGKeyImpl::algorithm_name_ |
Definition at line 93 of file tsigkey.cc.
Referenced by isc::dns::TSIGKey::getAlgorithmName().
| size_t isc::dns::TSIGKey::TSIGKeyImpl::digestbits_ |
Definition at line 95 of file tsigkey.cc.
Referenced by isc::dns::TSIGKey::getDigestbits().
| Name isc::dns::TSIGKey::TSIGKeyImpl::key_name_ |
Definition at line 92 of file tsigkey.cc.
Referenced by isc::dns::TSIGKey::getKeyName().
| const vector<uint8_t> isc::dns::TSIGKey::TSIGKeyImpl::secret_ |
Definition at line 96 of file tsigkey.cc.
Referenced by isc::dns::TSIGKey::getSecret(), and isc::dns::TSIGKey::getSecretLength().