File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
Google [ Cloud Key Management Service] ( https://cloud.google.com/kms/ ) is a
4
4
cloud-hosted key management service that lets you manage encryption for your
5
5
cloud services the same way you do on-premise. You can generate, use, rotate and
6
- destroy AES256 encryption keys. These sample Java applications demonstrate
6
+ destroy AES-256 encryption keys. These sample Java applications demonstrate
7
7
how to access the KMS API using the Google Java API Client Libraries.
8
8
9
9
## Quickstart
@@ -17,7 +17,7 @@ Build your project with:
17
17
You can run the quickstart with:
18
18
19
19
java -cp target/kms-samples-1.0.0-jar-with-dependencies.jar \
20
- com.example.Quickstart [your-project-id]
20
+ com.example.Quickstart [your-project-id] [your-location]
21
21
22
22
and can see the available snippet commands with:
23
23
@@ -27,4 +27,4 @@ and can see the available snippet commands with:
27
27
For example:
28
28
29
29
java -cp target/kms-samples-1.0.0-jar-with-dependencies.jar \
30
- com.example.Snippets createKeyRing -p <your-project-id> myFirstKeyRing
30
+ com.example.Snippets createKeyRing -p <your-project-id> <location> myFirstKeyRing
You can’t perform that action at this time.
0 commit comments