Private

expect sealed class Private(key: ByteArray) : Key, Destroyable(source)

Inheritors

actual sealed class Private(key: ByteArray) : Key, Destroyable, PrivateKey(source)
actual sealed class Private(key: ByteArray) : Key, Destroyable(source)

Constructors

Link copied to clipboard
protected expect constructor(key: ByteArray)
protected actual constructor(key: ByteArray)
protected actual constructor(key: ByteArray)

Functions

Link copied to clipboard
expect abstract fun algorithm(): String
actual abstract fun algorithm(): String
actual abstract fun algorithm(): String
Link copied to clipboard
expect fun base16(): String

Key bytes formatted in uppercase Base16 (hex)

actual fun base16(): String

Key bytes formatted in uppercase Base16 (hex)

actual fun base16(): String

Key bytes formatted in uppercase Base16 (hex)

Link copied to clipboard
expect override fun base16OrNull(): String?
actual override fun base16OrNull(): String?
actual override fun base16OrNull(): String?
Link copied to clipboard
expect fun base32(): String

Key bytes formatted in uppercase Base32 without padding

actual fun base32(): String

Key bytes formatted in uppercase Base32 without padding

actual fun base32(): String

Key bytes formatted in uppercase Base32 without padding

Link copied to clipboard
expect override fun base32OrNull(): String?
actual override fun base32OrNull(): String?
actual override fun base32OrNull(): String?
Link copied to clipboard
expect fun base64(): String

Key bytes formatted in Base64 without padding

actual fun base64(): String

Key bytes formatted in Base64 without padding

actual fun base64(): String

Key bytes formatted in Base64 without padding

Link copied to clipboard
expect override fun base64OrNull(): String?
actual override fun base64OrNull(): String?
actual override fun base64OrNull(): String?
Link copied to clipboard

Checks if a Destroyable instance has been destroyed or not.

Link copied to clipboard
expect override fun destroy()
actual override fun destroy()
actual override fun destroy()
Link copied to clipboard
@JvmStatic
@JvmOverloads
fun Destroyable.destroyedException(namePrefix: String = ""): IllegalStateException

Creates an IllegalStateException with a default message of

Link copied to clipboard
expect fun encoded(): ByteArray

Key bytes

actual fun encoded(): ByteArray

Key bytes

actual fun encoded(): ByteArray

Key bytes

Link copied to clipboard
expect override fun encodedOrNull(): ByteArray?
actual override fun encodedOrNull(): ByteArray?
actual override fun encodedOrNull(): ByteArray?
Link copied to clipboard
override fun getAlgorithm(): String
Link copied to clipboard
override fun getEncoded(): ByteArray?
Link copied to clipboard
override fun getFormat(): String
Link copied to clipboard
expect override fun isDestroyed(): Boolean
actual override fun isDestroyed(): Boolean
actual override fun isDestroyed(): Boolean