Uses of Class
org.cryptacular.codec.Base64Encoder.Builder
Packages that use Base64Encoder.Builder
-
Uses of Base64Encoder.Builder in org.cryptacular.codec
Methods in org.cryptacular.codec that return Base64Encoder.BuilderModifier and TypeMethodDescriptionBase64Encoder.Builder.setAlphabet
(String alpha) Sets an arbitrary 64-character alphabet for encoding.Base64Encoder.Builder.setCharactersPerLine
(int lineLength) Sets the number of characters per line in output produced by the encoder.Base64Encoder.Builder.setPadding
(boolean pad) Sets padding flag on the encoder.Base64Encoder.Builder.setUrlSafe
(boolean safe) Sets the URL-safe alphabet flag.