otm

package
v2.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2023 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProvisionOwnerCredentials

func ProvisionOwnerCredentials(ctx context.Context, tlsClient *coap.ClientCloseHandler, ownerID string, psk []byte, opts ...ProvisionOwnerCredentialstOption) error

Types

type Client

type Client interface {
	Type() doxm.OwnerTransferMethod
	Dial(ctx context.Context, addr kitNet.Addr) (*coap.ClientCloseHandler, error)
}

type ProvisionOwnerCredentialstOption

type ProvisionOwnerCredentialstOption interface {
	// contains filtered or unexported methods
}

type SetupCertificatesOption

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

func WithSetupCertificates

func WithSetupCertificates(deviceID string, sign SignFunc) SetupCertificatesOption

type SignFunc

type SignFunc = func(ctx context.Context, csr []byte) ([]byte, error)

SignFunc handles a certifice signing request (csr), the csr and returned certificate chain are encoded in PEM format

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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