Class ClearSignedFileProcessor
java.lang.Object
org.bouncycastle.openpgp.examples.ClearSignedFileProcessor
A simple utility class that creates clear signed files and verifies them.
To sign a file: ClearSignedFileProcessor -s fileName secretKey passPhrase.
To decrypt: ClearSignedFileProcessor -v signatureFile publicKeyFile.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClearSignedFileProcessor
public ClearSignedFileProcessor()
-
-
Method Details
-
main
- Throws:
Exception
-