Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Encryptionpb.MasterKey |
Encryptionpb.MasterKey.Builder.build() |
Encryptionpb.MasterKey |
Encryptionpb.MasterKey.Builder.buildPartial() |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.getDefaultInstance() |
Encryptionpb.MasterKey |
Encryptionpb.MasterKey.getDefaultInstanceForType() |
Encryptionpb.MasterKey |
Encryptionpb.MasterKey.Builder.getDefaultInstanceForType() |
Encryptionpb.MasterKey |
Encryptionpb.EncryptedContentOrBuilder.getMasterKey()
Master key used to encrypt the content.
|
Encryptionpb.MasterKey |
Encryptionpb.EncryptedContent.getMasterKey()
Master key used to encrypt the content.
|
Encryptionpb.MasterKey |
Encryptionpb.EncryptedContent.Builder.getMasterKey()
Master key used to encrypt the content.
|
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseDelimitedFrom(InputStream input) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(byte[] data) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(ByteBuffer data) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(com.google.protobuf.ByteString data) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(com.google.protobuf.CodedInputStream input) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(InputStream input) |
static Encryptionpb.MasterKey |
Encryptionpb.MasterKey.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Encryptionpb.MasterKey> |
Encryptionpb.MasterKey.getParserForType() |
static com.google.protobuf.Parser<Encryptionpb.MasterKey> |
Encryptionpb.MasterKey.parser() |
Modifier and Type | Method and Description |
---|---|
Encryptionpb.MasterKey.Builder |
Encryptionpb.MasterKey.Builder.mergeFrom(Encryptionpb.MasterKey other) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.mergeMasterKey(Encryptionpb.MasterKey value)
Master key used to encrypt the content.
|
static Encryptionpb.MasterKey.Builder |
Encryptionpb.MasterKey.newBuilder(Encryptionpb.MasterKey prototype) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.setMasterKey(Encryptionpb.MasterKey value)
Master key used to encrypt the content.
|
Copyright © 2024 PingCAP. All rights reserved.