public class Base64 extends Object
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String str)
Decodes a BASE-64 encoded stream to recover the original
data.
|
static String |
encode(byte[] data)
returns an array of base64-encoded characters to represent the
passed data array.
|
public static String encode(byte[] data)
data
- the array of bytes to encodepublic static byte[] decode(String str)
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.