Type Definition kvarn::host::CertKeyPair

source ·
pub type CertKeyPair = (Vec<Certificate>, Arc<dyn SigningKey>);
Available on crate feature https only.
Expand description

A pair of [rustls::Certificate] and [sign::SigningKey].

Returned from get_certified_key.