schema

package
v1.3.9 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AlgoECDSA = "ECDSA"
	EcKeyType = "EC PRIVATE KEY"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Sign

type Sign struct {
	KeyID string
	Algo  string
	Pk    interface{}
	Pub   interface{}
}

func (*Sign) SignRequest

func (e *Sign) SignRequest(m *material.Material, r *http.Request, log logger.Logger) error

type SigningSchemeBuilder

type SigningSchemeBuilder interface {
	GetDefaultPrivateKey() *Sign
}

Jump to

Keyboard shortcuts

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