Class Base32

  • All Implemented Interfaces:
    BinaryCodec

    public final class Base32
    extends BaseGeneric
    Base32 is a encoding that has an alphabet with 32 letters. Typical alphabets shall only use Latin letters and digits. It such case representations can be selected with a double click. However, the padding character '=' will not be selected.
    Since:
    1.0.0
    See Also:
    Base58
    • Field Detail

      • DEFAULT

        public static final Base32 DEFAULT
        Default instance for Base32 according to RFC 4648 (Table 1).
      • ZB32

        public static final Base32 ZB32
        Instance for Base32 for z-base-32.