Uses of Class
org.bitcoin.protocols.payments.Protos.PaymentRequest

Packages that use Protos.PaymentRequest
com.google.bitcoin.protocols.payments   
org.bitcoin.protocols.payments   
 

Uses of Protos.PaymentRequest in com.google.bitcoin.protocols.payments
 

Methods in com.google.bitcoin.protocols.payments that return Protos.PaymentRequest
 Protos.PaymentRequest PaymentSession.getPaymentRequest()
          Returns the protobuf that this object was instantiated with.
 

Constructors in com.google.bitcoin.protocols.payments with parameters of type Protos.PaymentRequest
PaymentSession(Protos.PaymentRequest request)
          Creates a PaymentSession from the provided Protos.PaymentRequest.
PaymentSession(Protos.PaymentRequest request, boolean verifyPki)
          Creates a PaymentSession from the provided Protos.PaymentRequest.
PaymentSession(Protos.PaymentRequest request, boolean verifyPki, String trustStorePath)
          Creates a PaymentSession from the provided Protos.PaymentRequest.
 

Uses of Protos.PaymentRequest in org.bitcoin.protocols.payments
 

Fields in org.bitcoin.protocols.payments with type parameters of type Protos.PaymentRequest
static com.google.protobuf.Parser<Protos.PaymentRequest> Protos.PaymentRequest.PARSER
           
 

Methods in org.bitcoin.protocols.payments that return Protos.PaymentRequest
 Protos.PaymentRequest Protos.PaymentRequest.Builder.build()
           
 Protos.PaymentRequest Protos.PaymentRequest.Builder.buildPartial()
           
static Protos.PaymentRequest Protos.PaymentRequest.getDefaultInstance()
           
 Protos.PaymentRequest Protos.PaymentRequest.getDefaultInstanceForType()
           
 Protos.PaymentRequest Protos.PaymentRequest.Builder.getDefaultInstanceForType()
           
static Protos.PaymentRequest Protos.PaymentRequest.parseDelimitedFrom(InputStream input)
           
static Protos.PaymentRequest Protos.PaymentRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.PaymentRequest Protos.PaymentRequest.parseFrom(byte[] data)
           
static Protos.PaymentRequest Protos.PaymentRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.PaymentRequest Protos.PaymentRequest.parseFrom(com.google.protobuf.ByteString data)
           
static Protos.PaymentRequest Protos.PaymentRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.PaymentRequest Protos.PaymentRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static Protos.PaymentRequest Protos.PaymentRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static Protos.PaymentRequest Protos.PaymentRequest.parseFrom(InputStream input)
           
static Protos.PaymentRequest Protos.PaymentRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.bitcoin.protocols.payments that return types with arguments of type Protos.PaymentRequest
 com.google.protobuf.Parser<Protos.PaymentRequest> Protos.PaymentRequest.getParserForType()
           
 

Methods in org.bitcoin.protocols.payments with parameters of type Protos.PaymentRequest
 Protos.PaymentRequest.Builder Protos.PaymentRequest.Builder.mergeFrom(Protos.PaymentRequest other)
           
static Protos.PaymentRequest.Builder Protos.PaymentRequest.newBuilder(Protos.PaymentRequest prototype)
           
 



Copyright © 2014. All rights reserved.