Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ABCDEFGHIJKLMNOPQRSTUVWXYZ234567 (0.17 sec)

  1. 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
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Mon Oct 06 14:51:47 UTC 2025
    - 41.7K bytes
    - Viewed (0)
Back to top