org.bouncycastle.openpgp.examples
public class ClearSignedFileProcessor extends Object
To sign a file: ClearSignedFileProcessor -s fileName secretKey passPhrase.
If -a is specified the output file will be "ascii-armored".
To decrypt: ClearSignedFileProcessor -v fileName signatureFile publicKeyFile.
Method Summary | |
---|---|
static void | main(String[] args) |