File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ You can get the latest release from Maven:
63
63
The following code sample demonstrates how to get started:
64
64
65
65
1 . Instantiate the SDK.
66
- 2 . Setup an AWS KMS Keyring .
66
+ 2 . Setup a KMS keyring .
67
67
3 . Encrypt and decrypt data.
68
68
69
69
``` java
@@ -95,7 +95,7 @@ public class BasicEncryptionExample {
95
95
// 1. Instantiate the SDK
96
96
final AwsCrypto crypto = new AwsCrypto ();
97
97
98
- // 2. Instantiate an AWS KMS Keyring , supplying the key ARN as the generator for generating a
98
+ // 2. Instantiate a KMS keyring , supplying the key ARN as the generator for generating a
99
99
// data key. While using a key ARN is a best practice, for encryption operations it is also
100
100
// acceptable to use a CMK alias or an alias ARN.
101
101
final Keyring keyring = StandardKeyrings . awsKms(keyArn);
You can’t perform that action at this time.
0 commit comments