ContentKeyPolicyPolicyOptionTokenRestrictionAlternateKey

data class ContentKeyPolicyPolicyOptionTokenRestrictionAlternateKey(val rsaTokenKeyExponent: String? = null, val rsaTokenKeyModulus: String? = null, val symmetricTokenKey: String? = null, val x509TokenKeyRaw: String? = null)

Constructors

constructor(rsaTokenKeyExponent: String? = null, rsaTokenKeyModulus: String? = null, symmetricTokenKey: String? = null, x509TokenKeyRaw: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The RSA parameter exponent.

Link copied to clipboard

The RSA parameter modulus.

Link copied to clipboard

The key value of the key. Specifies a symmetric key for token validation.

Link copied to clipboard
val x509TokenKeyRaw: String? = null

The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET). Specifies a certificate for token validation.