Base classes for cryptographic signers and verifiers.
Bases: object
Abstract base class for crytographic signature verifiers.
Verifies a message against a cryptographic signature.
Bases: object
Abstract base class for cryptographic signers.
Bases: object
Mix-in to enable factory constructors for a Signer.
Construct an Signer instance from a private key string.
The constructed signer.
ValueError – If the key cannot be parsed.
Creates a Signer instance instance from a dictionary containing service account info in Google format.
info (Mapping
str
, str
) – The service account info in Google format.
The constructed signer.
ValueError – If the info is not in the expected format.
Creates a Signer instance from a service account .json file in Google format.
filename (str) – The path to the service account .json file.
The constructed signer.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4