public final class Encryptionpb extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Encryptionpb.DataKey
The key used to encrypt the user data.
|
static interface |
Encryptionpb.DataKeyOrBuilder |
static class |
Encryptionpb.EncryptedContent
Protobuf type
encryptionpb.EncryptedContent |
static interface |
Encryptionpb.EncryptedContentOrBuilder |
static class |
Encryptionpb.EncryptionMeta
General encryption metadata for any data type.
|
static interface |
Encryptionpb.EncryptionMetaOrBuilder |
static class |
Encryptionpb.EncryptionMethod
Protobuf enum
encryptionpb.EncryptionMethod |
static class |
Encryptionpb.FileDictionary
Protobuf type
encryptionpb.FileDictionary |
static interface |
Encryptionpb.FileDictionaryOrBuilder |
static class |
Encryptionpb.FileInfo
Information about an encrypted file.
|
static interface |
Encryptionpb.FileInfoOrBuilder |
static class |
Encryptionpb.KeyDictionary
Protobuf type
encryptionpb.KeyDictionary |
static interface |
Encryptionpb.KeyDictionaryOrBuilder |
static class |
Encryptionpb.MasterKey
Master key config.
|
static class |
Encryptionpb.MasterKeyFile
MasterKeyFile is a master key backed by a file containing encryption key in human-readable
hex format.
|
static interface |
Encryptionpb.MasterKeyFileOrBuilder |
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 interface |
Encryptionpb.MasterKeyKmsOrBuilder |
static interface |
Encryptionpb.MasterKeyOrBuilder |
static class |
Encryptionpb.MasterKeyPlaintext
MasterKeyPlaintext indicates content is stored as plaintext.
|
static interface |
Encryptionpb.MasterKeyPlaintextOrBuilder |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2024 PingCAP. All rights reserved.