Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Class and Description |
---|---|
static class |
Encryptionpb.MasterKeyKms
MasterKeyKms is a master key backed by KMS service that manages the encryption key,
and provide API to encrypt and decrypt a data key, which is used to encrypt the content.
|
static class |
Encryptionpb.MasterKeyKms.Builder
MasterKeyKms is a master key backed by KMS service that manages the encryption key,
and provide API to encrypt and decrypt a data key, which is used to encrypt the content.
|
Modifier and Type | Method and Description |
---|---|
Encryptionpb.MasterKeyKmsOrBuilder |
Encryptionpb.MasterKeyOrBuilder.getKmsOrBuilder()
.encryptionpb.MasterKeyKms kms = 3; |
Encryptionpb.MasterKeyKmsOrBuilder |
Encryptionpb.MasterKey.getKmsOrBuilder()
.encryptionpb.MasterKeyKms kms = 3; |
Encryptionpb.MasterKeyKmsOrBuilder |
Encryptionpb.MasterKey.Builder.getKmsOrBuilder()
.encryptionpb.MasterKeyKms kms = 3; |
Copyright © 2024 PingCAP. All rights reserved.