base32

expect fun base32(): String(source)

Returns a Base32 (uppercase & no padding) encoded String of the raw key value.

NOTE: String is immutable and thus cannot be back-filled after use. One should prefer using base32Chars instead.

See also

Throws

IllegalStateException

If isDestroyed is true.

actual fun base32(): String(source)
actual fun base32(): String(source)