| Package | Description |
|---|---|
| com.braintreegateway.org.apache.commons.codec | |
| com.braintreegateway.org.apache.commons.codec.binary |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BinaryDecoder.decode(byte[] pArray)
Decodes a byte array and returns the results as a byte array.
|
Object |
Decoder.decode(Object pObject)
Decodes an "encoded" Object and returns a "decoded"
Object.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Hex.decode(byte[] array)
Converts an array of character bytes representing hexadecimal values into an array of bytes of those same values.
|
Object |
Hex.decode(Object object)
Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those
same values.
|
Object |
Base64.decode(Object pObject)
Decodes an Object using the base64 algorithm.
|
static byte[] |
Hex.decodeHex(char[] data)
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
|
protected static int |
Hex.toDigit(char ch,
int index)
Converts a hexadecimal character to an integer.
|
Copyright © 2013–2018. All rights reserved.