File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
docs/modules/ROOT/pages/reference/extensions Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ // Do not edit directly!
2+ // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
3+ [id="extensions-pqc"]
4+ = PQC Algorithms
5+ :linkattrs:
6+ :cq-artifact-id: camel-quarkus-pqc
7+ :cq-native-supported: false
8+ :cq-status: Preview
9+ :cq-status-deprecation: Preview
10+ :cq-description: Post Quantum Computing Signature and Verification component.
11+ :cq-deprecated: false
12+ :cq-jvm-since: 3.24.0
13+ :cq-native-since: n/a
14+
15+ ifeval::[{doc-show-badges} == true]
16+ [.badges]
17+ [.badge-key]##JVM since##[.badge-supported]##3.24.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
18+ endif::[]
19+
20+ Post Quantum Computing Signature and Verification component.
21+
22+ [id="extensions-pqc-whats-inside"]
23+ == What's inside
24+
25+ * xref:{cq-camel-components}::pqc-component.adoc[PQC Algorithms component], URI syntax: `pqc:label`
26+
27+ Please refer to the above links for usage and configuration details.
28+
29+ [id="extensions-pqc-maven-coordinates"]
30+ == Maven coordinates
31+
32+ [source,xml]
33+ ----
34+ <dependency>
35+ <groupId>org.apache.camel.quarkus</groupId>
36+ <artifactId>camel-quarkus-pqc</artifactId>
37+ </dependency>
38+ ----
39+ ifeval::[{doc-show-user-guide-link} == true]
40+ Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
41+ endif::[]
You can’t perform that action at this time.
0 commit comments