Bouncy Castle Cryptography Library 1.49

org.bouncycastle.crypto.tls
Class CipherType

java.lang.Object
  extended by org.bouncycastle.crypto.tls.CipherType

public class CipherType
extends java.lang.Object

RFC 2246

Note that the values here are implementation-specific and arbitrary. It is recommended not to depend on the particular values (e.g. serialization).


Field Summary
static int aead
           
static int block
           
static int stream
           
 
Constructor Summary
CipherType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stream

public static final int stream
See Also:
Constant Field Values

block

public static final int block
See Also:
Constant Field Values

aead

public static final int aead
See Also:
Constant Field Values
Constructor Detail

CipherType

public CipherType()

Bouncy Castle Cryptography Library 1.49