View Source ExFiskal.PKCS12 (ExFiskal v0.1.2)
Handles PKCS12 certificate operations including parsing, key extraction, and signing. All functions accept binary data instead of file paths.
Summary
Functions
Extracts certificates from PKCS12 binary data.
Extracts the private key from PKCS12 binary data.
Returns the current OpenSSL version installed on the system.
Parses PKCS12 binary data and returns its contents.
Signs a string using the private key from the PKCS12 binary data. Returns the base64-encoded signature.
Functions
Extracts certificates from PKCS12 binary data.
Extracts the private key from PKCS12 binary data.
Returns the current OpenSSL version installed on the system.
Parses PKCS12 binary data and returns its contents.
Signs a string using the private key from the PKCS12 binary data. Returns the base64-encoded signature.