Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestationParameters ¶
type CertificationParameters ¶
type ChallengeProof ¶
type ChallengeProof struct { ChallengeID string `json:"challenge_id"` Secret []byte `json:"secret"` CertificationParameters CertificationParameters `json:"certification_parameters"` }
type ChallengeResponse ¶
type RequestChallenge ¶
type RequestChallenge struct { TPMVersion int `json:"tpm_version"` EndorsementKeyPem string `json:"endorsement_key"` AttestationParameters AttestationParameters `json:"attestation_parameters"` }
type SignedCert ¶
type SignedCert struct {
SignedCert []byte `json:"signed_cert"`
}
Click to show internal directories.
Click to hide internal directories.