store

package
v0.0.0-...-5d42ba7 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2016 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadAccount

func LoadAccount(src io.Reader, acct interface{}) error

Parameter `acct` is an interface{} to avoid circular dependencies. In reality this must be a pointer to `acmeagent.Account`

func LoadAuthorization

func LoadAuthorization(src io.Reader, authz interface{}) error

Parameter `authz` is an interface{} to avoid circular dependencies. In reality this must be a pointer to `acmeagent.Authorization`

func LoadCert

func LoadCert(src io.Reader, certif interface{}) error

func LoadCertKey

func LoadCertKey(src io.Reader, keyif interface{}) error

func LoadKey

func LoadKey(src io.Reader, keyif interface{}) error

func SaveAccount

func SaveAccount(dst io.Writer, acct interface{}) error

Parameter `acct` is an interface{} to avoid circular dependencies. In reality this must be a `acmeagent.Account`

func SaveAuthorization

func SaveAuthorization(dst io.Writer, authz interface{}) error

Parameter `authz` is an interface{} to avoid circular dependencies. In reality this must be a `acmeagent.Authorization`

func SaveCert

func SaveCert(dst io.Writer, in interface{}) error

func SaveCertKey

func SaveCertKey(dst io.Writer, key interface{}) error

func SaveKey

func SaveKey(dst io.Writer, k interface{}) error

SaveKey writes the contents of k into dst. Parameter k must be a pointer to `jwk.PrivateKey`

Types

This section is empty.

Jump to

Keyboard shortcuts

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