Class ByteToTextEncoding.Base32Rfc4648

  • All Implemented Interfaces:
    ByteToTextEncoding
    Enclosing interface:
    ByteToTextEncoding

    public static class ByteToTextEncoding.Base32Rfc4648
    extends ByteToTextEncoding.BaseMod8Encoding
    Base32Rfc4648 uses a 32-character set comprising the twenty-six upper-case letters A–Z, and the digits 2–7. Does NOT include padding.

    Example: 36YV2BTECHOTDTU4I23VND46HVXQ

    • Constructor Detail

      • Base32Rfc4648

        public Base32Rfc4648()