[][src]Trait rustls::internal::msgs::handshake::SupportedMandatedSignatureSchemes

pub trait SupportedMandatedSignatureSchemes {
    fn supported_verify() -> SupportedSignatureSchemes;
fn supported_sign_tls13() -> SupportedSignatureSchemes; }

Required methods

fn supported_verify() -> SupportedSignatureSchemes

fn supported_sign_tls13() -> SupportedSignatureSchemes

Loading content...

Implementors

impl SupportedMandatedSignatureSchemes for SupportedSignatureSchemes[src]

fn supported_verify() -> SupportedSignatureSchemes[src]

Supported signature verification algorithms in decreasing order of expected security.

Loading content...