[−][src]Struct tls_parser::tls_extensions::TlsExtensionType
TLS extension types, defined in the IANA Transport Layer Security (TLS) Extensions registry
Methods
impl TlsExtensionType
impl TlsExtensionTypepub const ServerName: TlsExtensionType
pub const MaxFragmentLength: TlsExtensionType
pub const ClientCertificate: TlsExtensionType
pub const TrustedCaKeys: TlsExtensionType
pub const TruncatedHMac: TlsExtensionType
pub const StatusRequest: TlsExtensionType
pub const UserMapping: TlsExtensionType
pub const ClientAuthz: TlsExtensionType
pub const ServerAuthz: TlsExtensionType
pub const CertType: TlsExtensionType
pub const SupportedGroups: TlsExtensionType
pub const EcPointFormats: TlsExtensionType
pub const Srp: TlsExtensionType
pub const SignatureAlgorithms: TlsExtensionType
pub const UseSrtp: TlsExtensionType
pub const Heartbeat: TlsExtensionType
pub const ApplicationLayerProtocolNegotiation: TlsExtensionType
pub const StatusRequestv2: TlsExtensionType
pub const SignedCertificateTimestamp: TlsExtensionType
pub const ClientCertificateType: TlsExtensionType
pub const ServerCertificateType: TlsExtensionType
pub const Padding: TlsExtensionType
pub const EncryptThenMac: TlsExtensionType
pub const ExtendedMasterSecret: TlsExtensionType
pub const TokenBinding: TlsExtensionType
pub const CachedInfo: TlsExtensionType
pub const SessionTicketTLS: TlsExtensionType
pub const KeyShareOld: TlsExtensionType
pub const PreSharedKey: TlsExtensionType
pub const EarlyData: TlsExtensionType
pub const SupportedVersions: TlsExtensionType
pub const Cookie: TlsExtensionType
pub const PskExchangeModes: TlsExtensionType
pub const TicketEarlyDataInfo: TlsExtensionType
pub const CertificateAuthorities: TlsExtensionType
pub const OidFilters: TlsExtensionType
pub const PostHandshakeAuth: TlsExtensionType
pub const SigAlgorithmsCert: TlsExtensionType
pub const KeyShare: TlsExtensionType
pub const NextProtocolNegotiation: TlsExtensionType
pub const Grease: TlsExtensionType
pub const RenegotiationInfo: TlsExtensionType
impl TlsExtensionType[src]
impl TlsExtensionTypepub fn from_u16(t: u16) -> TlsExtensionType | [src] |
Trait Implementations
impl From<TlsExtensionType> for u16[src]
impl From<TlsExtensionType> for u16fn from(ext: TlsExtensionType) -> u16 | [src] |
impl<'a> From<&'a TlsExtension<'a>> for TlsExtensionType[src]
impl<'a> From<&'a TlsExtension<'a>> for TlsExtensionTypefn from(ext: &TlsExtension) -> TlsExtensionType | [src] |
impl Eq for TlsExtensionType[src]
impl Eq for TlsExtensionTypeimpl Copy for TlsExtensionType[src]
impl Copy for TlsExtensionTypeimpl PartialEq<TlsExtensionType> for TlsExtensionType[src]
impl PartialEq<TlsExtensionType> for TlsExtensionTypefn eq(&self, other: &TlsExtensionType) -> bool | [src] |
fn ne(&self, other: &TlsExtensionType) -> bool | [src] |
impl Clone for TlsExtensionType[src]
impl Clone for TlsExtensionTypefn clone(&self) -> TlsExtensionType | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Debug for TlsExtensionType[src]
impl Debug for TlsExtensionTypeimpl Display for TlsExtensionType
impl Display for TlsExtensionTypeAuto Trait Implementations
impl Send for TlsExtensionType
impl Send for TlsExtensionTypeimpl Sync for TlsExtensionType
impl Sync for TlsExtensionTypeBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |