Class Base64Util
java.lang.Object
org.apache.logging.log4j.util.Base64Util
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENCODER
-
-
Constructor Details
-
Base64Util
private Base64Util()
-
-
Method Details
-
encode
Deprecated.since 2.22.0, useBase64instead.This method does not specify an encoding for thestrparameter and should not be used.
-
Base64instead.