public final class Base64Binary extends Object
Constructor and Description |
---|
Base64Binary(byte[] val)
Constructor for the decoded value (the binary data).
|
Base64Binary(String encodedVal)
Constructor for the encoded value (the Base64 value).
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String encodedVal) |
static String |
encode(byte[] val) |
boolean |
equals(Object obj) |
int |
getDecodedLength()
Get the length of the decoded value (the binary value).
|
byte[] |
getVal() |
String |
toString() |
public static final String MY_URI
public Base64Binary(byte[] val)
val
- the binary data.public Base64Binary(String encodedVal)
val
- the encoded data.Copyright © 2018 universAAL Consortium. All rights reserved.