Base64ConfigBuilder
Builder for creating a Base64.Config.
See also
Properties
Link copied to clipboard
If true, will output Base64 UrlSafe characters when encoding.
Link copied to clipboard
If true, will utilize constant-time operations when encoding/decoding data. This will be slower, but help mitigate potential timing attacks with sensitive data (such as private key material).
Link copied to clipboard
For every lineBreakInterval of encoded data, a line break will be output.
Link copied to clipboard
If true, padding WILL be applied to the encoded output.