Table of Contents

Class AlertDescription

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public abstract class AlertDescription
Inheritance
AlertDescription
Inherited Members

Constructors

AlertDescription()

protected AlertDescription()

Fields

access_denied

public const byte access_denied = 49

Field Value

byte

bad_certificate

public const byte bad_certificate = 42

Field Value

byte

bad_certificate_hash_value

public const byte bad_certificate_hash_value = 114

Field Value

byte

bad_certificate_status_response

public const byte bad_certificate_status_response = 113

Field Value

byte

bad_record_mac

public const byte bad_record_mac = 20

Field Value

byte

certificate_expired

public const byte certificate_expired = 45

Field Value

byte

certificate_revoked

public const byte certificate_revoked = 44

Field Value

byte

certificate_unknown

public const byte certificate_unknown = 46

Field Value

byte

certificate_unobtainable

public const byte certificate_unobtainable = 111

Field Value

byte

close_notify

public const byte close_notify = 0

Field Value

byte

decode_error

public const byte decode_error = 50

Field Value

byte

decompression_failure

public const byte decompression_failure = 30

Field Value

byte

decrypt_error

public const byte decrypt_error = 51

Field Value

byte

decryption_failed

public const byte decryption_failed = 21

Field Value

byte

export_restriction

public const byte export_restriction = 60

Field Value

byte

handshake_failure

public const byte handshake_failure = 40

Field Value

byte

illegal_parameter

public const byte illegal_parameter = 47

Field Value

byte

inappropriate_fallback

public const byte inappropriate_fallback = 86

Field Value

byte

insufficient_security

public const byte insufficient_security = 71

Field Value

byte

internal_error

public const byte internal_error = 80

Field Value

byte

no_certificate

public const byte no_certificate = 41

Field Value

byte

no_renegotiation

public const byte no_renegotiation = 100

Field Value

byte

protocol_version

public const byte protocol_version = 70

Field Value

byte

record_overflow

public const byte record_overflow = 22

Field Value

byte

unexpected_message

public const byte unexpected_message = 10

Field Value

byte

unknown_ca

public const byte unknown_ca = 48

Field Value

byte

unknown_psk_identity

public const byte unknown_psk_identity = 115

Field Value

byte

unrecognized_name

public const byte unrecognized_name = 112

Field Value

byte

unsupported_certificate

public const byte unsupported_certificate = 43

Field Value

byte

unsupported_extension

public const byte unsupported_extension = 110

Field Value

byte

user_canceled

public const byte user_canceled = 90

Field Value

byte

Methods

GetName(byte)

public static string GetName(byte alertDescription)

Parameters

alertDescription byte

Returns

string

GetText(byte)

public static string GetText(byte alertDescription)

Parameters

alertDescription byte

Returns

string