Searched refs:ENCODE_WEBSAFE (Results 1 – 1 of 1) sorted by relevance
565 private static final byte ENCODE_WEBSAFE[] = { field in Base64.Encoder587 alphabet = ((flags & URL_SAFE) == 0) ? ENCODE : ENCODE_WEBSAFE; in Encoder()