diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-07-30 20:17:31 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2020-07-30 20:17:31 +0700 |
commit | 7c958e4e6a85239d7bc6a11fa60fbc68b6312b83 (patch) | |
tree | 04e202390351a47fd89af13dd03faaec96cf61c7 /crypto/test | |
parent | Encoder performance (diff) | |
download | BouncyCastle.NET-ed25519-7c958e4e6a85239d7bc6a11fa60fbc68b6312b83.tar.xz |
PGP updates from bc-java
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/openpgp/examples/ClearSignedFileProcessor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/openpgp/examples/ClearSignedFileProcessor.cs b/crypto/test/src/openpgp/examples/ClearSignedFileProcessor.cs index 8e4f7a3b5..6a12f9059 100644 --- a/crypto/test/src/openpgp/examples/ClearSignedFileProcessor.cs +++ b/crypto/test/src/openpgp/examples/ClearSignedFileProcessor.cs @@ -14,7 +14,7 @@ namespace Org.BouncyCastle.Bcpg.OpenPgp.Examples * To sign a file: ClearSignedFileProcessor -s fileName secretKey passPhrase. * </p> * <p> - * To decrypt: ClearSignedFileProcessor -v fileName signatureFile publicKeyFile. + * To decrypt: ClearSignedFileProcessor -v signatureFile publicKeyFile. * </p> */ public sealed class ClearSignedFileProcessor |