Class Base64Utils
java.lang.Object
io.jenkins.plugins.azurecredentialsk8s.Base64Utils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Convert 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
null
if the string could not be converted.
-