base64

expect fun base64(): String(source)

Returns a Base64 (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 base64(): String(source)
actual fun base64(): String(source)