| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| [id="extensions-crypto-pgp"] |
| = PGP |
| :linkattrs: |
| :cq-artifact-id: camel-quarkus-crypto-pgp |
| :cq-native-supported: true |
| :cq-status: Stable |
| :cq-status-deprecation: Stable |
| :cq-description: Encrypt and decrypt messages using Bouncy Castle OpenPGP API. |
| :cq-deprecated: false |
| :cq-jvm-since: 3.13.0 |
| :cq-native-since: 3.13.0 |
| |
| ifeval::[{doc-show-badges} == true] |
| [.badges] |
| [.badge-key]##JVM since##[.badge-supported]##3.13.0## [.badge-key]##Native since##[.badge-supported]##3.13.0## |
| endif::[] |
| |
| Encrypt and decrypt messages using Bouncy Castle OpenPGP API. |
| |
| [id="extensions-crypto-pgp-whats-inside"] |
| == What's inside |
| |
| * xref:{cq-camel-components}:dataformats:pgp-dataformat.adoc[PGP data format] |
| |
| Please refer to the above link for usage and configuration details. |
| |
| [id="extensions-crypto-pgp-maven-coordinates"] |
| == Maven coordinates |
| |
| https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-crypto-pgp[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"] |
| |
| Or add the coordinates to your existing project: |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel.quarkus</groupId> |
| <artifactId>camel-quarkus-crypto-pgp</artifactId> |
| </dependency> |
| ---- |
| ifeval::[{doc-show-user-guide-link} == true] |
| Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. |
| endif::[] |
| |
| [id="extensions-crypto-pgp-camel-quarkus-limitations"] |
| == Camel Quarkus limitations |
| |
| [id="extensions-crypto-pgp-limitations-fips"] |
| === FIPS |
| |
| It may not be possible to run `crypto` and `crypto-pgp` extensions together on FIPS enabled system. |
| For example if `crypto` uses `BCFIPS` provider and `crypto-pgp` uses `BC` provider, it is not possible to have both providers on one classpath. |
| |