Home
last modified time | relevance | path

Searched refs:URL_SAFE_ENCODE_TABLE (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java100 private static final byte[] URL_SAFE_ENCODE_TABLE = { field in Base64Codec
337 this.encodeTable = urlSafe ? URL_SAFE_ENCODE_TABLE : STANDARD_ENCODE_TABLE; in Base64Codec()
347 return this.encodeTable == URL_SAFE_ENCODE_TABLE; in isUrlSafe()
/external/owasp/sanitizer/lib/commons-codec-1.4/
Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...