anon.crypto.tinytls
Interface TinyTLS.ITLSConstants

All Known Implementing Classes:
TinyTLS.TLSInputStream
Enclosing class:
TinyTLS

private static interface TinyTLS.ITLSConstants

This needs to be an interface for compilation in JDK 1.1.8.


Field Summary
static int STATE_LENGTH
           
static int STATE_PAYLOAD
           
static int STATE_START
           
static int STATE_VERSION
           
 

Field Detail

STATE_START

static final int STATE_START
See Also:
Constant Field Values

STATE_VERSION

static final int STATE_VERSION
See Also:
Constant Field Values

STATE_LENGTH

static final int STATE_LENGTH
See Also:
Constant Field Values

STATE_PAYLOAD

static final int STATE_PAYLOAD
See Also:
Constant Field Values