Kea
1.9.9-git
|
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::cryptolink::MD5.
|
inline |
Definition at line 75 of file tsigkey.cc.
References isc::cryptolink::MD5.
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().