public static final class Protos.EncryptedData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Protos.EncryptedData,Protos.EncryptedData.Builder> implements Protos.EncryptedDataOrBuilder
wallet.EncryptedData
Modifier and Type | Method and Description |
---|---|
Protos.EncryptedData.Builder |
clearEncryptedPrivateKey()
The encrypted private key
|
Protos.EncryptedData.Builder |
clearInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
|
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)
|
Protos.EncryptedData.Builder |
setEncryptedPrivateKey(com.google.protobuf.ByteString value)
The encrypted private key
|
Protos.EncryptedData.Builder |
setInitialisationVector(com.google.protobuf.ByteString value)
The initialisation vector for the AES encryption (16 bytes)
|
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
public boolean hasInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
required bytes initialisation_vector = 1;
hasInitialisationVector
in interface Protos.EncryptedDataOrBuilder
public com.google.protobuf.ByteString getInitialisationVector()
The initialisation vector for the AES encryption (16 bytes)
required bytes initialisation_vector = 1;
getInitialisationVector
in interface Protos.EncryptedDataOrBuilder
public Protos.EncryptedData.Builder setInitialisationVector(com.google.protobuf.ByteString value)
The initialisation vector for the AES encryption (16 bytes)
required bytes initialisation_vector = 1;
value
- The initialisationVector to set.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.EncryptedDataOrBuilder
public com.google.protobuf.ByteString getEncryptedPrivateKey()
The encrypted private key
required bytes encrypted_private_key = 2;
getEncryptedPrivateKey
in interface Protos.EncryptedDataOrBuilder
public Protos.EncryptedData.Builder setEncryptedPrivateKey(com.google.protobuf.ByteString value)
The encrypted private key
required bytes encrypted_private_key = 2;
value
- The encryptedPrivateKey to set.public Protos.EncryptedData.Builder clearEncryptedPrivateKey()
The encrypted private key
required bytes encrypted_private_key = 2;