使用入门概览
下表介绍了您在开始使用 Tink 所需的步骤中要采取的操作和制定的决策:
Step |
说明 |
1. 了解关键概念 |
熟悉 Tink 的结构和用于描述它的术语 |
2. 选择您的 KMS |
决定使用哪个外部密钥管理系统 (KMS) 来保护 Tink 生成的密钥 |
3. 设置 Tink |
确定用于构建 Tink 的语言,并完成相关设置任务 |
后续步骤
完成“使用入门”步骤后,继续执行标准 Tink 使用步骤:
- 选择基元 - 根据您的用例确定要使用的基元
- 管理密钥 - 使用外部 KMS 保护密钥、生成密钥集以及轮替密钥
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-27。
[null,null,["最后更新时间 (UTC):2024-06-27。"],[[["To get started with Tink, you will need to understand key concepts, select a Key Management System (KMS) for key protection, and complete language-specific setup tasks."],["After completing the initial setup, you'll move on to selecting a cryptographic primitive based on your use case and learning about key management features like protection, keyset generation, and rotation."]]],["The core actions to get started with Tink involve understanding its structure and terminology, selecting an external Key Management System (KMS) to protect generated keys, and setting up Tink by choosing a language and completing related tasks. After these steps, users should choose a primitive based on their use case and then manage their keys, including protection, generation, and rotation, using the selected KMS.\n"]]