base32CharsOrNull

expect abstract fun base32CharsOrNull(): CharArray?(source)

Returns a Base32 (uppercase & no padding) encoded CharArray of the raw key value, or null if the key does not support encoding or Key.Private.isDestroyed is true.

See also

actual abstract fun base32CharsOrNull(): CharArray?(source)
actual abstract fun base32CharsOrNull(): CharArray?(source)