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

Packages that use Protos.EncryptedPrivateKey
org.bitcoinj.wallet   
 

Uses of Protos.EncryptedPrivateKey in org.bitcoinj.wallet
 

Fields in org.bitcoinj.wallet with type parameters of type Protos.EncryptedPrivateKey
static com.google.protobuf.Parser<Protos.EncryptedPrivateKey> Protos.EncryptedPrivateKey.PARSER
           
 

Methods in org.bitcoinj.wallet that return Protos.EncryptedPrivateKey
 Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.Builder.build()
           
 Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.Builder.buildPartial()
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.getDefaultInstance()
           
 Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.getDefaultInstanceForType()
           
 Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.Builder.getDefaultInstanceForType()
           
 Protos.EncryptedPrivateKey Protos.KeyOrBuilder.getEncryptedPrivateKey()
          optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
 Protos.EncryptedPrivateKey Protos.Key.getEncryptedPrivateKey()
          optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
 Protos.EncryptedPrivateKey Protos.Key.Builder.getEncryptedPrivateKey()
          optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseDelimitedFrom(InputStream input)
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseFrom(byte[] data)
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseFrom(InputStream input)
           
static Protos.EncryptedPrivateKey Protos.EncryptedPrivateKey.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.EncryptedPrivateKey
 com.google.protobuf.Parser<Protos.EncryptedPrivateKey> Protos.EncryptedPrivateKey.getParserForType()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.EncryptedPrivateKey
 Protos.Key.Builder Protos.Key.Builder.mergeEncryptedPrivateKey(Protos.EncryptedPrivateKey value)
          optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
 Protos.EncryptedPrivateKey.Builder Protos.EncryptedPrivateKey.Builder.mergeFrom(Protos.EncryptedPrivateKey other)
           
static Protos.EncryptedPrivateKey.Builder Protos.EncryptedPrivateKey.newBuilder(Protos.EncryptedPrivateKey prototype)
           
 Protos.Key.Builder Protos.Key.Builder.setEncryptedPrivateKey(Protos.EncryptedPrivateKey value)
          optional .wallet.EncryptedPrivateKey encrypted_private_key = 6;
 



Copyright © 2014. All rights reserved.