Class Base64Util


  • public final class Base64Util
    extends Object
    Base64 encodes Strings. This utility is only necessary because the mechanism to do this changed in Java 8 and the original method was removed in Java 9.
    Since:
    2.12.0
    • Method Detail

      • encode

        @Deprecated
        public static String encode​(String str)
        Deprecated.
        since 2.22.0, use Base64 instead.
        This method does not specify an encoding for the str parameter and should not be used.