Expand description
Using software keys for authentication.
Structsยง
- Ecdsa
Signer ๐ - Ecdsa
Signing ๐Key - A SigningKey that uses exactly one TLS-level SignatureScheme and one ring-level signature::SigningAlgorithm.
- Ed25519
Signer ๐ - Ed25519
Signing ๐Key - A SigningKey that uses exactly one TLS-level SignatureScheme and one ring-level signature::SigningAlgorithm.
- RsaSigner ๐
Staticsยง
- ALL_
RSA_ ๐SCHEMES
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.