Issuer

class Issuer

Details about the issuer of a license.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Issuer name.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Issuer.Builder.() -> Unit = {}): Issuer
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String