Searched defs:Base64 (Results 1 - 25 of 25) sorted by relevance

/external/okhttp/okio/src/main/java/okio/
H A DBase64.java26 final class Base64 { class
27 private Base64() { method in class:Base64
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DBase64.java9 public class Base64 class
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
H A DBase64.java20 * dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/Base64.java
33 * This class implements Base64 encoding/decoding functionality
36 public class Base64 { class
/external/ksoap2/kobjects/org/ksoap2/kobjects/base64/
H A DBase64.java25 public class Base64 { class
36 len to the Base64 format. The encoded data is appended to the
115 /** Decodes the given Base64 encoded String to a new byte array.
/external/smack/src/org/xbill/DNS/utils/
H A Dbase64.java16 private static final String Base64 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; field in class:base64
56 os.write(Base64.charAt(t[j]));
115 s[j] = (short) Base64.indexOf(in[i*4+j]);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DBase64.java21 public class Base64 class
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbase64.h20 class Base64 class in namespace:talk_base
/external/chromium_org/third_party/webrtc/base/
H A Dbase64.h20 class Base64 class in namespace:rtc
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java25 * Provides Base64 encoding and decoding as defined by RFC 2045.
27 * <p>This class implements section <cite>6.8. Base64 Content-Transfer-Encoding</cite>
34 * @version $Id: Base64.java,v 1.20 2004/05/24 00:21:24 ggregory Exp $
36 public class Base64 implements BinaryEncoder, BinaryDecoder { class in inherits:BinaryEncoder,BinaryDecoder
146 * only valid characters within the Base64 alphabet.
149 * @return true if all bytes are valid characters in the Base64
175 * @return Base64 characters
186 * @return Base64 characters chunked in 76 character blocks
207 throw new DecoderException("Parameter supplied to Base64 decode is not a byte[]");
214 * characters in the Base64 alphabe
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/mhtml/
H A DMHTMLParser.cpp40 #include "wtf/text/Base64.h"
53 Base64, enumerator in enum:WebCore::MIMEHeader::Encoding
164 return Base64;
341 case MIMEHeader::Base64:
/external/smack/src/org/jivesoftware/smack/util/
H A DBase64.java10 * <p>Encodes and decodes to and from Base64 notation.</p>
18 public class Base64 class
39 /** Don't break lines when encoding (violates strict Base64 specification) */
43 * Encode using Base64-like encoding that is URL- and Filename-safe as described
46 * It is important to note that data encoded this way is <em>not</em> officially valid Base64,
47 * or at the very least should not be called Base64 without also specifying that is
54 * Encode using the special "ordered" dialect of Base64 described here:
63 /** Maximum line length (76) of Base64 output. */
87 /** The 64 valid Base64 values. */
106 * Translates a Base64 valu
312 private Base64(){} method in class:Base64
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c1137 static const char Base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; variable
1174 pos = mDNSstrchr(Base64, ch);
1183 target[tarindex] = (mDNSu8)((pos - Base64) << 2);
1191 target[tarindex] |= (pos - Base64) >> 4;
1192 target[tarindex+1] = (mDNSu8)(((pos - Base64) & 0x0f) << 4);
1201 target[tarindex] |= (pos - Base64) >> 2;
1202 target[tarindex+1] = (mDNSu8)(((pos - Base64) & 0x03) << 6);
1211 target[tarindex] |= (pos - Base64);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 740 milliseconds