decodeWithAlphabet

open fun decodeWithAlphabet(string: String, alphabet: String): Array<Byte>

Decode a Base32 input with the given alphabet

Return

The decoded data, can be null.

Parameters

string

Encoded base32 input to be decoded

alphabet

Decode with the given alphabet, if nullptr ALPHABET_RFC4648 is used by default