Class Base64Utils

java.lang.Object
com.mku.encode.Base64Utils

public class Base64Utils extends Object
Provides generic Base64 utilities.
  • Constructor Details

    • Base64Utils

      public Base64Utils()
  • Method Details

    • setBase64

      public static void setBase64(IBase64 base64)
      Change the global Base64 implementation.
      Parameters:
      base64 - The new Base64 implementation.
    • getBase64

      public static IBase64 getBase64()
      Get the global Base64 implementation.
      Returns:
      The Base64 implementation.