public static final class Protos.EncryptedData.Builder extends com.google.protobuf.GeneratedMessage.Builder<Protos.EncryptedData.Builder> implements Protos.EncryptedDataOrBuilder
wallet.EncryptedData
Modifier and Type | Method and Description |
---|---|
Protos.EncryptedData |
build() |
Protos.EncryptedData |
buildPartial() |
Protos.EncryptedData.Builder |
clear() |
Protos.EncryptedData.Builder |
clearEncryptedPrivateKey()
required bytes encrypted_private_key = 2; |
Protos.EncryptedData.Builder |
clearInitialisationVector()
required bytes initialisation_vector = 1; |
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()
required bytes encrypted_private_key = 2; |
com.google.protobuf.ByteString |
getInitialisationVector()
required bytes initialisation_vector = 1; |
boolean |
hasEncryptedPrivateKey()
required bytes encrypted_private_key = 2; |
boolean |
hasInitialisationVector()
required bytes initialisation_vector = 1; |
protected com.google.protobuf.GeneratedMessage.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 |
setEncryptedPrivateKey(com.google.protobuf.ByteString value)
required bytes encrypted_private_key = 2; |
Protos.EncryptedData.Builder |
setInitialisationVector(com.google.protobuf.ByteString value)
required bytes initialisation_vector = 1; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<Protos.EncryptedData.Builder>
public Protos.EncryptedData.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Protos.EncryptedData.Builder>
public Protos.EncryptedData.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<Protos.EncryptedData.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Protos.EncryptedData.Builder>
public Protos.EncryptedData getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Protos.EncryptedData build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Protos.EncryptedData buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Protos.EncryptedData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<Protos.EncryptedData.Builder>
public Protos.EncryptedData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protos.EncryptedData.Builder>
IOException
public boolean hasInitialisationVector()
required bytes initialisation_vector = 1;
The initialisation vector for the AES encryption (16 bytes)
hasInitialisationVector
in interface Protos.EncryptedDataOrBuilder
public com.google.protobuf.ByteString getInitialisationVector()
required bytes initialisation_vector = 1;
The initialisation vector for the AES encryption (16 bytes)
getInitialisationVector
in interface Protos.EncryptedDataOrBuilder
public Protos.EncryptedData.Builder setInitialisationVector(com.google.protobuf.ByteString value)
required bytes initialisation_vector = 1;
The initialisation vector for the AES encryption (16 bytes)
public Protos.EncryptedData.Builder clearInitialisationVector()
required bytes initialisation_vector = 1;
The initialisation vector for the AES encryption (16 bytes)
public boolean hasEncryptedPrivateKey()
required bytes encrypted_private_key = 2;
The encrypted private key
hasEncryptedPrivateKey
in interface Protos.EncryptedDataOrBuilder
public com.google.protobuf.ByteString getEncryptedPrivateKey()
required bytes encrypted_private_key = 2;
The encrypted private key
getEncryptedPrivateKey
in interface Protos.EncryptedDataOrBuilder
public Protos.EncryptedData.Builder setEncryptedPrivateKey(com.google.protobuf.ByteString value)
required bytes encrypted_private_key = 2;
The encrypted private key
public Protos.EncryptedData.Builder clearEncryptedPrivateKey()
required bytes encrypted_private_key = 2;
The encrypted private key
Copyright © 2016. All rights reserved.