Searched refs:URL_SAFE_ENCODE_TABLE (Results 1 – 1 of 1) sorted by relevance
100 private static final byte[] URL_SAFE_ENCODE_TABLE = { field in Base64Codec337 this.encodeTable = urlSafe ? URL_SAFE_ENCODE_TABLE : STANDARD_ENCODE_TABLE; in Base64Codec()347 return this.encodeTable == URL_SAFE_ENCODE_TABLE; in isUrlSafe()