Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CA ¶
type CA interface { // CertBytes returns the certificate of the CA in PEM encoding CertBytes() []byte // contains filtered or unexported methods }
CA defines a certificate authority that can generate certificates signed by it
type KeyGenFunc ¶
type KeyGenFunc func() (*certKeyPair, error)
Click to show internal directories.
Click to hide internal directories.