Skip to main content

Crate web_eid

Crate web_eid 

Source
Expand description

Web eID client library.

Structs§

AuthToken
A Web eID authentication token.
IdCard
An Estonian ID card.

Enums§

EcCurve
EstEidError
An error from an esteid operation.
Hash
KeyAlgorithm
TokenkeyError
An error from a tokenkey operation.
WebEidError
An error from a Web eID operation.

Constants§

TOKEN_FORMAT
The Web eID authentication token format identifier.

Functions§

authenticate
Authenticate with the ID card: sign the origin and challenge nonce with the authentication key (PIN1) and produce a Web eID authentication token.
modules
OpenSC module candidates.
recommended_hash
The hash matching the signing key’s curve strength.
sign
Sign data with the card’s signing key (PIN2) for a qualified electronic signature.

Type Aliases§

Result