@Service public class Base64AspspDataService extends Object implements AspspDataEncoder<byte[],String>, AspspDataDecoder<String,byte[]>
| Constructor and Description |
|---|
Base64AspspDataService() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(String base64Payload) |
String |
encode(byte[] bytePayload) |
public String encode(byte[] bytePayload)
encode in interface AspspDataEncoder<byte[],String>public byte[] decode(String base64Payload)
decode in interface AspspDataDecoder<String,byte[]>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.