Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions components/camel-pqc/src/main/docs/pqc-dataformat.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ The authenticated wire format was introduced in Camel 4.22. Data encrypted by ea

== Basic Usage

=== Java DSL

._Java-only: PQC DataFormat basic encrypt and decrypt routes_
.PQC DataFormat basic encrypt and decrypt routes
[tabs]
====
Java::
+
[source,java]
----
// Create PQC DataFormat
Expand All @@ -75,8 +77,8 @@ from("file:encrypted")
.to("direct:decrypted");
----

=== YAML DSL

YAML::
+
[source,yaml]
----
- route:
Expand Down Expand Up @@ -105,6 +107,7 @@ from("file:encrypted")
- to:
uri: direct:decrypted
----
====

== Configuration Options

Expand Down