Uses of Class
org.apache.commons.codec.binary.Base32.Builder
Packages that use Base32.Builder
Package
Description
Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding.
-
Uses of Base32.Builder in org.apache.commons.codec.binary
Methods in org.apache.commons.codec.binary that return Base32.BuilderModifier and TypeMethodDescriptionstatic Base32.BuilderBase32.builder()Creates a new Builder.Base32.Builder.setEncodeTable(byte... encodeTable) Sets the encode table and derives the matching decode table.Base32.Builder.setHexDecodeTable(boolean useHex) Sets the encode and decode tables to use Base32 hexadecimal iftrue, otherwise use the Base32 alphabet.Base32.Builder.setHexEncodeTable(boolean useHex) Sets the encode table to use Base32 hexadecimal iftrue, otherwise use the Base32 alphabet.