Class HandshakeType
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Tls
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public abstract class HandshakeType
- Inheritance
-
HandshakeType
- Inherited Members
-
Constructors
HandshakeType()
protected HandshakeType()
Fields
certificate
public const byte certificate = 11
Field Value
- byte
certificate_request
public const byte certificate_request = 13
Field Value
- byte
certificate_status
public const byte certificate_status = 22
Field Value
- byte
certificate_url
public const byte certificate_url = 21
Field Value
- byte
certificate_verify
public const byte certificate_verify = 15
Field Value
- byte
client_hello
public const byte client_hello = 1
Field Value
- byte
client_key_exchange
public const byte client_key_exchange = 16
Field Value
- byte
finished
public const byte finished = 20
Field Value
- byte
hello_request
public const byte hello_request = 0
Field Value
- byte
hello_verify_request
public const byte hello_verify_request = 3
Field Value
- byte
server_hello
public const byte server_hello = 2
Field Value
- byte
server_hello_done
public const byte server_hello_done = 14
Field Value
- byte
server_key_exchange
public const byte server_key_exchange = 12
Field Value
- byte
session_ticket
public const byte session_ticket = 4
Field Value
- byte
supplemental_data
public const byte supplemental_data = 23
Field Value
- byte