GetReceivedLicenseIssuer

data class GetReceivedLicenseIssuer(val keyFingerprint: String, val name: String, val signKey: String)

Constructors

Link copied to clipboard
constructor(keyFingerprint: String, name: String, signKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Issuer key fingerprint.

Link copied to clipboard

The key name.

Link copied to clipboard

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.