Enum tls_parser::tls_extensions::TlsExtensionType [] [src]

pub enum TlsExtensionType {
    ServerName,
    MaxFragmentLength,
    ClientCertificate,
    TrustedCaKeys,
    TruncatedHMac,
    StatusRequest,
    UserMapping,
    ClientAuthz,
    ServerAuthz,
    CertType,
    SupportedGroups,
    EcPointFormats,
    Srp,
    SignatureAlgorithms,
    UseSrtp,
    Heartbeat,
    ApplicationLayerProtocolNegotiation,
    StatusRequestv2,
    SignedCertificateTimestamp,
    ClientCertificateType,
    ServerCertificateType,
    Padding,
    EncryptThenMac,
    ExtendedMasterSecret,
    TokenBinding,
    CachedInfo,
    SessionTicketTLS,
    NextProtocolNegotiation,
    RenegotiationInfo,
}

Variants

Trait Implementations

impl Clone for TlsExtensionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TlsExtensionType
[src]

Formats the value using the given formatter.

impl PartialEq for TlsExtensionType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.