Uses of Class
org.bitcoinj.wallet.Protos.EncryptedPrivateKey.Builder

Packages that use Protos.EncryptedPrivateKey.Builder
org.bitcoinj.wallet   
 

Uses of Protos.EncryptedPrivateKey.Builder in org.bitcoinj.wallet
 

Methods in org.bitcoinj.wallet that return Protos.EncryptedPrivateKey.Builder
 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()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.EncryptedPrivateKey.Builder
 Protos.Key.Builder Protos.Key.Builder.setEncryptedPrivateKey(Protos.EncryptedPrivateKey.Builder builderForValue)
          optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
 



Copyright © 2014. All rights reserved.