Class Base64Utils
java.lang.Object
io.jenkins.plugins.azurecredentialsk8s.Base64Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringConvert a String representation of the base64 encoded bytes of a UTF-8 String back to a String.
-
Constructor Details
-
Base64Utils
public Base64Utils()
-
-
Method Details
-
base64DecodeToString
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
nullif the string could not be converted.
-