|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.crypto.tinytls.AbstractTLSRecord anon.crypto.tinytls.TLSHandshakeRecord
public final class TLSHandshakeRecord
Field Summary | |
---|---|
static int |
HEADER_LENGTH
|
Fields inherited from class anon.crypto.tinytls.AbstractTLSRecord |
---|
m_Data, m_dataLen, m_Header, m_Type |
Constructor Summary | |
---|---|
TLSHandshakeRecord(byte[] data,
int off)
|
Method Summary | |
---|---|
int |
getHeaderLength()
|
Methods inherited from class anon.crypto.tinytls.AbstractTLSRecord |
---|
getData, getHeader, getLength, getType, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int HEADER_LENGTH
Constructor Detail |
---|
public TLSHandshakeRecord(byte[] data, int off)
Method Detail |
---|
public int getHeaderLength()
getHeaderLength
in class AbstractTLSRecord
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |