public static class Radix64Encoder.Default extends Object implements Radix64Encoder
Radix64Encoder.Default| Constructor and Description |
|---|
Default() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] in)
From a UTF-8 encoded string representing radix64 encoded data as byte array, decodes the raw bytes from it.
|
byte[] |
encode(byte[] in)
Encode given raw byte array to a Radix64 style, UTF-8 encoded byte array.
|
public byte[] encode(byte[] in)
Radix64Encoderencode in interface Radix64Encoderin - to encodepublic byte[] decode(byte[] in)
Radix64Encoderdecode in interface Radix64Encoderin - from a string get it with "m0CrhHm10qJ3lXRY.5zDGO".getBytes(StandardCharsets.UTF8)Copyright © 2018–2023. All rights reserved.