Package gnu.java.zrtp.packets
Class ZrtpPacketPing
- java.lang.Object
-
- gnu.java.zrtp.packets.ZrtpPacketBase
-
- gnu.java.zrtp.packets.ZrtpPacketPing
-
public class ZrtpPacketPing 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 Modifier Constructor Description protectedZrtpPacketPing()Constructor for a new Ping message - currently not used for normal clients.ZrtpPacketPing(byte[] data)Constructor for Ping message initialized with received data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEpHash()Get the endpoint hash from Ping packet.voidsetEpHash(byte[] data)Set the endpoint hash.-
Methods inherited from class gnu.java.zrtp.packets.ZrtpPacketBase
getHeaderBase, getLength, getMessageType, isZrtpPacket, setLength, setMessageType, setZrtpId
-
-