[−][src]Struct tls_parser::tls_extensions::TlsExtensionType
TLS extension types, defined in the IANA Transport Layer Security (TLS) Extensions registry
Methods
impl TlsExtensionType
pub 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 RecordSizeLimit: 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
pub const EncryptedServerName: TlsExtensionType
impl TlsExtensionType
[src]
pub fn from_u16(t: u16) -> TlsExtensionType
[src]
Trait Implementations
impl Clone for TlsExtensionType
[src]
fn clone(&self) -> TlsExtensionType
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl From<TlsExtensionType> for u16
[src]
fn from(ext: TlsExtensionType) -> u16
[src]
impl<'a> From<&'a TlsExtension<'a>> for TlsExtensionType
[src]
fn from(ext: &TlsExtension) -> TlsExtensionType
[src]
impl PartialEq<TlsExtensionType> for TlsExtensionType
[src]
fn eq(&self, other: &TlsExtensionType) -> bool
[src]
fn ne(&self, other: &TlsExtensionType) -> bool
[src]
impl Copy for TlsExtensionType
[src]
impl Eq for TlsExtensionType
[src]
impl Display for TlsExtensionType
impl Debug for TlsExtensionType
[src]
Auto Trait Implementations
impl Sync for TlsExtensionType
impl Send for TlsExtensionType
impl Unpin for TlsExtensionType
impl RefUnwindSafe for TlsExtensionType
impl UnwindSafe for TlsExtensionType
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
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, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,