Skip to main content

Module pkcs8

Module pkcs8 

Source
Expand description

Python bindings for PKCS #8 / RFC 5958 private key structures.

Exposes OneAsymmetricKey (aka PrivateKeyInfo) into the synta.pkcs8 submodule for parsing DER-encoded private key files.

Structsยง

PyOneAsymmetricKey
A PKCS #8 / RFC 5958 OneAsymmetricKey (also known as PrivateKeyInfo) structure.