Skip to main content

Module pkixalgs

Module pkixalgs 

Source
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§

PyAlgorithmIdentifier
An X.509 AlgorithmIdentifier SEQUENCE (RFC 5280 §4.1.1.2).
PyDssParms
DSA domain parameters (RFC 3279 §2.3.2).
PyDssSigValue
DSA signature value (RFC 3279 §2.2.2).
PyECParameters
EC domain parameters (RFC 3279 §2.3.5, X9.62).
PyEcdsaSigValue
ECDSA signature value (RFC 3279 §2.2.3, X9.62).