Kea 3.0.0
isc::dns::TSIGKey::TSIGKeyImpl Struct Reference

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_

Detailed Description

Definition at line 29 of file tsigkey.cc.

Constructor & Destructor Documentation

◆ TSIGKeyImpl() [1/2]

isc::dns::TSIGKey::TSIGKeyImpl::TSIGKeyImpl ( const Name & key_name,
const Name & algorithm_name,
isc::cryptolink::HashAlgorithm algorithm,
size_t digestbits )
inline

Definition at line 31 of file tsigkey.cc.

References algorithm_, algorithm_name_, digestbits_, isc::dns::TSIGKey::HMACMD5_NAME(), key_name_, isc::cryptolink::MD5, and secret_.

Here is the call graph for this function:

◆ TSIGKeyImpl() [2/2]

isc::dns::TSIGKey::TSIGKeyImpl::TSIGKeyImpl ( const Name & key_name,
const Name & algorithm_name,
isc::cryptolink::HashAlgorithm algorithm,
size_t digestbits,
const void * secret,
size_t secret_len )
inline

Definition at line 44 of file tsigkey.cc.

References algorithm_, algorithm_name_, digestbits_, isc::dns::TSIGKey::HMACMD5_NAME(), key_name_, isc::cryptolink::MD5, and secret_.

Here is the call graph for this function:

Member Data Documentation

◆ algorithm_

const isc::cryptolink::HashAlgorithm isc::dns::TSIGKey::TSIGKeyImpl::algorithm_

Definition at line 61 of file tsigkey.cc.

Referenced by TSIGKeyImpl(), and TSIGKeyImpl().

◆ algorithm_name_

Name isc::dns::TSIGKey::TSIGKeyImpl::algorithm_name_

Definition at line 60 of file tsigkey.cc.

Referenced by TSIGKeyImpl(), and TSIGKeyImpl().

◆ digestbits_

size_t isc::dns::TSIGKey::TSIGKeyImpl::digestbits_

Definition at line 62 of file tsigkey.cc.

Referenced by TSIGKeyImpl(), and TSIGKeyImpl().

◆ key_name_

Name isc::dns::TSIGKey::TSIGKeyImpl::key_name_

Definition at line 59 of file tsigkey.cc.

Referenced by TSIGKeyImpl(), and TSIGKeyImpl().

◆ secret_

const vector<uint8_t> isc::dns::TSIGKey::TSIGKeyImpl::secret_

Definition at line 63 of file tsigkey.cc.

Referenced by TSIGKeyImpl(), and TSIGKeyImpl().


The documentation for this struct was generated from the following file: