EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.clear() |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.clearAlgorithm()
required string algorithm = 1;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.clearData()
required bytes data = 3;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.clearHash()
optional bytes hash = 5;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.clearIv()
optional bytes iv = 4;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.clearLength()
required uint32 length = 2;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.clone() |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.mergeFrom(EncryptionProtos.WrappedKey other) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
static EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.newBuilder() |
static EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.newBuilder(EncryptionProtos.WrappedKey prototype) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.newBuilderForType() |
protected EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.setAlgorithm(String value)
required string algorithm = 1;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.setAlgorithmBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required string algorithm = 1;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.setData(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes data = 3;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.setHash(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes hash = 5;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.setIv(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional bytes iv = 4;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.setLength(int value)
required uint32 length = 2;
|
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.Builder.setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
EncryptionProtos.WrappedKey.Builder |
EncryptionProtos.WrappedKey.toBuilder() |