Uses of Class
org.apache.commons.codec.binary.Base64.Builder
Package
Description
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
-
Uses of Base64.Builder in org.apache.commons.codec.binary
Modifier and TypeMethodDescriptionstatic Base64.Builder
Base64.builder()
Creates a new Builder.Base64.Builder.setUrlSafe
(boolean urlSafe) Sets the URL-safe encoding policy.