Example usage for Java com.amazonaws.util BinaryUtils fields, constructors, methods, implement or subclass
The text is from its open source code.
byte[] | fromBase64(String b64Data) Converts a Base64-encoded string to the original byte data. |
byte[] | fromHex(String hexData) Converts a Hex-encoded data string to the original byte data. |
String | toBase64(byte[] data) Converts byte data to a Base64-encoded string. |
String | toHex(byte[] data) Converts byte data to a Hex-encoded string in lower case. |