Expand description
Using software keys for authentication.
Structs§
- A SigningKey that uses exactly one TLS-level SignatureScheme and one ring-level signature::SigningAlgorithm.
- A SigningKey that uses exactly one TLS-level SignatureScheme and one ring-level signature::SigningAlgorithm.
Statics§
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.