Module sign

Source
Expand description

Message signing interfaces.

Structs§

CertifiedKey
A packaged-together certificate chain, matching SigningKey and optional stapled OCSP response.
SingleCertAndKey
Server certificate resolver which always resolves to the same certificate and key.

Traits§

Signer
A thing that can sign a message.
SigningKey
An abstract signing key.