| Package | Description |
|---|---|
| com.braintreegateway.org.apache.commons.codec | |
| com.braintreegateway.org.apache.commons.codec.binary |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BinaryEncoder.encode(byte[] pArray)
Encodes a byte array and return the encoded data
as a byte array.
|
Object |
Encoder.encode(Object pObject)
Encodes an "Object" and returns the encoded content
as an Object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Base64.encode(Object pObject)
Encodes an Object using the base64 algorithm.
|
Object |
Hex.encode(Object object)
Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each
byte in order.
|
Copyright © 2013-2018. All Rights Reserved.