vault

package
v0.0.0-...-e0ee0a9 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VaultSigner

type VaultSigner struct {
	// contains filtered or unexported fields
}

func NewVaultSigner

func NewVaultSigner(vaultKeyName string) (*VaultSigner, error)

func (*VaultSigner) Sign

func (s *VaultSigner) Sign(message []byte) ([]byte, error)

func (*VaultSigner) VaultECDSASign

func (s *VaultSigner) VaultECDSASign(hash string) ([]byte, error)

func (*VaultSigner) VaultRSASign

func (s *VaultSigner) VaultRSASign(hash string) ([]byte, error)

func (*VaultSigner) Verify

func (s *VaultSigner) Verify(message, sig []byte) error

Jump to

Keyboard shortcuts

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