Uses of Class
org.apache.commons.codec.binary.Base32.Builder
Packages that use Base32.Builder
Package
Description
Base64, Base32, 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.Builder
Base32.builder()
Creates a new Builder.Base32.Builder.setHexDecodeTable
(boolean useHex) Sets the decode table 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.