base16CharsOrNull

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

Returns a Base16 (uppercase) 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 base16CharsOrNull(): CharArray?(source)
actual abstract fun base16CharsOrNull(): CharArray?(source)