package
Version:
v0.2402.0
Opens a new window with list of versions in this module.
Published: Aug 20, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type Policy struct {
IAS *ias.QuotePolicy `json:"ias,omitempty" yaml:"ias,omitempty"`
PCS *pcs.QuotePolicy `json:"pcs,omitempty" yaml:"pcs,omitempty"`
}
Policy is the quote validity policy.
type Quote struct {
IAS *ias.AVRBundle `json:"ias,omitempty" yaml:"ias,omitempty"`
PCS *pcs.QuoteBundle `json:"pcs,omitempty" yaml:"pcs,omitempty"`
}
Quote is an unverified SGX remote attestation quote, depending on the attestation scheme.
Verify verifies the SGX remote attestation quote.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.