encodedOrNull

expect abstract fun encodedOrNull(): ByteArray?(source)

Returns the key in its primary encoding, or null if the key does not support encoding or Key.Private.isDestroyed is true.

actual abstract fun encodedOrNull(): ByteArray?(source)
actual abstract fun encodedOrNull(): ByteArray?(source)