Expand description
Creation of custom configs for Base64 numbers containing different characters, with or without
padding, with or without a maximum line length. In addition, 5 configs are already defined
because of their popularity (STANDARD, MIME, IMAP, URLSAFE with and without padding).
Structs§
- Config
- Configuration for Base64 number that consists of
Constants§
- IMAP
IMAPcompliant configuration as specified in RFC 3501- MIME
MIMEcompliant configuration as specified in RFC 2045- STANDARD
- Base64
standardcompliant configuration as specified in RFC 4648 - URL_
SAFE_ NO_ PADDING Base64urlwithout padding compliant configuration as specified in RFC 4648- URL_
SAFE_ PADDING Base64urlwith padding compliant configuration as specified in RFC 4648