Expand description
Message signing interfaces and implementations.
Structs§
- Certified
Key - A packaged-together certificate chain, matching
SigningKey
and optional stapled OCSP response and/or SCT list. - RSASigning
Key - A
SigningKey
for RSA-PKCS1 or RSA-PSS
Traits§
- Signer
- A thing that can sign a message.
- Signing
Key - An abstract signing key.
Functions§
- any_
ecdsa_ type - Parse
der
as any ECDSA key type, returning the first which works. - any_
eddsa_ type - Parse
der
as any EdDSA key type, returning the first which works. - any_
supported_ type - Parse
der
as any supported key encoding/type, returning the first which works. - supported_
sign_ tls13 - The set of schemes we support for signatures and that are allowed for TLS1.3.