Class Base64Utils

java.lang.Object
io.jenkins.plugins.azurecredentialsk8s.Base64Utils

public class Base64Utils extends Object
  • Constructor Details

    • Base64Utils

      public Base64Utils()
  • Method Details

    • base64DecodeToString

      @CheckForNull public static String base64DecodeToString(String s)
      Convert a String representation of the base64 encoded bytes of a UTF-8 String back to a String.
      Parameters:
      s - the base64 encoded String representation of the bytes.
      Returns:
      the String or null if the string could not be converted.