# soft_signer v0.1.0 - Table of Contents

Software-key implementation of `SignCore.Signer` for PKCS#12 (.p12 / .pfx) bundles and PKCS#8 PEM private keys (encrypted or not). Use with `sign_core` to produce PAdES / XAdES / JWS signatures from filesystem-resident keys.

## Pages

- [soft_signer](readme.md)
- [soft_signer changelog](changelog.md)

## Modules

- [SoftSigner](SoftSigner.md): Software-key implementations of the `SignCore.Signer` protocol —
PKCS#12 (.p12 / .pfx) bundles and PKCS#8 PEM private keys.
- [SoftSigner.PKCS12](SoftSigner.PKCS12.md): Software signer backed by a PKCS#12 (`.p12` / `.pfx`) bundle.
- [SoftSigner.PKCS8](SoftSigner.PKCS8.md): Software signer backed by a PKCS#8 PEM private key plus a
separate certificate (PEM, single or chained).

