Type Definition rustls::internal::msgs::handshake::SupportedSignatureSchemes [−][src]
type SupportedSignatureSchemes = Vec<SignatureScheme>;
Trait Implementations
impl Codec for SupportedSignatureSchemes
[src]
impl Codec for SupportedSignatureSchemes
fn encode(&self, bytes: &mut Vec<u8>)
[src]
fn encode(&self, bytes: &mut Vec<u8>)
Encode yourself by appending onto bytes
.
fn read(r: &mut Reader) -> Option<SupportedSignatureSchemes>
[src]
fn read(r: &mut Reader) -> Option<SupportedSignatureSchemes>
Decode yourself by fiddling with the Reader
. Return Some if it worked, None if not. Read more
fn get_encoding(&self) -> Vec<u8>
[src]
fn get_encoding(&self) -> Vec<u8>
Convenience function to get the results of encode()
.
fn read_bytes(bytes: &[u8]) -> Option<Self>
[src]
fn read_bytes(bytes: &[u8]) -> Option<Self>
Read one of these from the front of bytes
and return it. Read more
impl SupportedMandatedSignatureSchemes for SupportedSignatureSchemes
[src]
impl SupportedMandatedSignatureSchemes for SupportedSignatureSchemes
fn supported_verify() -> SupportedSignatureSchemes
[src]
fn supported_verify() -> SupportedSignatureSchemes
Supported signature verification algorithms in decreasing order of expected security.
fn supported_sign_tls13() -> SupportedSignatureSchemes
[src]
fn supported_sign_tls13() -> SupportedSignatureSchemes