sign

package
v1.2.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EncodeKeys

func EncodeKeys(pk *ecdsa.PrivateKey) ([]byte, []byte)

EncodeKeys takes an ecdsa.PrivateKey and generates a PEM formatted public and private key

func Sign

func Sign(imgID string, privKey []byte) (string, error)

Sign creates a digest of an image by signing it with the private key

func Validate

func Validate(imgID string, pubKey []byte, digest string) (bool, error)

Validate validates a digest using a public key

Types

type VaultClient

type VaultClient struct {
	Endpoint string
	Token    string
}

func (*VaultClient) Fetch

func (v *VaultClient) Fetch(mountPath, secretPath, data string) ([]byte, error)

Jump to

Keyboard shortcuts

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