Class Base64


  • @Deprecated
    public class Base64
    extends Object
    Deprecated.
    Since 5.5.0 this class is no longer maintained and may be removed in a future version. It is recommended to use another implementation, such as Base64.
    Methods for encoding and decoding using Base64 algorithm.
    Since:
    4.0.0
    Version:
    $Revision: 11180 $ $Date: 2009-12-04 18:13:02 -0200 (Fri, 04 Dec 2009) $
    • Constructor Detail

      • Base64

        public Base64()
        Deprecated.
    • Method Detail

      • encode

        public static String encode​(byte[] a)
        Deprecated.
      • decode

        public static byte[] decode​(String s)
        Deprecated.