Key Key Attributes
data class KeyKeyAttributes(val keyAlgorithm: String, val keyClass: String, val keyModesOfUse: KeyKeyAttributesKeyModesOfUse? = null, val keyUsage: String)
Constructors
Link copied to clipboard
constructor(keyAlgorithm: String, keyClass: String, keyModesOfUse: KeyKeyAttributesKeyModesOfUse? = null, keyUsage: String)