public static final class Protos.EncryptedData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder> implements Protos.EncryptedDataOrBuilder
wallet.EncryptedData| Modifier and Type | Method and Description |
|---|---|
Protos.EncryptedData.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.EncryptedData |
build() |
Protos.EncryptedData |
buildPartial() |
Protos.EncryptedData.Builder |
clear() |
Protos.EncryptedData.Builder |
clearEncryptedPrivateKey()
The encrypted private key
|
Protos.EncryptedData.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.EncryptedData.Builder |
clearInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
|
Protos.EncryptedData.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.EncryptedData.Builder |
clone() |
Protos.EncryptedData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getEncryptedPrivateKey()
The encrypted private key
|
com.google.protobuf.ByteString |
getInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
|
boolean |
hasEncryptedPrivateKey()
The encrypted private key
|
boolean |
hasInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.EncryptedData.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.EncryptedData.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.EncryptedData.Builder |
mergeFrom(Protos.EncryptedData other) |
Protos.EncryptedData.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.EncryptedData.Builder |
setEncryptedPrivateKey(com.google.protobuf.ByteString value)
The encrypted private key
|
Protos.EncryptedData.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.EncryptedData.Builder |
setInitialisationVector(com.google.protobuf.ByteString value)
The initialisation vector for the AES encryption (16 bytes)
|
Protos.EncryptedData.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.EncryptedData.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Protos.EncryptedData build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Protos.EncryptedData buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Protos.EncryptedData.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData.Builder mergeFrom(Protos.EncryptedData other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public Protos.EncryptedData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Protos.EncryptedData.Builder>java.io.IOExceptionpublic boolean hasInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
required bytes initialisation_vector = 1;hasInitialisationVector in interface Protos.EncryptedDataOrBuilderpublic com.google.protobuf.ByteString getInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
required bytes initialisation_vector = 1;getInitialisationVector in interface Protos.EncryptedDataOrBuilderpublic Protos.EncryptedData.Builder setInitialisationVector(com.google.protobuf.ByteString value)
The initialisation vector for the AES encryption (16 bytes)
required bytes initialisation_vector = 1;public Protos.EncryptedData.Builder clearInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
required bytes initialisation_vector = 1;public boolean hasEncryptedPrivateKey()
The encrypted private key
required bytes encrypted_private_key = 2;hasEncryptedPrivateKey in interface Protos.EncryptedDataOrBuilderpublic com.google.protobuf.ByteString getEncryptedPrivateKey()
The encrypted private key
required bytes encrypted_private_key = 2;getEncryptedPrivateKey in interface Protos.EncryptedDataOrBuilderpublic Protos.EncryptedData.Builder setEncryptedPrivateKey(com.google.protobuf.ByteString value)
The encrypted private key
required bytes encrypted_private_key = 2;public Protos.EncryptedData.Builder clearEncryptedPrivateKey()
The encrypted private key
required bytes encrypted_private_key = 2;public final Protos.EncryptedData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>public final Protos.EncryptedData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Protos.EncryptedData.Builder>