This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-4.8.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.8.x by this push: new 6d73a30f0a9 fixes CAMEL-21492 - lists a component usable for payload security (#16408) 6d73a30f0a9 is described below commit 6d73a30f0a9287086fab5c11a41304164cd743c1 Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Fri Nov 29 13:56:08 2024 +0100 fixes CAMEL-21492 - lists a component usable for payload security (#16408) --- docs/user-manual/modules/ROOT/pages/security.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/security.adoc b/docs/user-manual/modules/ROOT/pages/security.adoc index 1f4a2f7c504..c6dd25ec3f9 100644 --- a/docs/user-manual/modules/ROOT/pages/security.adoc +++ b/docs/user-manual/modules/ROOT/pages/security.adoc @@ -39,6 +39,12 @@ Camel offers encryption/decryption services to secure payloads or selectively apply encryption/decryption capabilities on portions/sections of a payload. +The dataformats offering encryption/decryption of payloads +utilizing xref:components:eips:marshal-eip.adoc[Marshal] are: + +* xref:components:dataformats:crypto-dataformat.adoc[Crypto] +* xref:components:dataformats:pgp-dataformat.adoc[PGP] + == Endpoint Security Some components in Camel offer an ability to secure their endpoints