public static final class EncryptionProtos.WrappedKey extends com.google.protobuf.GeneratedMessage implements EncryptionProtos.WrappedKeyOrBuilder
hbase.pb.WrappedKey| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionProtos.WrappedKey.Builder
Protobuf type
hbase.pb.WrappedKey |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALGORITHM_FIELD_NUMBER |
static int |
DATA_FIELD_NUMBER |
static int |
HASH_FIELD_NUMBER |
static int |
IV_FIELD_NUMBER |
static int |
LENGTH_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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; |
static EncryptionProtos.WrappedKey |
getDefaultInstance() |
EncryptionProtos.WrappedKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getHash()
optional bytes hash = 5; |
com.google.protobuf.ByteString |
getIv()
optional bytes iv = 4; |
int |
getLength()
required uint32 length = 2; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAlgorithm()
required string algorithm = 1; |
boolean |
hasData()
required bytes data = 3; |
boolean |
hasHash()
optional bytes hash = 5; |
int |
hashCode() |
boolean |
hasIv()
optional bytes iv = 4; |
boolean |
hasLength()
required uint32 length = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EncryptionProtos.WrappedKey.Builder |
newBuilder() |
static EncryptionProtos.WrappedKey.Builder |
newBuilder(EncryptionProtos.WrappedKey prototype) |
EncryptionProtos.WrappedKey.Builder |
newBuilderForType() |
protected EncryptionProtos.WrappedKey.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static EncryptionProtos.WrappedKey |
parseDelimitedFrom(java.io.InputStream input) |
static EncryptionProtos.WrappedKey |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptionProtos.WrappedKey |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptionProtos.WrappedKey |
parseFrom(com.google.protobuf.ByteString data) |
static EncryptionProtos.WrappedKey |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptionProtos.WrappedKey |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EncryptionProtos.WrappedKey |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptionProtos.WrappedKey |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EncryptionProtos.WrappedKey.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int ALGORITHM_FIELD_NUMBER
public static final int LENGTH_FIELD_NUMBER
public static final int DATA_FIELD_NUMBER
public static final int IV_FIELD_NUMBER
public static final int HASH_FIELD_NUMBER
public static EncryptionProtos.WrappedKey getDefaultInstance()
public EncryptionProtos.WrappedKey getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public 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 boolean hasLength()
required uint32 length = 2;hasLength in interface EncryptionProtos.WrappedKeyOrBuilderpublic int getLength()
required uint32 length = 2;getLength in interface EncryptionProtos.WrappedKeyOrBuilderpublic 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 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 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 final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static EncryptionProtos.WrappedKey parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EncryptionProtos.WrappedKey parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EncryptionProtos.WrappedKey parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EncryptionProtos.WrappedKey parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static EncryptionProtos.WrappedKey parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static EncryptionProtos.WrappedKey parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static EncryptionProtos.WrappedKey parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static EncryptionProtos.WrappedKey parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static EncryptionProtos.WrappedKey.Builder newBuilder()
public EncryptionProtos.WrappedKey.Builder newBuilderForType()
public static EncryptionProtos.WrappedKey.Builder newBuilder(EncryptionProtos.WrappedKey prototype)
public EncryptionProtos.WrappedKey.Builder toBuilder()
protected EncryptionProtos.WrappedKey.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)