forked from quarkiverse/quarkus-amazon-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add payment cryptography extension (quarkiverse#1450)
* docs: update generated doc * feat: add payment cryptography extension
- Loading branch information
1 parent
e0342e5
commit 3a715ca
Showing
74 changed files
with
12,187 additions
and
3,974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
= Amazon Payment Cryptography Client | ||
|
||
include::./includes/attributes.adoc[] | ||
|
||
Amazon Payment Cryptography simplifies cryptography operations in your cloud-hosted payment applications. You can use Amazon Payment Cryptography to create and manage keys. | ||
|
||
You can find more information about Payment Cryptography at https://aws.amazon.com/payment-cryptography/[the Amazon Payment Cryptography website]. | ||
|
||
NOTE: The Payment Cryptography extension is based on https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/welcome.html[AWS Java SDK 2.x]. | ||
It's a major rewrite of the 1.x code base that offers two programming models (Blocking & Async). | ||
|
||
The Quarkus extension supports two programming models: | ||
|
||
* Blocking access using URL Connection HTTP client (by default) or the Apache HTTP Client | ||
* https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/basics-async.html[Asynchronous programming] based on JDK's `CompletableFuture` objects and the Netty HTTP client (by default) or the AWS CRT-based HTTP client | ||
include::./includes/quarkus-amazon-paymentcryptography.adoc[] |
17 changes: 17 additions & 0 deletions
17
docs/modules/ROOT/pages/amazon-paymentcryptographydata.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
= Amazon Payment Cryptography Data Client | ||
|
||
include::./includes/attributes.adoc[] | ||
|
||
Amazon Payment Cryptography simplifies cryptography operations in your cloud-hosted payment applications. You can use Amazon Payment Cryptography Data to use encryption keys for payment-related transaction processing and associated cryptographic operations. | ||
|
||
You can find more information about Payment Cryptography at https://aws.amazon.com/payment-cryptography/[the Amazon Payment Cryptography website]. | ||
|
||
NOTE: The Payment Cryptography Data extension is based on https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/welcome.html[AWS Java SDK 2.x]. | ||
It's a major rewrite of the 1.x code base that offers two programming models (Blocking & Async). | ||
|
||
The Quarkus extension supports two programming models: | ||
|
||
* Blocking access using URL Connection HTTP client (by default) or the Apache HTTP Client | ||
* https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/basics-async.html[Asynchronous programming] based on JDK's `CompletableFuture` objects and the Netty HTTP client (by default) or the AWS CRT-based HTTP client | ||
include::./includes/quarkus-amazon-paymentcryptographydata.adoc[] |
196 changes: 98 additions & 98 deletions
196
docs/modules/ROOT/pages/includes/quarkus-amazon-cloudwatch.adoc
Large diffs are not rendered by default.
Oops, something went wrong.
196 changes: 98 additions & 98 deletions
196
docs/modules/ROOT/pages/includes/quarkus-amazon-cloudwatch_quarkus.cloudwatch.adoc
Large diffs are not rendered by default.
Oops, something went wrong.
196 changes: 98 additions & 98 deletions
196
docs/modules/ROOT/pages/includes/quarkus-amazon-cloudwatchlogs.adoc
Large diffs are not rendered by default.
Oops, something went wrong.
196 changes: 98 additions & 98 deletions
196
...s/ROOT/pages/includes/quarkus-amazon-cloudwatchlogs_quarkus.cloudwatchlogs.adoc
Large diffs are not rendered by default.
Oops, something went wrong.
196 changes: 98 additions & 98 deletions
196
docs/modules/ROOT/pages/includes/quarkus-amazon-cognito-user-pools.adoc
Large diffs are not rendered by default.
Oops, something went wrong.
196 changes: 98 additions & 98 deletions
196
...ages/includes/quarkus-amazon-cognito-user-pools_quarkus.cognito-user-pools.adoc
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.