Documentation ¶
Overview ¶
Copyright 2024 Contributors to the Veraison project. SPDX-License-Identifier: Apache-2.0
Copyright 2024 Contributors to the Veraison project. SPDX-License-Identifier: Apache-2.0
Copyright 2024 Contributors to the Veraison project. SPDX-License-Identifier: Apache-2.0
Copyright 2024 Contributors to the Veraison project. SPDX-License-Identifier: Apache-2.0
Copyright 2024 Contributors to the Veraison project. SPDX-License-Identifier: Apache-2.0
Copyright 2024 Contributors to the Veraison project. SPDX-License-Identifier: Apache-2.0
Index ¶
- func GetREMs(attr json.RawMessage) ([][]byte, error)
- func GetRIM(attr json.RawMessage) (string, error)
- func GetRPV(attr json.RawMessage) ([]byte, error)
- func GetRealmReferenceIDs(scheme string, tenantID string, realmClaimsMap map[string]interface{}) ([]string, error)
- func MapToRealmClaims(in map[string]interface{}) (realm.IClaims, error)
- func RealmRefValLookupKey(schemeName, tenantID, rim string) string
- func SynthKeysForCcaRealm(scheme string, tenantID string, refVal *handler.Endorsement) ([]string, error)
- type RealmAttributes
- type RealmClassAttributes
- type RealmExtractor
- type RealmInstanceAttributes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRealmReferenceIDs ¶
func RealmRefValLookupKey ¶
func SynthKeysForCcaRealm ¶
Types ¶
type RealmAttributes ¶
func (*RealmAttributes) FromMeasurement ¶
func (o *RealmAttributes) FromMeasurement(m comid.Measurement) error
func (*RealmAttributes) GetRefValType ¶
func (o *RealmAttributes) GetRefValType() string
func (*RealmAttributes) Valid ¶
func (o *RealmAttributes) Valid() error
type RealmClassAttributes ¶
func (*RealmClassAttributes) FromEnvironment ¶
func (o *RealmClassAttributes) FromEnvironment(e comid.Environment) error
extract class variables from environment
type RealmExtractor ¶
type RealmExtractor struct {
Scheme string
}
func (RealmExtractor) RefValExtractor ¶
func (o RealmExtractor) RefValExtractor(rvs comid.ValueTriples) ([]*handler.Endorsement, error)
type RealmInstanceAttributes ¶
type RealmInstanceAttributes struct {
InstID string
}
func (*RealmInstanceAttributes) FromEnvironment ¶
func (o *RealmInstanceAttributes) FromEnvironment(e comid.Environment) error
Click to show internal directories.
Click to hide internal directories.