TemplatePrivateKeyFlagsV3

data class TemplatePrivateKeyFlagsV3(val clientVersion: TemplateClientCompatibilityV3, val exportableKey: Boolean? = null, val requireAlternateSignatureAlgorithm: Boolean? = null, val strongKeyProtectionRequired: Boolean? = null)

Constructors

Link copied to clipboard
constructor(clientVersion: TemplateClientCompatibilityV3, exportableKey: Boolean? = null, requireAlternateSignatureAlgorithm: Boolean? = null, strongKeyProtectionRequired: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val exportableKey: Boolean? = null
Link copied to clipboard