Class Base64UrlCodec

  • All Implemented Interfaces:
    UuidCodec<String>

    public final class Base64UrlCodec
    extends BaseNCodec
    Codec for base-64-url as defined in RFC-4648. It is case sensitive. The only difference between base-64 and base-64-url is that the second substitutes the chars '+' and '/' with '-' and '_'. See: https://tools.ietf.org/html/rfc4648
    • Constructor Detail

      • Base64UrlCodec

        public Base64UrlCodec()