Examples
Overview
This page contains links to examples demonstrating the usage of DidiSoft OpenPGP Library for Java. For setup instructions and more detailed documentation, please refer to the Documentation.pdf/.rtf file distributed with the library. For a complete library API reference please visit theĀ JavaDoc API section.
Intended audience: Software developers and Systems architects
INTRODUCTION
MAIN FUNCTIONS
- Encrypting
- Decrypting
- Signing
- Verifying
- Signing and Encrypting
- Decrypting and Verifying
- Clear text signing
KEYS and KEYSTORE (Optional)
- Generating RSA keys
- Generating DH/DSS keys
- Importing keys
- Exporting keys
- Deleting keys
- Changing private key password
KEY REVOCATION (Advanced)
- Introduction to OpenPGP key revocation
- Revoke key directly
- Revocation certificate
- Designated revoker
LIBRARY PREFERENCES
- Set preferred cipher (symmetric key algorithm)
- Set preferred compression
- Set preferred hashing
ARCHIVE
The documentation for the old versions of the library is available for reference purposes in PDF format.