keys

package
v0.33.1 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2021 License: Apache-2.0 Imports: 5 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsSupportedAlgorithm

func IsSupportedAlgorithm(alg string) bool

IsSupportedAlgorithm true if provided alg is supported

func ParseKeysConfig

func ParseKeysConfig(raw json.RawMessage) (map[string]*Config, error)

ParseKeysConfig returns a map containing the key and the signing algorithm

Types

type Config

type Config struct {
	Key        string `json:"key"`
	PrivateKey string `json:"private_key"`
	Algorithm  string `json:"algorithm"`
	Scope      string `json:"scope"`
}

Config holds the keys used to sign or verify bundles and tokens

func NewKeyConfig

func NewKeyConfig(key, alg, scope string) (*Config, error)

NewKeyConfig return a new Config

func (*Config) Equal

func (k *Config) Equal(other *Config) bool

Equal returns true if this key config is equal to the other.

Jump to

Keyboard shortcuts

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