Template Private Key Attributes V4
data class TemplatePrivateKeyAttributesV4(val algorithm: TemplatePrivateKeyAlgorithm? = null, val cryptoProviders: List<String>? = null, val keySpec: TemplateKeySpec, val keyUsageProperty: Either<TemplateKeyUsageProperty0Properties, TemplateKeyUsageProperty1Properties>? = null, val minimalKeyLength: Double)
Constructors
Link copied to clipboard
constructor(algorithm: TemplatePrivateKeyAlgorithm? = null, cryptoProviders: List<String>? = null, keySpec: TemplateKeySpec, keyUsageProperty: Either<TemplateKeyUsageProperty0Properties, TemplateKeyUsageProperty1Properties>? = null, minimalKeyLength: Double)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val keyUsageProperty: Either<TemplateKeyUsageProperty0Properties, TemplateKeyUsageProperty1Properties>? = null
Link copied to clipboard