Searched refs:base64value (Results 1 – 2 of 2) sorted by relevance
76 private static byte[] getDecodedPropertyValue(String property, String base64value) { in getDecodedPropertyValue() argument78 return Base64.decode(base64value, Base64.NO_PADDING | Base64.NO_WRAP); in getDecodedPropertyValue()
359 @NonNull String property, @NonNull String base64value) { in getDecodedPropertyValue() argument361 return Base64.decode(base64value, Base64.NO_PADDING | Base64.NO_WRAP); in getDecodedPropertyValue()