public class ZrtpCrc32 extends Object
| Constructor and Description |
|---|
ZrtpCrc32() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static boolean |
zrtpCheckCksum(byte[] buffer,
int off,
int len,
int crc32) |
static int |
zrtpEndCksum(int crc32) |
static int |
zrtpGenerateCksum(byte[] buffer,
int off,
int len) |
public static boolean zrtpCheckCksum(byte[] buffer,
int off,
int len,
int crc32)
public static int zrtpGenerateCksum(byte[] buffer,
int off,
int len)
public static int zrtpEndCksum(int crc32)
public static void main(String[] args)
Copyright © 2020. All rights reserved.