tuf

package
v1.3.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 26 Imported by: 1

Documentation

Overview

Copyright © 2021 The Sigstore Authors.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

View Source
const (
	APIVERSION = "0.0.1"
)

Variables

This section is empty.

Functions

func NewEntry

func NewEntry() types.EntryImpl

Types

type BaseSigned

type BaseSigned struct {
	Type    string    `json:"_type"`
	Expires time.Time `json:"expires"`
	Version int       `json:"version"`
}

type V001Entry

type V001Entry struct {
	TufObj models.TUFV001Schema
}

func (V001Entry) APIVersion

func (v V001Entry) APIVersion() string

func (V001Entry) ArtifactHash added in v1.3.3

func (v V001Entry) ArtifactHash() (string, error)

func (*V001Entry) Canonicalize

func (v *V001Entry) Canonicalize(ctx context.Context) ([]byte, error)

func (V001Entry) CreateFromArtifactProperties

func (v V001Entry) CreateFromArtifactProperties(ctx context.Context, props types.ArtifactProperties) (models.ProposedEntry, error)

func (V001Entry) IndexKeys

func (v V001Entry) IndexKeys() ([]string, error)

func (V001Entry) Insertable added in v1.2.0

func (v V001Entry) Insertable() (bool, error)

func (*V001Entry) Unmarshal

func (v *V001Entry) Unmarshal(pe models.ProposedEntry) error

func (V001Entry) Validate

func (v V001Entry) Validate() error

Validate performs cross-field validation for fields in object FIXME: we can probably export ValidateMetablock on in-toto.go

func (V001Entry) Verifiers added in v1.3.0

func (v V001Entry) Verifiers() ([]pki.PublicKey, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL