Java com.amazonaws.util BinaryUtils fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.util BinaryUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.util BinaryUtils.

The text is from its open source code.

Method

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.
StringtoBase64(byte[] data)
Converts byte data to a Base64-encoded string.
StringtoHex(byte[] data)
Converts byte data to a Hex-encoded string in lower case.