cert9util

package
v0.0.0-...-aec010d Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertificateDB9

type CertificateDB9 struct {
	SQLiteDB
}

func NewCertificateDB9

func NewCertificateDB9(path string) (*CertificateDB9, error)

func (*CertificateDB9) Columns

func (db *CertificateDB9) Columns() ([]string, error)

type KeyDB9

type KeyDB9 struct {
	SQLiteDB
}

func NewKeyDB9

func NewKeyDB9(path string) (*KeyDB9, error)

func (*KeyDB9) Columns

func (db *KeyDB9) Columns() ([]string, error)

func (*KeyDB9) MetaDataColumns

func (db *KeyDB9) MetaDataColumns() ([]string, error)

func (*KeyDB9) NSSPrivateColumns

func (db *KeyDB9) NSSPrivateColumns() ([]string, error)

type SQLiteDB

type SQLiteDB struct {
	*sql.DB
}

func NewSQLiteDB

func NewSQLiteDB(path string) (*SQLiteDB, error)

func (*SQLiteDB) Close

func (db *SQLiteDB) Close()

func (*SQLiteDB) Columns

func (db *SQLiteDB) Columns(table string) ([]string, error)

Jump to

Keyboard shortcuts

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