Class ZrtpPacketPing


  • public class ZrtpPacketPing
    extends ZrtpPacketBase
    Author:
    Werner Dittmann <Werner.Dittmann@t-online.de>
    • Constructor Detail

      • ZrtpPacketPing

        protected ZrtpPacketPing()
        Constructor for a new Ping message - currently not used for normal clients.
      • ZrtpPacketPing

        public ZrtpPacketPing​(byte[] data)
        Constructor for Ping message initialized with received data.
        Parameters:
        data - received from the network.
    • Method Detail

      • getEpHash

        public final byte[] getEpHash()
        Get the endpoint hash from Ping packet.
        Returns:
        the endpoint hash.
      • setEpHash

        public final void setEpHash​(byte[] data)
        Set the endpoint hash.