Uses of Class
org.apache.commons.codec.digest.Crc16.Builder
-
Packages that use Crc16.Builder Package Description org.apache.commons.codec.digest Simplifies commonMessageDigesttasks and includes a libc crypt(3) compatible crypt method that supports DES, MD5, SHA-256 and SHA-512 based algorithms as well as the Apache specific "$apr1$" variant. -
-
Uses of Crc16.Builder in org.apache.commons.codec.digest
Methods in org.apache.commons.codec.digest that return Crc16.Builder Modifier and Type Method Description static Crc16.BuilderCrc16. builder()Creates a new builder.Crc16.BuilderCrc16.Builder. setInit(int init)Sets the initial value.Crc16.BuilderCrc16.Builder. setTable(int[] table)Sets the lookup table.Crc16.BuilderCrc16.Builder. setXorOut(int xorOut)Sets the XorOut value to XOR to the current checksum returned byCrc16.getValue().
-