Package gnu.java.zrtp.packets
Class ZrtpPacketConf2Ack
- java.lang.Object
-
- gnu.java.zrtp.packets.ZrtpPacketBase
-
- gnu.java.zrtp.packets.ZrtpPacketConf2Ack
-
public class ZrtpPacketConf2Ack extends ZrtpPacketBase
- Author:
- Werner Dittmann <Werner.Dittmann@t-online.de>
-
-
Field Summary
-
Fields inherited from class gnu.java.zrtp.packets.ZrtpPacketBase
CLIENT_ID_SIZE, CRC_SIZE, HASH_IMAGE_SIZE, HMAC_SIZE, HVI_SIZE, packetBuffer, ZID_SIZE, ZRTP_HEADER_LENGTH, ZRTP_WORD_SIZE
-
-
Constructor Summary
Constructors Constructor Description ZrtpPacketConf2Ack()Constructor for a new ErrorAck message.ZrtpPacketConf2Ack(byte[] data)Constructor for ErrorAck message initialized with received data.
-
Method Summary
-
Methods inherited from class gnu.java.zrtp.packets.ZrtpPacketBase
getHeaderBase, getLength, getMessageType, isZrtpPacket, setLength, setMessageType, setZrtpId
-
-
-
-
Constructor Detail
-
ZrtpPacketConf2Ack
public ZrtpPacketConf2Ack()
Constructor for a new ErrorAck message. ErrorAck does not have any specific fields, it is only a simple message.
-
ZrtpPacketConf2Ack
public ZrtpPacketConf2Ack(byte[] data)
Constructor for ErrorAck message initialized with received data.- Parameters:
data- received from the network.
-
-