Class Base64Encoder

    • Constructor Detail

      • Base64Encoder

        public Base64Encoder()
    • Method Detail

      • type

        public static String type()
      • encode

        public abstract String encode​(byte[] bytes)
      • getType

        public abstract String getType()