Uses of Class
org.apache.commons.codec.digest.Crc16.Builder
Packages that use Crc16.Builder
Package
Description
Simplifies common
MessageDigest tasks 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.BuilderModifier and TypeMethodDescriptionstatic Crc16.BuilderCrc16.builder()Creates a new builder.Crc16.Builder.setInit(int init) Sets the initial value.Crc16.Builder.setTable(int[] table) Sets the lookup table.Crc16.Builder.setXorOut(int xorOut) Sets the XorOut value to XOR to the current checksum returned byCrc16.getValue().