Expand description
Message signing interfaces and implementations.
Structsยง
- A packaged-together certificate chain, matching
SigningKey
and optional stapled OCSP response and/or SCT list. - EcdsaSigner ๐
- EcdsaSigningKey ๐A SigningKey that uses exactly one TLS-level SignatureScheme and one ring-level signature::SigningAlgorithm.
- Ed25519Signer ๐
- Ed25519SigningKey ๐A SigningKey that uses exactly one TLS-level SignatureScheme and one ring-level signature::SigningAlgorithm.
- RsaSigner ๐
- Errors while signing
Constantsยง
Staticsยง
- ALL_RSA_SCHEMES ๐
Traitsยง
- A thing that can sign a message.
- An abstract signing key.
Functionsยง
- Parse
der
as any ECDSA key type, returning the first which works. - Parse
der
as any EdDSA key type, returning the first which works. - Parse
der
as any supported key encoding/type, returning the first which works. - The set of schemes we support for signatures and that are allowed for TLS1.3.