Uses of Class
io.helidon.common.Base64Value
-
-
Uses of Base64Value in io.helidon.common
Methods in io.helidon.common that return Base64Value Modifier and Type Method Description static Base64ValueBase64Value. create(byte[] bytes)Create a base64 value from bytes.static Base64ValueBase64Value. create(String plainText)Create a base64 value from plain text.static Base64ValueBase64Value. createFromEncoded(String base64Text)Create from an already encoded base64 value.
-