Enum tls_parser::tls_alert::TlsAlertDescription [] [src]

pub enum TlsAlertDescription {
    CloseNotify,
    UnexpectedMessage,
    BadRecordMac,
    DecryptionFailed,
    RecordOverflow,
    DecompressionFailure,
    HandshakeFailure,
    NoCertificate,
    BadCertificate,
    UnsupportedCertificate,
    CertificateRevoked,
    CertificateExpired,
    CertificateUnknown,
    IllegalParameter,
    UnknownCa,
    AccessDenied,
    DecodeError,
    DecryptError,
    ExportRestriction,
    ProtocolVersion,
    InsufficientSecurity,
    InternalError,
    InappropriateFallback,
    UserCancelled,
    NoRenegotiation,
}

Variants

Methods

impl TlsAlertDescription
[src]

Trait Implementations

impl Debug for TlsAlertDescription
[src]

Formats the value using the given formatter.

impl PartialEq for TlsAlertDescription
[src]

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

This method tests for !=.

impl From<u8> for TlsAlertDescription
[src]

Performs the conversion.