gaesigner

package
v0.0.0-...-51f9457 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package gaesigner implements signing.Signer interface using GAE App Identity API.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Signer deprecated

type Signer struct{}

Signer implements signing.Signer using GAE App Identity API.

Deprecated: use GetSigner from go.chromium.org/luci/server/auth instead.

func (Signer) Certificates

func (Signer) Certificates(ctx context.Context) (*signing.PublicCertificates, error)

Certificates returns a bundle with public certificates for all active keys.

func (Signer) ServiceInfo

func (Signer) ServiceInfo(ctx context.Context) (*signing.ServiceInfo, error)

ServiceInfo returns information about the current service.

It includes app ID and the service account name (that ultimately owns the signing private key).

func (Signer) SignBytes

func (Signer) SignBytes(ctx context.Context, blob []byte) (keyName string, signature []byte, err error)

SignBytes signs the blob with some active private key.

Returns the signature and name of the key used.

Jump to

Keyboard shortcuts

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