Package gnu.java.zrtp.packets
Class ZrtpPacketHelloAck
- java.lang.Object
-
- gnu.java.zrtp.packets.ZrtpPacketBase
-
- gnu.java.zrtp.packets.ZrtpPacketHelloAck
-
public class ZrtpPacketHelloAck 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 ZrtpPacketHelloAck()Constructor for a new HelloAck message.ZrtpPacketHelloAck(byte[] data)Constructor for HelloAck 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
-
ZrtpPacketHelloAck
public ZrtpPacketHelloAck()
Constructor for a new HelloAck message. HelloAck does not have any specific fields, it is only a simple message.
-
ZrtpPacketHelloAck
public ZrtpPacketHelloAck(byte[] data)
Constructor for HelloAck message initialized with received data.- Parameters:
data- received from the network.
-
-