See: Description
| Class | Description |
|---|---|
| ByteArrayHandler |
Simple routine to encrypt and decrypt using a passphrase.
|
| ClearSignedFileProcessor |
A simple utility class that creates clear signed files and verifies them.
|
| DetachedSignatureProcessor |
A simple utility class that creates seperate signatures for files and verifies them.
|
| DirectKeySignature |
A simple utility class that directly signs a public key and writes the signed key to "SignedKey.asc" in
the current working directory.
|
| DSAElGamalKeyRingGenerator |
A simple utility class that generates a public/secret keyring containing a DSA signing
key and an El Gamal key for encryption.
|
| EllipticCurveKeyPairGenerator |
A simple utility class that generates an OpenPGP key ring using
Ed25519 for certification and signing and X25519 for encryption.
|
| KeyBasedFileProcessor |
A simple utility class that encrypts/decrypts public key based
encryption files.
|
| KeyBasedLargeFileProcessor |
A simple utility class that encrypts/decrypts public key based
encryption large files.
|
| PBEFileProcessor |
A simple utility class that encrypts/decrypts password based
encryption files.
|
| PubringDump |
Basic class which just lists the contents of the public key file passed
as an argument.
|
| RSAKeyPairGenerator |
A simple utility class that generates an RSA key ring.
|
| SignedFileProcessor |
A simple utility class that signs and verifies files.
|