Type Alias ChannelResolver

Source
pub type ChannelResolver<const SHARDS: usize> = ChannelResolverInner<[Shard; SHARDS]>;

Aliased Type§

pub struct ChannelResolver<const SHARDS: usize> { /* private fields */ }

Trait Implementations§

Source§

impl<const SHARDS: usize> Debug for ChannelResolver<SHARDS>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<const SHARDS: usize> ResolvesServerCert for ChannelResolver<SHARDS>

Source§

fn resolve(&self, _: ClientHello<'_>) -> Option<Arc<CertifiedKey>>

Choose a certificate chain and matching key given simplified ClientHello information. Read more
Source§

fn only_raw_public_keys(&self) -> bool

Return true when the server only supports raw public keys.