lib

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CertSolutionManager

type CertSolutionManager struct {
	markup.Component `id:"certificate-solution-manager"`

	Roots certificates.RootManager        `inject:"#certificate-root-manager"`
	Regs  []certificates.SolutionRegistry `inject:".certificate-solution-registry"`
	// contains filtered or unexported fields
}

CertSolutionManager implements certificates.SolutionManager

func (*CertSolutionManager) GetInfo

GetInfo ...

func (*CertSolutionManager) ListAll

func (inst *CertSolutionManager) ListAll() []certificates.Solution

ListAll ...

func (*CertSolutionManager) Load

Load ...

func (*CertSolutionManager) LoadChain

func (inst *CertSolutionManager) LoadChain(raw *certificates.Raw) (certificates.Chain, error)

LoadChain ...

func (*CertSolutionManager) MakeChain

MakeChain ...

func (*CertSolutionManager) Verify

Verify ...

type RootCertManager

type RootCertManager struct {
	markup.Component `id:"certificate-root-manager"`

	Solutions certificates.SolutionManager `inject:"#certificate-solution-manager"`
	Regs      []certificates.RootRegistry  `inject:".certificate-root-registry"`
	// contains filtered or unexported fields
}

RootCertManager ...

func (*RootCertManager) Contains

func (inst *RootCertManager) Contains(cert certificates.Certificate) bool

Contains ...

func (*RootCertManager) Find

func (inst *RootCertManager) Find(target *certificates.Name) (certificates.Root, error)

Find ...

func (*RootCertManager) ListAll

func (inst *RootCertManager) ListAll() []certificates.Root

ListAll ...

Directories

Path Synopsis
solutions

Jump to

Keyboard shortcuts

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