base32OrNull
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.