Module sign

Source
Expand description

Using software keys for authentication.

Structsยง

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 ๐Ÿ”’

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.