LicenseIssuerData

data class LicenseIssuerData(val name: String, val signKey: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, signKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Issuer name.

Link copied to clipboard
val signKey: String? = null

Asymmetric KMS key from AWS Key Management Service . The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.