SsssKeyCreationInfo

data class SsssKeyCreationInfo(    val keyId: String = "",     val content: SecretStorageKeyContent?,     val recoveryKey: String = "",     val keySpec: SsssKeySpec)

Constructors

Link copied to clipboard
fun SsssKeyCreationInfo(    keyId: String = "",     content: SecretStorageKeyContent?,     recoveryKey: String = "",     keySpec: SsssKeySpec)

Properties

Link copied to clipboard
val content: SecretStorageKeyContent?
Link copied to clipboard
val keyId: String
Link copied to clipboard
val keySpec: SsssKeySpec
Link copied to clipboard
val recoveryKey: String