public static final class EncryptionProtos.WrappedKey extends com.google.protobuf.GeneratedMessage implements EncryptionProtos.WrappedKeyOrBuilder
WrappedKey
Modifier and Type | Class and Description |
---|---|
static class |
EncryptionProtos.WrappedKey.Builder
Protobuf type
WrappedKey |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
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 com.google.protobuf.Parser<EncryptionProtos.WrappedKey> |
PARSER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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; |
com.google.protobuf.Parser<EncryptionProtos.WrappedKey> |
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(InputStream input) |
static EncryptionProtos.WrappedKey |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptionProtos.WrappedKey |
parseFrom(byte[] data) |
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(InputStream input) |
static EncryptionProtos.WrappedKey |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EncryptionProtos.WrappedKey.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<EncryptionProtos.WrappedKey> 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()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<EncryptionProtos.WrappedKey> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasAlgorithm()
required string algorithm = 1;
hasAlgorithm
in interface EncryptionProtos.WrappedKeyOrBuilder
public String getAlgorithm()
required string algorithm = 1;
getAlgorithm
in interface EncryptionProtos.WrappedKeyOrBuilder
public com.google.protobuf.ByteString getAlgorithmBytes()
required string algorithm = 1;
getAlgorithmBytes
in interface EncryptionProtos.WrappedKeyOrBuilder
public boolean hasLength()
required uint32 length = 2;
hasLength
in interface EncryptionProtos.WrappedKeyOrBuilder
public int getLength()
required uint32 length = 2;
getLength
in interface EncryptionProtos.WrappedKeyOrBuilder
public boolean hasData()
required bytes data = 3;
hasData
in interface EncryptionProtos.WrappedKeyOrBuilder
public com.google.protobuf.ByteString getData()
required bytes data = 3;
getData
in interface EncryptionProtos.WrappedKeyOrBuilder
public boolean hasIv()
optional bytes iv = 4;
hasIv
in interface EncryptionProtos.WrappedKeyOrBuilder
public com.google.protobuf.ByteString getIv()
optional bytes iv = 4;
getIv
in interface EncryptionProtos.WrappedKeyOrBuilder
public boolean hasHash()
optional bytes hash = 5;
hasHash
in interface EncryptionProtos.WrappedKeyOrBuilder
public com.google.protobuf.ByteString getHash()
optional bytes hash = 5;
getHash
in interface EncryptionProtos.WrappedKeyOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static EncryptionProtos.WrappedKey parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EncryptionProtos.WrappedKey parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EncryptionProtos.WrappedKey parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EncryptionProtos.WrappedKey parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static EncryptionProtos.WrappedKey parseFrom(InputStream input) throws IOException
IOException
public static EncryptionProtos.WrappedKey parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EncryptionProtos.WrappedKey parseDelimitedFrom(InputStream input) throws IOException
IOException
public static EncryptionProtos.WrappedKey parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EncryptionProtos.WrappedKey parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static EncryptionProtos.WrappedKey parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static EncryptionProtos.WrappedKey.Builder newBuilder()
public EncryptionProtos.WrappedKey.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static EncryptionProtos.WrappedKey.Builder newBuilder(EncryptionProtos.WrappedKey prototype)
public EncryptionProtos.WrappedKey.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected EncryptionProtos.WrappedKey.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.