base32OrNull

expect abstract fun base32OrNull(): String?(source)

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

NOTE: String is immutable and thus cannot be back-filled after use. For Key.Private, one should prefer using base32CharsOrNull instead.

See also

actual abstract fun base32OrNull(): String?(source)
actual abstract fun base32OrNull(): String?(source)