|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectanon.crypto.tinytls.AbstractTLSRecord
public abstract class AbstractTLSRecord
| Field Summary | |
|---|---|
protected byte[] |
m_Data
|
protected int |
m_dataLen
|
protected byte[] |
m_Header
|
protected int |
m_Type
|
| Constructor Summary | |
|---|---|
AbstractTLSRecord()
|
|
| Method Summary | |
|---|---|
byte[] |
getData()
Retruns the original buffer of the data of this TLS record! |
byte[] |
getHeader()
Retruns the original buffer of the header of this TLS record! |
abstract int |
getHeaderLength()
|
int |
getLength()
Return the size of the payload data of this record. |
int |
getType()
return the type of this 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 |
|---|
protected int m_Type
protected int m_dataLen
protected byte[] m_Data
protected byte[] m_Header
| Constructor Detail |
|---|
public AbstractTLSRecord()
| Method Detail |
|---|
public byte[] getHeader()
public byte[] getData()
public void setType(int type)
type - typepublic int getType()
public int getLength()
public abstract int getHeaderLength()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||