command
Version:
v0.0.0-...-e8b88a3
Opens a new window with list of versions in this module.
Published: Jun 22, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ReEncryptDatav2.go
This example reencrypts some text using an AWS Key Management Service (AWS KMS) key (KMS key).
go run ReEncryptDatav2.go -k KeyID -d DATA
- KeyID is the ID of the AWS KMS key to use for reencrypting the data.
- DATA is the data to reencrypt, as a string.
The unit test accepts similar values in config.json.
Documentation
¶
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX - License - Identifier: Apache - 2.0
snippet-start:[kms.go-v2.ReencryptData]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.