Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier interface { seg.Verifier // WithServer returns a verifier that fetches the necessary crypto // objects from the specified server. WithServer(server net.Addr) Verifier // WithIA returns a verifier that only accepts signatures from the // specified IA. WithIA(ia addr.IA) Verifier // WithValidatity returns a verifier that only uses certificates that are // valid at the specified time. WithValidity(cppki.Validity) Verifier }
Verifier is used to verify payloads signed with control-plane PKI certificates.
Directories ¶
Path | Synopsis |
---|---|
Package mock_infra is a generated GoMock package.
|
Package mock_infra is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.