public class ClearSignedFileProcessor
extends java.lang.Object
To sign a file: ClearSignedFileProcessor -s fileName secretKey passPhrase.
To decrypt: ClearSignedFileProcessor -v fileName signatureFile publicKeyFile.
Constructor and Description |
---|
ClearSignedFileProcessor() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |