AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs

data class AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs(val publicKeyPem: Output<String>? = null, val signatureAlgorithm: Output<String>? = null) : ConvertibleToJava<AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs>

Constructors

constructor(publicKeyPem: Output<String>? = null, signatureAlgorithm: Output<String>? = null)

Properties

Link copied to clipboard
val publicKeyPem: Output<String>? = null

A PEM-encoded public key, as described in https://tools.ietf.org/html/rfc7468#section-13

Link copied to clipboard
val signatureAlgorithm: Output<String>? = null

The signature algorithm used to verify a message against a signature using this key. These signature algorithm must match the structure and any object identifiers encoded in publicKeyPem (i.e. this algorithm must match that of the public key).

Functions

Link copied to clipboard
open override fun toJava(): AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs