Uses of Class
org.apache.commons.codec.binary.Base32.Builder
-
Packages that use Base32.Builder Package Description org.apache.commons.codec.binary 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.Builder Modifier and Type Method Description static Base32.BuilderBase32. builder()Creates a new Builder.Base32.BuilderBase32.Builder. setEncodeTable(byte... encodeTable)Base32.BuilderBase32.Builder. setHexDecodeTable(boolean useHex)Sets the decode table to use Base32 hexadecimal iftrue, otherwise use the Base32 alphabet.Base32.BuilderBase32.Builder. setHexEncodeTable(boolean useHex)Sets the encode table to use Base32 hexadecimal iftrue, otherwise use the Base32 alphabet.
-