Expand description
Python bindings for RFC 3279 algorithm parameter types.
Exposes DssParms, DssSigValue, EcdsaSigValue, and ECParameters
as Python classes, along with the OID constants from the PKIXAlgs module.
All types are installed into the synta.pkixalgs submodule.
Structs§
- PyAlgorithm
Identifier - An X.509
AlgorithmIdentifierSEQUENCE (RFC 5280 §4.1.1.2). - PyDss
Parms - DSA domain parameters (RFC 3279 §2.3.2).
- PyDss
SigValue - DSA signature value (RFC 3279 §2.2.2).
- PyEC
Parameters - EC domain parameters (RFC 3279 §2.3.5, X9.62).
- PyEcdsa
SigValue - ECDSA signature value (RFC 3279 §2.2.3, X9.62).