public class

ContentType

extends Object
java.lang.Object
   ↳ org.bouncycastle.crypto.tls.ContentType

Class Overview

RFC 2246 6.2.1

Summary

Constants
short alert
short application_data
short change_cipher_spec
short handshake
Public Constructors
ContentType()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final short alert

Constant Value: 21 (0x00000015)

public static final short application_data

Constant Value: 23 (0x00000017)

public static final short change_cipher_spec

Constant Value: 20 (0x00000014)

public static final short handshake

Constant Value: 22 (0x00000016)

Public Constructors

public ContentType ()