pub fn decode_key(
bytes: &[u8],
password: Option<&str>,
algorithm: Algorithm,
format: KeyFormat,
) -> DnsSecResult<Box<dyn SigningKey>>
Available on crate feature
dnssec
only.Expand description
Decode private key
pub fn decode_key(
bytes: &[u8],
password: Option<&str>,
algorithm: Algorithm,
format: KeyFormat,
) -> DnsSecResult<Box<dyn SigningKey>>
dnssec
only.Decode private key