Class Base64Encoder

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

public final class Base64Encoder extends Object
This class provides an implementation of Base64 encoding without relying on the the sun.* packages.
Version:
$Revision: 1380893 $
  • Method Details

    • encode

      public static String encode(String s)
    • encode

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

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