|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRvCommand
AbstractTrillianCryptRvCmd
TrillianCryptBeginRvCmd
A rendezvous command used to "begin" a Trillian Encryption session.
| Field Summary |
| Fields inherited from class AbstractTrillianCryptRvCmd |
CMDTYPE_ACCEPT, CMDTYPE_BEGIN, CMDTYPE_CLOSE, CMDTYPE_MESSAGE, CMDTYPE_REQUEST, VERSION_DEFAULT |
| Fields inherited from class RvCommand |
RVSTATUS_ACCEPT, RVSTATUS_DENY, RVSTATUS_REQUEST |
| Constructor Summary | |
TrillianCryptBeginRvCmd()
Creates a new outgoing Trillian Encryption session start command. |
|
TrillianCryptBeginRvCmd(RecvRvIcbm icbm)
Creates a new Trillian Encryption session start command from the given incoming session start RV ICBM. |
|
| Method Summary | |
java.lang.String |
toString()
|
protected void |
writeExtraTlvs(java.io.OutputStream out)
Writes any "extra" TLV's to be sent in this command to the given stream. |
| Methods inherited from class AbstractTrillianCryptRvCmd |
getBigIntFromHexBlock, getBigIntHexBlock, getCmdType, getExtraTlvs, getTrillianCmdType, getVersion, writeRvData |
| Methods inherited from class RvCommand |
getCapabilityBlock, getRvStatus |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TrillianCryptBeginRvCmd(RecvRvIcbm icbm)
icbm - an incoming Trillian Encryption session start RV ICBM
commandpublic TrillianCryptBeginRvCmd()
| Method Detail |
protected void writeExtraTlvs(java.io.OutputStream out)
throws java.io.IOException
AbstractTrillianCryptRvCmd
writeExtraTlvs in class AbstractTrillianCryptRvCmdout - the stream to which to write
java.io.IOExceptionpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||