goog.crypt.base64.Alphabet
Provided By | |
---|---|
Type | number |
Alphabets for Base64 encoding Alphabets with no padding character are for encoding without padding. About the alphabets, please refer to RFC 4686. https://tools.ietf.org/html/rfc4648
Values
DEFAULT | Section 4 "base64". |
---|---|
NO_PADDING | Section 4 "base64", omitting padding per Section 3.2. |
WEBSAFE | Section 5 "base64url". |
WEBSAFE_DOT_PADDING | Like WEBSAFE, but with non-standard '.' padding character. |
WEBSAFE_NO_PADDING | Section 5 "base64url", omitting padding per Section 3.2. |