- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for BASE32 (0.46 seconds)
-
android/guava-tests/test/com/google/common/io/BaseEncodingTest.java
testEncodingWithCasing(base32(), "", ""); testEncodingWithCasing(base32(), "f", "MY======"); testEncodingWithCasing(base32(), "fo", "MZXQ===="); testEncodingWithCasing(base32(), "foo", "MZXW6==="); testEncodingWithCasing(base32(), "foob", "MZXW6YQ="); testEncodingWithCasing(base32(), "fooba", "MZXW6YTB"); testEncodingWithCasing(base32(), "foobar", "MZXW6YTBOI======"); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 24.7K bytes - Click Count (0) -
api/go1.9.txt
pkg encoding/asn1, const TagNull ideal-int pkg encoding/asn1, var NullBytes []uint8 pkg encoding/asn1, var NullRawValue RawValue pkg encoding/base32, const NoPadding = -1 pkg encoding/base32, const NoPadding int32 pkg encoding/base32, const StdPadding = 61 pkg encoding/base32, const StdPadding int32 pkg encoding/base32, method (Encoding) WithPadding(int32) *Encoding pkg encoding/csv, type Reader struct, ReuseRecord bool
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Oct 04 20:20:20 GMT 2021 - 10.7K bytes - Click Count (0) -
android/guava/src/com/google/common/io/BaseEncoding.java
*/ public static BaseEncoding base64Url() { return BASE64_URL; } private static final BaseEncoding BASE32 = new StandardBaseEncoding("base32()", "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567", '='); /** * The "base32" encoding specified by <a href="http://tools.ietf.org/html/rfc4648#section-6">RFC * 4648 section 6</a>, Base 32 Encoding. (This is the same as the base 32 encoding from <a
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:45:58 GMT 2026 - 41.6K bytes - Click Count (0)