pub fn ec_key_buf<T: HasPublic>(ec_key: &EcKey<T>) -> DnsSecResult<PublicKeyBuf>
Available on crate features
dnssec
and dnssec-openssl
only.Expand description
Constructs a new PublicKeyBuf
from an openssl EcKey
.