Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Signer *Signer // contains filtered or unexported fields }
Context represents a handle for a "session"
func (*Context) GetCertificates ¶
func (context *Context) GetCertificates() ([]*x509.Certificate, error)
func (*Context) Initialize ¶
func (context *Context) Initialize(opts ContextOptions) error
type ContextOptions ¶
ContextOptions represents the options that are used to create and initialize the context
type Signer ¶
func (*Signer) Initialize ¶
Initialize initializes all the things
Click to show internal directories.
Click to hide internal directories.