Package | Description |
---|---|
org.cryptacular.codec |
Modifier and Type | Method and Description |
---|---|
Base64Encoder.Builder |
Base64Encoder.Builder.setAlphabet(String alpha)
Sets an arbitrary 64-character alphabet for encoding.
|
Base64Encoder.Builder |
Base64Encoder.Builder.setCharactersPerLine(int lineLength)
Sets the number of characters per line in output produced by the encoder.
|
Base64Encoder.Builder |
Base64Encoder.Builder.setPadding(boolean pad)
Sets padding flag on the encoder.
|
Base64Encoder.Builder |
Base64Encoder.Builder.setUrlSafe(boolean safe)
Sets the URL-safe alphabet flag.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.