protected ZrtpPacketCommit |
ZRtp.prepareCommit(ZrtpPacketHello hello,
ZrtpCodes.ZrtpErrorCodes[] errMsg)
Prepare a Commit packet.
|
protected ZrtpPacketConf2Ack |
ZRtp.prepareConf2Ack(ZrtpPacketConfirm confirm2,
ZrtpCodes.ZrtpErrorCodes[] errMsg)
Prepare the Conf2Ack packet.
|
protected ZrtpPacketConfirm |
ZRtp.prepareConfirm1(ZrtpPacketDHPart dhPart2,
ZrtpCodes.ZrtpErrorCodes[] errMsg)
Prepare the Confirm1 packet.
|
protected ZrtpPacketConfirm |
ZRtp.prepareConfirm1MultiStream(ZrtpPacketCommit commit,
ZrtpCodes.ZrtpErrorCodes[] errMsg) |
protected ZrtpPacketConfirm |
ZRtp.prepareConfirm2(ZrtpPacketConfirm confirm1,
ZrtpCodes.ZrtpErrorCodes[] errMsg)
Prepare the Confirm2 packet.
|
protected ZrtpPacketConfirm |
ZRtp.prepareConfirm2MultiStream(ZrtpPacketConfirm confirm1,
ZrtpCodes.ZrtpErrorCodes[] errMsg) |
protected ZrtpPacketDHPart |
ZRtp.prepareDHPart1(ZrtpPacketCommit commit,
ZrtpCodes.ZrtpErrorCodes[] errMsg)
Prepare the DHPart1 packet.
|
protected ZrtpPacketDHPart |
ZRtp.prepareDHPart2(ZrtpPacketDHPart dhPart1,
ZrtpCodes.ZrtpErrorCodes[] errMsg)
Prepare the DHPart2 packet.
|
protected ZrtpPacketError |
ZRtp.prepareError(ZrtpCodes.ZrtpErrorCodes errMsg)
Prepare the Error packet.
|
protected ZrtpPacketRelayAck |
ZRtp.prepareRelayAck(ZrtpPacketSASRelay srly,
ZrtpCodes.ZrtpErrorCodes[] errMsg) |