Class Base32UCrockfordCodec

  • All Implemented Interfaces:
    UuidCodec<String>

    public final class Base32UCrockfordCodec
    extends BaseNCodec
    Codec for UPPER CASE Crockford's base-32. It is case insensitive, so it decodes from lower and upper case, but encodes to UPPER 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: https://www.crockford.com/base32.html
    • Constructor Detail

      • Base32UCrockfordCodec

        public Base32UCrockfordCodec()