Table of Contents

Class HandshakeType

Namespace
Org.BouncyCastle.Tls
Assembly
BouncyCastle.Cryptography.dll
public abstract class HandshakeType
Inheritance
HandshakeType
Inherited Members

Fields

certificate

public const short certificate = 11

Field Value

short

certificate_request

public const short certificate_request = 13

Field Value

short

certificate_status

public const short certificate_status = 22

Field Value

short

certificate_url

public const short certificate_url = 21

Field Value

short

certificate_verify

public const short certificate_verify = 15

Field Value

short

client_certificate_request

public const short client_certificate_request = 17

Field Value

short

client_hello

public const short client_hello = 1

Field Value

short

client_key_exchange

public const short client_key_exchange = 16

Field Value

short

compressed_certificate

public const short compressed_certificate = 25

Field Value

short

ekt_key

public const short ekt_key = 26

Field Value

short

encrypted_extensions

public const short encrypted_extensions = 8

Field Value

short

end_of_early_data

public const short end_of_early_data = 5

Field Value

short

finished

public const short finished = 20

Field Value

short

hello_request

public const short hello_request = 0

Field Value

short

hello_retry_request

public const short hello_retry_request = 6

Field Value

short

hello_verify_request

public const short hello_verify_request = 3

Field Value

short

key_update

public const short key_update = 24

Field Value

short

message_hash

public const short message_hash = 254

Field Value

short

new_connection_id

public const short new_connection_id = 10

Field Value

short

new_session_ticket

public const short new_session_ticket = 4

Field Value

short

request_connection_id

public const short request_connection_id = 9

Field Value

short

server_hello

public const short server_hello = 2

Field Value

short

server_hello_done

public const short server_hello_done = 14

Field Value

short

server_key_exchange

public const short server_key_exchange = 12

Field Value

short

supplemental_data

public const short supplemental_data = 23

Field Value

short

Methods

GetName(short)

public static string GetName(short handshakeType)

Parameters

handshakeType short

Returns

string

GetText(short)

public static string GetText(short handshakeType)

Parameters

handshakeType short

Returns

string

IsRecognized(short)

public static bool IsRecognized(short handshakeType)

Parameters

handshakeType short

Returns

bool