Lines Matching full:alphabet
48 alternative alphabet for the '+' and '/' characters. This allows an
65 alternative alphabet used instead of the '+' and '/' characters.
68 incorrectly padded or if there are non-alphabet characters present in the
81 """Encode a string using the standard Base64 alphabet.
88 """Decode a string encoded with the standard Base64 alphabet.
91 is raised if the string is incorrectly padded or if there are non-alphabet
97 """Encode a string using a url-safe Base64 alphabet.
99 s is the string to encode. The encoded string is returned. The alphabet
105 """Decode a string encoded with the standard Base64 alphabet.
108 is raised if the string is incorrectly padded or if there are non-alphabet
111 The alphabet uses '-' instead of '+' and '_' instead of '/'.
183 a lowercase alphabet is acceptable as input. For security purposes, the
195 incorrectly padded or if there are non-alphabet characters present in the
251 # RFC 3548, Base 16 Alphabet specifies uppercase, but hexlify() returns
266 a lowercase alphabet is acceptable as input. For security purposes, the
270 incorrectly padded or if there are non-alphabet characters present in the