This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new ef7e9e843bd fixes CAMEL-21492 - lists a component usable for payload security (#16408) ef7e9e843bd is described below commit ef7e9e843bd50b94fa81e3f86a4185137d30ce6b 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 4113641b790..1343f693307 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