Signed

class Signed(val data: Pkcs10CertificationRequest) : AttestationProof(source)

A complete PKCS#10 CSR whose signature proves possession of the attested private key.

Constructors

Link copied to clipboard
constructor(data: Pkcs10CertificationRequest)

Properties

Link copied to clipboard
open override val data: Pkcs10CertificationRequest
Link copied to clipboard
val AttestationProof.tbsCsr: TbsCertificationRequest

Returns the unsigned certification-request information carried by either transport shape.