Type Definition rustls::internal::msgs::handshake::EncryptedExtensions [−][src]
type EncryptedExtensions = Vec<ServerExtension>;
type EncryptedExtensions = Vec<ServerExtension>;
impl Codec for EncryptedExtensions
[src]fn encode(&self, bytes: &mut Vec<u8>)
[src]fn read(r: &mut Reader<'_>) -> Option<EncryptedExtensions>
[src]fn get_encoding(&self) -> Vec<u8>
[src]fn read_bytes(bytes: &[u8]) -> Option<Self>
[src]impl HasServerExtensions for EncryptedExtensions
[src]fn get_extensions(&self) -> &[ServerExtension]
[src]fn has_duplicate_extension(&self) -> bool
[src]fn find_extension(&self, ext: ExtensionType) -> Option<&ServerExtension>
[src]fn get_alpn_protocol(&self) -> Option<&[u8]>
[src]fn get_quic_params_extension(&self) -> Option<Vec<u8>>
[src]fn early_data_extension_offered(&self) -> bool
[src]