This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 7b7c81e Regen 7b7c81e is described below commit 7b7c81e4b0beacb13dd563d8797e5193d861054b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Sep 8 22:38:00 2020 +0200 Regen --- docs/components/modules/dataformats/pages/pgp-dataformat.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/modules/dataformats/pages/pgp-dataformat.adoc b/docs/components/modules/dataformats/pages/pgp-dataformat.adoc index 216b744..6410987 100644 --- a/docs/components/modules/dataformats/pages/pgp-dataformat.adoc +++ b/docs/components/modules/dataformats/pages/pgp-dataformat.adoc @@ -12,11 +12,11 @@ The PGP Data Format integrates the Java Cryptographic Extension into Camel, allowing simple and flexible -encryption and decryption of messages using Camel's familiar marshall +encryption and decryption of messages using Camel's familiar marshal and unmarshal formatting mechanism. It assumes marshalling to mean -encryption to cyphertext and unmarshalling to mean decryption back to +encryption to ciphertext and unmarshalling to mean decryption back to the original plaintext. This data format implements only symmetric -(shared-key) encryption and decyption. +(shared-key) encryption and decryption. == PGPDataFormat Options