|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRvCommand
AbstractTrillianCryptRvCmd
TrillianCryptCloseRvCmd
A rendezvous command used to end 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 | |
TrillianCryptCloseRvCmd()
Creates a new outgoing Trillian Encryption session close command. |
|
TrillianCryptCloseRvCmd(RecvRvIcbm icbm)
Creates a new Trillian Encryption session close command from the given incoming session close 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 TrillianCryptCloseRvCmd(RecvRvIcbm icbm)
icbm - an incoming Trillian Encryption session closing RV ICBM
commandpublic TrillianCryptCloseRvCmd()
| 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 | |||||||||