Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct {
// contains filtered or unexported fields
}
Log contains the CT client and signature verifier for a particular CT log
type PublisherImpl ¶
type PublisherImpl struct { SA core.StorageAuthority // contains filtered or unexported fields }
PublisherImpl defines a Publisher
func NewPublisherImpl ¶
func NewPublisherImpl(bundle []ct.ASN1Cert, logs []*Log) (pub PublisherImpl)
NewPublisherImpl creates a Publisher that will submit certificates to any CT logs configured in CTConfig
func (*PublisherImpl) SubmitToCT ¶
func (pub *PublisherImpl) SubmitToCT(der []byte) error
SubmitToCT will submit the certificate represented by certDER to any CT logs configured in pub.CT.Logs
Click to show internal directories.
Click to hide internal directories.