Class Base64Util

java.lang.Object
org.apache.logging.log4j.util.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.
  • Field Details

    • encodeMethod

      private static Method encodeMethod
    • encoder

      private static Object encoder
  • Constructor Details

    • Base64Util

      private Base64Util()
  • Method Details