public class Base64String extends Object
| Constructor and Description |
|---|
Base64String(String value) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decodeAsBytes() |
String |
decodeAsString() |
static Base64String |
from(byte[] bytes) |
static Base64String |
from(String s) |
String |
getValue() |
static byte[] |
toBytes(String s) |
String |
toString() |
public Base64String(String value)
public static byte[] toBytes(String s)
public static Base64String from(String s)
public static Base64String from(byte[] bytes)
public String getValue()
public byte[] decodeAsBytes()
public String decodeAsString()
Copyright © 2020 JBoss by Red Hat. All rights reserved.