Class Base64
java.lang.Object
javajs.util.Base64
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]decodeBase64(String strBase64) static SBgetBase64(byte[] bytes) static byte[]getBytes64(byte[] bytes)
-
Constructor Details
-
Base64
public Base64()
-
-
Method Details
-
getBytes64
public static byte[] getBytes64(byte[] bytes) -
getBase64
- Parameters:
bytes-- Returns:
- BASE64-encoded string, without ";base64,"
-
decodeBase64
-