anon.tor.tinytls
Class TLSRecord

java.lang.Object
  extended byanon.tor.tinytls.TLSRecord

public class TLSRecord
extends java.lang.Object

?berschrift:

Beschreibung:

Copyright: Copyright (c) 2001

Organisation:

Version:
1.0
Author:
not attributable

Field Summary
 byte[] m_Data
           
 int m_dataLen
           
 byte[] m_Header
           
 int m_Type
           
 
Constructor Summary
TLSRecord()
          Constructor
 
Method Summary
 void setLength(int len)
          sets the length of the tls record
 void setType(int type)
          sets the typeof the tls record
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_Type

public int m_Type

m_dataLen

public int m_dataLen

m_Data

public byte[] m_Data

m_Header

public byte[] m_Header
Constructor Detail

TLSRecord

public TLSRecord()
Constructor

Method Detail

setType

public void setType(int type)
sets the typeof the tls record

Parameters:
type - type

setLength

public void setLength(int len)
sets the length of the tls record

Parameters:
len - length