TemplateKeyUsagePropertyFlags

data class TemplateKeyUsagePropertyFlags(val decrypt: Boolean? = null, val keyAgreement: Boolean? = null, val sign: Boolean? = null)

Constructors

Link copied to clipboard
constructor(decrypt: Boolean? = null, keyAgreement: Boolean? = null, sign: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val decrypt: Boolean? = null
Link copied to clipboard
val keyAgreement: Boolean? = null
Link copied to clipboard
val sign: Boolean? = null