Searched defs:URL_SAFE (Results 1 – 6 of 6) sorted by relevance
204 pub const URL_SAFE: Config = Config { constant
178 pub const URL_SAFE: Alphabet = Alphabet::from_str_unchecked( constant
338 pub const URL_SAFE: GeneralPurpose = GeneralPurpose::new(&alphabet::URL_SAFE, PAD); constant
56 public static final int URL_SAFE = 8; field in Base64