base16

expect fun base16(): String(source)

Returns a Base16 (uppercase) encoded String of the raw key value.

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

See also

Throws

IllegalStateException

If isDestroyed is true.

actual fun base16(): String(source)
actual fun base16(): String(source)