java.lang.Object
org.seppiko.commons.utils.codec.BaseNCodec
org.seppiko.commons.utils.codec.Base16
All Implemented Interfaces:
Serializable

public class Base16 extends BaseNCodec implements Serializable
Base16 Encoder / Decoder Util.
Author:
Leonard Woo
See Also:
  • Field Details

    • RFC4648

      public static final Base16 RFC4648
      The most widely used Base16 alphabet is defined in RFC 4648.
    • RFC4648_UPPER

      public static final Base16 RFC4648_UPPER
      The most widely used Base16 alphabet is defined in RFC 4648.
  • Method Details