Template Private Key Attributes V2
data class TemplatePrivateKeyAttributesV2(val cryptoProviders: List<String>? = null, val keySpec: TemplateKeySpec, val minimalKeyLength: Double)
Constructors
Link copied to clipboard
constructor(cryptoProviders: List<String>? = null, keySpec: TemplateKeySpec, minimalKeyLength: Double)