Class BASE64Encoder
java.lang.Object
org.sblim.cimclient.internal.http.BASE64Encoder
Class BASE64Encoder implements the BASE64 encoding algorithm
-
Method Summary
-
Method Details
-
encode
Encodes a given byte array- Parameters:
pPlain
- The raw bytes- Returns:
- The encoded bytes
-