create_tsig_signer

Function create_tsig_signer 

Source
pub fn create_tsig_signer(key_data: &RndcKeyData) -> Result<TSigner>
Expand description

Create a TSIG signer from RNDC key data.

ยงErrors

Returns an error if the algorithm is unsupported or key data is invalid.