Class Base32Codec

  • All Implemented Interfaces:
    UuidCodec<String>

    public final class Base32Codec
    extends BaseNCodec
    Codec for base-32 as defined in RFC-4648.

    It is case insensitive, so it decodes from lower and upper case, but encodes to lower case only.

    This codec complies with RFC-4648, encoding a byte array sequentially. If you need a codec that encodes integers using the remainder operator (modulus), use the static factory BaseNCodec.newInstance(BaseN).

    See Also:
    RFC-4648
    • Field Detail

    • Constructor Detail

      • Base32Codec

        public Base32Codec()