Class Base64Encoder

java.lang.Object
org.apache.jmeter.protocol.http.util.Base64Encoder

@Deprecated public final class Base64Encoder extends Object
Deprecated.
as exists now in java.util.Base64, will be removed in next version 3.3
This class provides an implementation of Base64 encoding without relying on the sun.* packages.
  • Method Details

    • encode

      public static String encode(String s)
      Deprecated.
    • encode

      public static String encode(byte[] bs)
      Deprecated.
    • encodeAtom

      public static String encodeAtom(byte[] b, int strt, int left)
      Deprecated.