File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ We start with AWS KMS examples, then show how to use other wrapping keys.
41
41
* [ with keyrings] ( ./java/com/amazonaws/crypto/examples/keyring/awskms/DiscoveryDecryptWithPreferredRegions.java )
42
42
* How to reproduce the behavior of an AWS KMS master key provider
43
43
* [ with keyrings] ( ./java/com/amazonaws/crypto/examples/keyring/awskms/ActLikeAwsKmsMasterKeyProvider.java )
44
+ * How to use AWS KMS clients with custom configuration
45
+ * [ with keyrings] ( ./java/com/amazonaws/crypto/examples/keyring/awskms/CustomKmsClientConfig.java )
46
+ * How to use different AWS KMS client for different regions
47
+ * [ with keyrings] ( ./java/com/amazonaws/crypto/examples/keyring/awskms/CustomClientSupplier.java )
44
48
* Using raw wrapping keys
45
49
* How to use a raw AES wrapping key
46
50
* [ with keyrings] ( ./java/com/amazonaws/crypto/examples/keyring/rawaes/RawAes.java )
You can’t perform that action at this time.
0 commit comments