Skip to main content

Module pkcs5

Module pkcs5 

Source
Expand description

Python bindings for PKCS #5 v2.1 (RFC 8018) parameter builders.

Exposes two builder classes:

Also registers OID constants for the PBKDF2 and PBES2 algorithm identifiers.

Structs§

PyPbes2ParamsBuilder
Python-facing wrapper for synta_certificate::Pbes2ParamsBuilder.
PyPbkdf2ParamsBuilder
Python-facing wrapper for synta_certificate::Pbkdf2ParamsBuilder.