Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CTStorage ¶
type CTStorage struct {
// contains filtered or unexported fields
}
CTStorage implements ct.Storage and tessera.LogReader.
func NewCTStorage ¶
func NewCTStorage(ctx context.Context, opts *CTStorageOptions) (*CTStorage, error)
NewCTStorage instantiates a CTStorage object.
func (*CTStorage) AddIssuerChain ¶
AddIssuerChain stores every chain certificate under its sha256.
If an object is already stored under this hash, continues.
type CTStorageOptions ¶
type CreateStorage ¶
CreateStorage instantiates a Tessera storage implementation with a signer option.
type IssuerStorage ¶
IssuerStorage issuer certificates under their hex encoded sha256.
Click to show internal directories.
Click to hide internal directories.