[][src]Type Definition rustls::internal::msgs::handshake::SupportedSignatureSchemes

type SupportedSignatureSchemes = Vec<SignatureScheme>;

Trait Implementations

impl Codec for SupportedSignatureSchemes[src]

fn get_encoding(&self) -> Vec<u8>[src]

Convenience function to get the results of encode().

fn read_bytes(bytes: &[u8]) -> Option<Self>[src]

Read one of these from the front of bytes and return it. Read more

impl SupportedMandatedSignatureSchemes for SupportedSignatureSchemes[src]

fn supported_verify() -> SupportedSignatureSchemes[src]

Supported signature verification algorithms in decreasing order of expected security.