File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 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.
4141 * [ with keyrings] ( ./java/com/amazonaws/crypto/examples/keyring/awskms/DiscoveryDecryptWithPreferredRegions.java )
4242 * How to reproduce the behavior of an AWS KMS master key provider
4343 * [ 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 )
4448* Using raw wrapping keys
4549 * How to use a raw AES wrapping key
4650 * [ with keyrings] ( ./java/com/amazonaws/crypto/examples/keyring/rawaes/RawAes.java )
You can’t perform that action at this time.
0 commit comments