IssuerDetails

Details associated with the issuer of a license.

Types

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

Properties

Link copied to clipboard

Issuer key fingerprint.

Link copied to clipboard
val name: String?

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: IssuerDetails.Builder.() -> Unit = {}): IssuerDetails
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