Class ZrtpCrc32


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

      • ZrtpCrc32

        public ZrtpCrc32()
    • Method Detail

      • zrtpCheckCksum

        public static boolean zrtpCheckCksum​(byte[] buffer,
                                             int off,
                                             int len,
                                             int crc32)
      • zrtpGenerateCksum

        public static int zrtpGenerateCksum​(byte[] buffer,
                                            int off,
                                            int len)
      • zrtpEndCksum

        public static int zrtpEndCksum​(int crc32)
      • main

        public static void main​(String[] args)