| Class | Description |
|---|---|
| Pkcs12Store | A Pkcs #12 key store. |
| Pkcs1SignatureHandler | Pkcs #1 signature handler. |
| Pkcs7DetachedSignatureHandler | Pkcs7Detached signature handler. |
| Pkcs7Sha1SignatureHandler | Pkcs#7 Sha1 signature handler. |
| SignatureHandler | Abstract base class of all signature handlers. |
| StandardSignatureHandler | The base class of all standard signature handlers. |
| StandardSignatureHandlerFactory | The signature handler factory for all standard signature handlers. |
| VeriSignSignatureHandler | VeriSign signature. Requires the VeriSign plugin for Acrobat. |
| Interface | Description |
|---|---|
| ISignatureHandlerFactory | Implementations of ISignatureHandlerFactory create a signature handler. You should implement this interface if you want to verify a PDF document that has a custom signature. |