展开描述
Message signing 接口。
结构体§
- Certified
Key - A packaged-together certificate chain, matching
SigningKeyand optional stapled OCSP response. - Single
Cert AndKey - Server certificate resolver which always resolves to the same certificate and key.
Trait§
- Signer
- A thing that can sign a message.
- Signing
Key - An abstract signing key.
函数§
- public_
key_ to_ spki - Convert a public key and algorithm identifier into
SubjectPublicKeyInfoDer.