Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.Builder.clear() |
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.Builder.clearEncryptedPrivateKey()
required bytes encrypted_private_key = 2;
|
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.Builder.clearInitialisationVector()
required bytes initialisation_vector = 1;
|
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.Builder.clone() |
Protos.EncryptedPrivateKey.Builder |
Protos.Key.Builder.getEncryptedPrivateKeyBuilder()
optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
|
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.Builder.mergeFrom(Protos.EncryptedPrivateKey other) |
static Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.newBuilder() |
static Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.newBuilder(Protos.EncryptedPrivateKey prototype) |
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.newBuilderForType() |
protected Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.Builder.setEncryptedPrivateKey(com.google.protobuf.ByteString value)
required bytes encrypted_private_key = 2;
|
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.Builder.setInitialisationVector(com.google.protobuf.ByteString value)
required bytes initialisation_vector = 1;
|
Protos.EncryptedPrivateKey.Builder |
Protos.EncryptedPrivateKey.toBuilder() |