public static final class EncryptionProtos.WrappedKey.Builder extends <any> implements EncryptionProtos.WrappedKeyOrBuilder
hbase.pb.WrappedKey| Modifier and Type | Method and Description |
|---|---|
EncryptionProtos.WrappedKey |
build() |
EncryptionProtos.WrappedKey |
buildPartial() |
EncryptionProtos.WrappedKey.Builder |
clear() |
EncryptionProtos.WrappedKey.Builder |
clearAlgorithm()
required string algorithm = 1; |
EncryptionProtos.WrappedKey.Builder |
clearData()
required bytes data = 3; |
EncryptionProtos.WrappedKey.Builder |
clearHash()
optional bytes hash = 5; |
EncryptionProtos.WrappedKey.Builder |
clearIv()
optional bytes iv = 4; |
EncryptionProtos.WrappedKey.Builder |
clearLength()
required uint32 length = 2; |
EncryptionProtos.WrappedKey.Builder |
clone() |
java.lang.String |
getAlgorithm()
required string algorithm = 1; |
com.google.protobuf.ByteString |
getAlgorithmBytes()
required string algorithm = 1; |
com.google.protobuf.ByteString |
getData()
required bytes data = 3; |
EncryptionProtos.WrappedKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getHash()
optional bytes hash = 5; |
com.google.protobuf.ByteString |
getIv()
optional bytes iv = 4; |
int |
getLength()
required uint32 length = 2; |
boolean |
hasAlgorithm()
required string algorithm = 1; |
boolean |
hasData()
required bytes data = 3; |
boolean |
hasHash()
optional bytes hash = 5; |
boolean |
hasIv()
optional bytes iv = 4; |
boolean |
hasLength()
required uint32 length = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EncryptionProtos.WrappedKey.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EncryptionProtos.WrappedKey.Builder |
mergeFrom(com.google.protobuf.Message other) |
EncryptionProtos.WrappedKey.Builder |
setAlgorithm(java.lang.String value)
required string algorithm = 1; |
EncryptionProtos.WrappedKey.Builder |
setAlgorithmBytes(com.google.protobuf.ByteString value)
required string algorithm = 1; |
EncryptionProtos.WrappedKey.Builder |
setData(com.google.protobuf.ByteString value)
required bytes data = 3; |
EncryptionProtos.WrappedKey.Builder |
setHash(com.google.protobuf.ByteString value)
optional bytes hash = 5; |
EncryptionProtos.WrappedKey.Builder |
setIv(com.google.protobuf.ByteString value)
optional bytes iv = 4; |
EncryptionProtos.WrappedKey.Builder |
setLength(int value)
required uint32 length = 2; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public EncryptionProtos.WrappedKey.Builder clear()
public EncryptionProtos.WrappedKey.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public EncryptionProtos.WrappedKey getDefaultInstanceForType()
public EncryptionProtos.WrappedKey build()
public EncryptionProtos.WrappedKey buildPartial()
public EncryptionProtos.WrappedKey.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public EncryptionProtos.WrappedKey.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasAlgorithm()
required string algorithm = 1;hasAlgorithm in interface EncryptionProtos.WrappedKeyOrBuilderpublic java.lang.String getAlgorithm()
required string algorithm = 1;getAlgorithm in interface EncryptionProtos.WrappedKeyOrBuilderpublic com.google.protobuf.ByteString getAlgorithmBytes()
required string algorithm = 1;getAlgorithmBytes in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setAlgorithm(java.lang.String value)
required string algorithm = 1;public EncryptionProtos.WrappedKey.Builder clearAlgorithm()
required string algorithm = 1;public EncryptionProtos.WrappedKey.Builder setAlgorithmBytes(com.google.protobuf.ByteString value)
required string algorithm = 1;public boolean hasLength()
required uint32 length = 2;hasLength in interface EncryptionProtos.WrappedKeyOrBuilderpublic int getLength()
required uint32 length = 2;getLength in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setLength(int value)
required uint32 length = 2;public EncryptionProtos.WrappedKey.Builder clearLength()
required uint32 length = 2;public boolean hasData()
required bytes data = 3;hasData in interface EncryptionProtos.WrappedKeyOrBuilderpublic com.google.protobuf.ByteString getData()
required bytes data = 3;getData in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setData(com.google.protobuf.ByteString value)
required bytes data = 3;public EncryptionProtos.WrappedKey.Builder clearData()
required bytes data = 3;public boolean hasIv()
optional bytes iv = 4;hasIv in interface EncryptionProtos.WrappedKeyOrBuilderpublic com.google.protobuf.ByteString getIv()
optional bytes iv = 4;getIv in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setIv(com.google.protobuf.ByteString value)
optional bytes iv = 4;public EncryptionProtos.WrappedKey.Builder clearIv()
optional bytes iv = 4;public boolean hasHash()
optional bytes hash = 5;hasHash in interface EncryptionProtos.WrappedKeyOrBuilderpublic com.google.protobuf.ByteString getHash()
optional bytes hash = 5;getHash in interface EncryptionProtos.WrappedKeyOrBuilderpublic EncryptionProtos.WrappedKey.Builder setHash(com.google.protobuf.ByteString value)
optional bytes hash = 5;public EncryptionProtos.WrappedKey.Builder clearHash()
optional bytes hash = 5;