Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.clear() |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.clearCiphertextKey()
Encrypted data key generated by KMS and used to actually encrypt data.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.clearContent()
Encrypted content.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.clearIv()
Initilization vector (IV) used.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.clearMasterKey()
Master key used to encrypt the content.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.clearMetadata() |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.clone() |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.mergeFrom(Encryptionpb.EncryptedContent other) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.mergeFrom(com.google.protobuf.Message other) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.mergeMasterKey(Encryptionpb.MasterKey value)
Master key used to encrypt the content.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.newBuilder() |
static Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.newBuilder(Encryptionpb.EncryptedContent prototype) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.newBuilderForType() |
protected Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.putAllMetadata(Map<String,com.google.protobuf.ByteString> values)
Metadata of the encrypted content.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.putMetadata(String key,
com.google.protobuf.ByteString value)
Metadata of the encrypted content.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.removeMetadata(String key)
Metadata of the encrypted content.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.setCiphertextKey(com.google.protobuf.ByteString value)
Encrypted data key generated by KMS and used to actually encrypt data.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.setContent(com.google.protobuf.ByteString value)
Encrypted content.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.setIv(com.google.protobuf.ByteString value)
Initilization vector (IV) used.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.setMasterKey(Encryptionpb.MasterKey.Builder builderForValue)
Master key used to encrypt the content.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.setMasterKey(Encryptionpb.MasterKey value)
Master key used to encrypt the content.
|
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Encryptionpb.EncryptedContent.Builder |
Encryptionpb.EncryptedContent.toBuilder() |
Copyright © 2024 PingCAP. All rights reserved.