Uses of Class
org.bitcoinj.wallet.Protos.Key.Type

Packages that use Protos.Key.Type
org.bitcoinj.wallet   
 

Uses of Protos.Key.Type in org.bitcoinj.wallet
 

Methods in org.bitcoinj.wallet that return Protos.Key.Type
 Protos.Key.Type Protos.KeyOrBuilder.getType()
          required .wallet.Key.Type type = 1;
 Protos.Key.Type Protos.Key.getType()
          required .wallet.Key.Type type = 1;
 Protos.Key.Type Protos.Key.Builder.getType()
          required .wallet.Key.Type type = 1;
static Protos.Key.Type Protos.Key.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static Protos.Key.Type Protos.Key.Type.valueOf(int value)
           
static Protos.Key.Type Protos.Key.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Protos.Key.Type[] Protos.Key.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.bitcoinj.wallet that return types with arguments of type Protos.Key.Type
static com.google.protobuf.Internal.EnumLiteMap<Protos.Key.Type> Protos.Key.Type.internalGetValueMap()
           
 

Methods in org.bitcoinj.wallet with parameters of type Protos.Key.Type
 Protos.Key.Builder Protos.Key.Builder.setType(Protos.Key.Type value)
          required .wallet.Key.Type type = 1;
 



Copyright © 2014. All rights reserved.