keydb

package
v0.0.0-...-9835270 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2021 License: AGPL-3.0, Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const CertSchema = `` /* 189-byte string literal not displayed */

Variables

This section is empty.

Functions

func CreateKeyRing

CreateKeyRing creates and configures a KeyRing object.

It creates the necessary key fetchers and collects them into a KeyRing backed by the given KeyDatabase.

func NewDatabase

func NewDatabase(driver, createAddr, address, underlying, topic string, useAsync bool) (interface{}, error)

NewDatabase prepares a new key database. It creates the necessary tables if they don't already exist. It prepares all the SQL statements that it will use. Returns an error if there was a problem talking to the database.

Types

type Database

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

A Database implements gomatrixserverlib.KeyDatabase and is used to store the public keys for other matrix servers.

func (*Database) FetchKeys

FetchKeys implements gomatrixserverlib.KeyDatabase

func (Database) FetcherName

func (d Database) FetcherName() string

FetcherName implements KeyFetcher

func (*Database) InsertRootCA

func (d *Database) InsertRootCA(ctx context.Context, rootCA string) error

func (*Database) SelectAllCerts

func (d *Database) SelectAllCerts(ctx context.Context) (string, string, string, string, error)

func (*Database) SetGauge

func (d *Database) SetGauge(qryDBGauge mon.LabeledGauge)

func (*Database) StoreKeys

StoreKeys implements gomatrixserverlib.KeyDatabase

func (*Database) UpsertCRL

func (d *Database) UpsertCRL(ctx context.Context, CRL string) error

func (*Database) UpsertCert

func (d *Database) UpsertCert(ctx context.Context, serverCert, serverKey string) error

Jump to

Keyboard shortcuts

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