Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addArguments(byte[]...) - Method in interface org.hyperledger.fabric.client.Proposal.Builder
-
Add transactions arguments to the proposal.
- addArguments(String...) - Method in interface org.hyperledger.fabric.client.Proposal.Builder
-
Add transactions arguments to the proposal.
- apply(byte[]) - Method in enum org.hyperledger.fabric.client.Hash
-
Hash the supplied message to create a digest for signing.
B
- blockAndPrivateDataEventsOptions(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the default call options for block and private data events.
- BlockAndPrivateDataEventsRequest - Interface in org.hyperledger.fabric.client
-
A Fabric Gateway call to obtain block and private data events.
- BlockAndPrivateDataEventsRequest.Builder - Interface in org.hyperledger.fabric.client
-
Builder used to create a new block and private data events request.
- blockEventsOptions(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the default call options for block events.
- BlockEventsRequest - Interface in org.hyperledger.fabric.client
-
A Fabric Gateway call to obtain block events.
- BlockEventsRequest.Builder - Interface in org.hyperledger.fabric.client
-
Builder used to create a new block events request.
- build() - Method in interface org.hyperledger.fabric.client.BlockAndPrivateDataEventsRequest.Builder
- build() - Method in interface org.hyperledger.fabric.client.BlockEventsRequest.Builder
- build() - Method in interface org.hyperledger.fabric.client.Builder
-
Build an instance.
- build() - Method in interface org.hyperledger.fabric.client.ChaincodeEventsRequest.Builder
- build() - Method in interface org.hyperledger.fabric.client.FilteredBlockEventsRequest.Builder
- build() - Method in interface org.hyperledger.fabric.client.Proposal.Builder
-
Build the proposal from the configuration state of this builder.
- Builder<T> - Interface in org.hyperledger.fabric.client
-
A builder used to create new object instances from configuration state.
C
- CallOption - Class in org.hyperledger.fabric.client
-
Deprecated.
- ChaincodeEvent - Interface in org.hyperledger.fabric.client
-
Chaincode event emitted by a transaction function.
- chaincodeEventsOptions(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the default call options for chaincode events.
- chaincodeEventsOptions(CallOption...) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Deprecated.
- ChaincodeEventsRequest - Interface in org.hyperledger.fabric.client
-
A Fabric Gateway call to obtain chaincode events.
- ChaincodeEventsRequest.Builder - Interface in org.hyperledger.fabric.client
-
Builder used to create a new chaincode events request.
- checkpoint(Checkpoint) - Method in interface org.hyperledger.fabric.client.BlockAndPrivateDataEventsRequest.Builder
- checkpoint(Checkpoint) - Method in interface org.hyperledger.fabric.client.BlockEventsRequest.Builder
- checkpoint(Checkpoint) - Method in interface org.hyperledger.fabric.client.ChaincodeEventsRequest.Builder
- checkpoint(Checkpoint) - Method in interface org.hyperledger.fabric.client.EventsBuilder
-
Reads events starting at the checkpoint position.
- checkpoint(Checkpoint) - Method in interface org.hyperledger.fabric.client.FilteredBlockEventsRequest.Builder
- Checkpoint - Interface in org.hyperledger.fabric.client
-
Checkpoint provides the current position for event processing.
- checkpointBlock(long) - Method in interface org.hyperledger.fabric.client.Checkpointer
-
Checkpoint a successfully processed block.
- checkpointBlock(long) - Method in class org.hyperledger.fabric.client.FileCheckpointer
- checkpointBlock(long) - Method in class org.hyperledger.fabric.client.InMemoryCheckpointer
- checkpointChaincodeEvent(ChaincodeEvent) - Method in interface org.hyperledger.fabric.client.Checkpointer
-
Checkpoint a chaincode event.
- checkpointChaincodeEvent(ChaincodeEvent) - Method in class org.hyperledger.fabric.client.FileCheckpointer
- checkpointChaincodeEvent(ChaincodeEvent) - Method in class org.hyperledger.fabric.client.InMemoryCheckpointer
- Checkpointer - Interface in org.hyperledger.fabric.client
-
Checkpointer allows update of a checkpoint position after events are successfully processed.
- checkpointTransaction(long, String) - Method in interface org.hyperledger.fabric.client.Checkpointer
-
Checkpoint a transaction within a block.
- checkpointTransaction(long, String) - Method in class org.hyperledger.fabric.client.FileCheckpointer
- checkpointTransaction(long, String) - Method in class org.hyperledger.fabric.client.InMemoryCheckpointer
- close() - Method in interface org.hyperledger.fabric.client.CloseableIterator
- close() - Method in class org.hyperledger.fabric.client.FileCheckpointer
-
Releases the resources and closes the file channel.
- close() - Method in interface org.hyperledger.fabric.client.Gateway
-
Close the gateway connection and all associated resources, including removing listeners attached to networks and contracts created by the gateway.
- CloseableIterator<T> - Interface in org.hyperledger.fabric.client
-
An iterator that can be closed when the consumer does not want to read any more elements, freeing up resources that may be held by the iterator.
- Commit - Interface in org.hyperledger.fabric.client
-
Allows access to information about a transaction that is committed to the ledger.
- CommitException - Exception Class in org.hyperledger.fabric.client
-
Thrown when a transaction fails to commit successfully.
- CommitStatusException - Exception Class in org.hyperledger.fabric.client
-
Thrown when a failure occurs obtaining the commit status of a transaction.
- CommitStatusException(String, StatusRuntimeException) - Constructor for exception class org.hyperledger.fabric.client.CommitStatusException
-
Constructs a new exception with the specified cause.
- commitStatusOptions(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the default call options for retrieving transaction commit status.
- commitStatusOptions(CallOption...) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Deprecated.Replaced by
Gateway.Builder.commitStatusOptions(UnaryOperator)
. - connect() - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Connects to the gateway using the specified options.
- connection(Channel) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specifies an existing gRPC connection to be used by the Gateway.
- Contract - Interface in org.hyperledger.fabric.client
-
Represents a smart contract instance in a network.
D
- deadline(Deadline) - Static method in class org.hyperledger.fabric.client.CallOption
-
Deprecated.An absolute deadline.
- deadlineAfter(long, TimeUnit) - Static method in class org.hyperledger.fabric.client.CallOption
-
Deprecated.A deadline that is after the given duration from when the call is initiated.
E
- endorse() - Method in interface org.hyperledger.fabric.client.Proposal
-
Send the proposal to peers to obtain endorsements.
- endorse(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Proposal
-
Send the proposal to peers to obtain endorsements.
- endorse(CallOption...) - Method in interface org.hyperledger.fabric.client.Proposal
-
Deprecated.Replaced by
Proposal.endorse(UnaryOperator)
. - EndorseException - Exception Class in org.hyperledger.fabric.client
-
Thrown when a failure occurs endorsing a transaction proposal.
- EndorseException(String, StatusRuntimeException) - Constructor for exception class org.hyperledger.fabric.client.EndorseException
-
Constructs a new exception with the specified cause.
- endorseOptions(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the default call options for endorsements.
- endorseOptions(CallOption...) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Deprecated.Replaced by
Gateway.Builder.endorseOptions(UnaryOperator)
. - equals(Object) - Method in class org.hyperledger.fabric.client.identity.X509Identity
- evaluate() - Method in interface org.hyperledger.fabric.client.Proposal
-
Evaluate the proposal and return the transaction result.
- evaluate(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Proposal
-
Evaluate the proposal and return the transaction result.
- evaluate(CallOption...) - Method in interface org.hyperledger.fabric.client.Proposal
-
Deprecated.Replaced by
Proposal.evaluate(UnaryOperator)
. - evaluateOptions(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the default call options for evaluating transactions.
- evaluateOptions(CallOption...) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Deprecated.Replaced by
Gateway.Builder.evaluateOptions(UnaryOperator)
. - evaluateTransaction(String) - Method in interface org.hyperledger.fabric.client.Contract
-
Evaluate a transaction function and return its results.
- evaluateTransaction(String, byte[]...) - Method in interface org.hyperledger.fabric.client.Contract
-
Evaluate a transaction function and return its results.
- evaluateTransaction(String, String...) - Method in interface org.hyperledger.fabric.client.Contract
-
Evaluate a transaction function and return its results.
- EventsBuilder<T> - Interface in org.hyperledger.fabric.client
-
Builder used to create a new events request.
- EventsRequest<T> - Interface in org.hyperledger.fabric.client
-
A Fabric Gateway call to obtain events.
F
- FileCheckpointer - Class in org.hyperledger.fabric.client
-
Checkpointer implementation backed by persistent file storage.
- FileCheckpointer(Path) - Constructor for class org.hyperledger.fabric.client.FileCheckpointer
-
To create a checkpointer instance backed by persistent file storage.
- filteredBlockEventsOptions(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the default call options for filtered block events.
- FilteredBlockEventsRequest - Interface in org.hyperledger.fabric.client
-
A Fabric Gateway call to obtain filtered block events.
- FilteredBlockEventsRequest.Builder - Interface in org.hyperledger.fabric.client
-
Builder used to create a new filtered block events request.
G
- Gateway - Interface in org.hyperledger.fabric.client
-
The Gateway provides the connection point for an application to access the Fabric network as a specific user.
- Gateway.Builder - Interface in org.hyperledger.fabric.client
-
The builder is used to specify the options used when connecting a Gateway.
- GatewayException - Exception Class in org.hyperledger.fabric.client
-
Thrown if an error is encountered while invoking gRPC services on a gateway peer.
- GatewayException(StatusRuntimeException) - Constructor for exception class org.hyperledger.fabric.client.GatewayException
-
Constructs a new exception with the specified cause.
- GatewayRuntimeException - Exception Class in org.hyperledger.fabric.client
-
Thrown if an error is encountered while invoking gRPC services on a gateway peer.
- GatewayRuntimeException(StatusRuntimeException) - Constructor for exception class org.hyperledger.fabric.client.GatewayRuntimeException
-
Constructs a new exception with the specified cause.
- getBlockAndPrivateDataEvents() - Method in interface org.hyperledger.fabric.client.Network
-
Get block and private data events.
- getBlockAndPrivateDataEvents(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Network
-
Get block and private data events.
- getBlockEvents() - Method in interface org.hyperledger.fabric.client.Network
-
Get block events.
- getBlockEvents(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Network
-
Get block events.
- getBlockNumber() - Method in interface org.hyperledger.fabric.client.ChaincodeEvent
-
Block number that included this chaincode event.
- getBlockNumber() - Method in interface org.hyperledger.fabric.client.Checkpoint
-
The block number in which the next event is expected.
- getBlockNumber() - Method in class org.hyperledger.fabric.client.FileCheckpointer
- getBlockNumber() - Method in class org.hyperledger.fabric.client.InMemoryCheckpointer
- getBlockNumber() - Method in interface org.hyperledger.fabric.client.Status
-
Get the block number in which the transaction committed.
- getBytes() - Method in interface org.hyperledger.fabric.client.Signable
-
Get the serialized message bytes.
- getCertificate() - Method in class org.hyperledger.fabric.client.identity.X509Identity
-
Get the certificate for this identity.
- getChaincodeEvents(String) - Method in interface org.hyperledger.fabric.client.Network
-
Get events emitted by transaction functions of a specific chaincode from the next committed block.
- getChaincodeEvents(String, UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Network
-
Get events emitted by transaction functions of a specific chaincode from the next committed block.
- getChaincodeEvents(String, CallOption...) - Method in interface org.hyperledger.fabric.client.Network
-
Deprecated.Replaced by
Network.getChaincodeEvents(String, UnaryOperator)
. - getChaincodeName() - Method in interface org.hyperledger.fabric.client.ChaincodeEvent
-
Chaincode that emitted this event.
- getChaincodeName() - Method in interface org.hyperledger.fabric.client.Contract
-
Get the name of the chaincode that contains the smart contract.
- getCode() - Method in exception class org.hyperledger.fabric.client.CommitException
-
Get the transaction status code.
- getCode() - Method in interface org.hyperledger.fabric.client.Status
-
Get the committed transaction status code.
- getContract(String) - Method in interface org.hyperledger.fabric.client.Network
-
Get an instance of a contract on the current network.
- getContract(String, String) - Method in interface org.hyperledger.fabric.client.Network
-
Get an instance of a contract on the current network.
- getContractName() - Method in interface org.hyperledger.fabric.client.Contract
-
Get the name of the smart contract within the chaincode.
- getCredentials() - Method in interface org.hyperledger.fabric.client.identity.Identity
-
Implementation-specific credentials.
- getCredentials() - Method in class org.hyperledger.fabric.client.identity.X509Identity
- getDetails() - Method in exception class org.hyperledger.fabric.client.GatewayException
-
Get the gRPC error details returned by a gRPC invocation failure.
- getDetails() - Method in exception class org.hyperledger.fabric.client.GatewayRuntimeException
-
Get the gRPC error details returned by a gRPC invocation failure.
- getDigest() - Method in interface org.hyperledger.fabric.client.Signable
-
Get the digest of the signable object.
- getEventName() - Method in interface org.hyperledger.fabric.client.ChaincodeEvent
-
Name of the emitted event.
- getEvents() - Method in interface org.hyperledger.fabric.client.EventsRequest
-
Get events.
- getEvents(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.EventsRequest
-
Get events.
- getEvents(CallOption...) - Method in interface org.hyperledger.fabric.client.EventsRequest
-
Deprecated.Replaced by
EventsRequest.getEvents(UnaryOperator)
. - getFilteredBlockEvents() - Method in interface org.hyperledger.fabric.client.Network
-
Get filtered block events.
- getFilteredBlockEvents(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Network
-
Get filtered block events.
- getIdentity() - Method in interface org.hyperledger.fabric.client.Gateway
-
Returns the identity used to interact with Fabric.
- getMspId() - Method in interface org.hyperledger.fabric.client.identity.Identity
-
Member services provider to which this identity is associated.
- getMspId() - Method in class org.hyperledger.fabric.client.identity.X509Identity
- getName() - Method in interface org.hyperledger.fabric.client.Network
-
Get the name of the network channel.
- getNetwork(String) - Method in interface org.hyperledger.fabric.client.Gateway
-
Returns an object representing a network.
- getPayload() - Method in interface org.hyperledger.fabric.client.ChaincodeEvent
-
Application defined payload data associated with this event.
- getResult() - Method in interface org.hyperledger.fabric.client.SubmittedTransaction
-
Get the transaction result.
- getResult() - Method in interface org.hyperledger.fabric.client.Transaction
-
Get the transaction result.
- getStatus() - Method in interface org.hyperledger.fabric.client.Commit
-
Get the status of the committed transaction.
- getStatus() - Method in exception class org.hyperledger.fabric.client.GatewayException
-
Returns the status code as a gRPC Status object.
- getStatus() - Method in exception class org.hyperledger.fabric.client.GatewayRuntimeException
-
Returns the status code as a gRPC Status object.
- getStatus(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Commit
-
Get the status of the committed transaction.
- getStatus(CallOption...) - Method in interface org.hyperledger.fabric.client.Commit
-
Deprecated.Replaced by
Commit.getStatus(UnaryOperator)
. - getTransactionId() - Method in interface org.hyperledger.fabric.client.ChaincodeEvent
-
Transaction that emitted this chaincode event.
- getTransactionId() - Method in interface org.hyperledger.fabric.client.Checkpoint
-
Transaction Id of the last successfully processed event within the current block.
- getTransactionId() - Method in interface org.hyperledger.fabric.client.Commit
-
Get the transaction ID.
- getTransactionId() - Method in exception class org.hyperledger.fabric.client.CommitException
-
Get the ID of the transaction.
- getTransactionId() - Method in class org.hyperledger.fabric.client.FileCheckpointer
- getTransactionId() - Method in class org.hyperledger.fabric.client.InMemoryCheckpointer
- getTransactionId() - Method in interface org.hyperledger.fabric.client.Proposal
-
Get the transaction ID.
- getTransactionId() - Method in interface org.hyperledger.fabric.client.Status
-
Get the transaction ID.
- getTransactionId() - Method in interface org.hyperledger.fabric.client.Transaction
-
Get the transaction ID.
- getTransactionId() - Method in exception class org.hyperledger.fabric.client.TransactionException
-
The ID of the transaction.
H
- hash(Function<byte[], byte[]>) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the hashing implementation used to generate digests of messages sent to the Fabric network.
- Hash - Enum in org.hyperledger.fabric.client
-
Hash function implementations used to generate a digest of a supplied message.
- hashCode() - Method in class org.hyperledger.fabric.client.identity.X509Identity
I
- Identities - Class in org.hyperledger.fabric.client.identity
-
Utility methods for creating and manipulating identity information.
- identity(Identity) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specifies the client identity used to connect to the network.
- Identity - Interface in org.hyperledger.fabric.client.identity
-
Represents a client identity used to interact with a Fabric network.
- InMemoryCheckpointer - Class in org.hyperledger.fabric.client
-
A non-persistent Checkpointer implementation.
- InMemoryCheckpointer() - Constructor for class org.hyperledger.fabric.client.InMemoryCheckpointer
- isSuccessful() - Method in interface org.hyperledger.fabric.client.Status
-
Check whether the transaction committed successfully.
N
- Network - Interface in org.hyperledger.fabric.client
-
Network represents a network of nodes that are members of a specific Fabric channel.
- newBlockAndPrivateDataEventsRequest() - Method in interface org.hyperledger.fabric.client.Network
-
Build a request to receive block and private data events.
- newBlockAndPrivateDataEventsRequest(byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Recreate a block and private data events request from serialized data.
- newBlockEventsRequest() - Method in interface org.hyperledger.fabric.client.Network
-
Build a request to receive block events.
- newBlockEventsRequest(byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Recreates a block events request from serialized bytes.
- newChaincodeEventsRequest(byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Recreates a chaincode events request from serialized data.
- newChaincodeEventsRequest(String) - Method in interface org.hyperledger.fabric.client.Network
-
Build a new chaincode events request, which can be used to obtain events emitted by transaction functions of a specific chaincode.
- newCommit(byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Recreates a commit from serialized data.
- newFilteredBlockEventsRequest() - Method in interface org.hyperledger.fabric.client.Network
-
Build a request to receive filtered block events.
- newFilteredBlockEventsRequest(byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Recreates a filtered block event request from serialized data.
- newInstance() - Static method in interface org.hyperledger.fabric.client.Gateway
-
Creates a gateway builder which is used to configure and connect a new Gateway instance.
- newPrivateKeySigner(PrivateKey) - Static method in class org.hyperledger.fabric.client.identity.Signers
-
Create a new signer that uses the supplied private key for signing.
- newProposal(byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Recreates a proposal from serialized data.
- newProposal(String) - Method in interface org.hyperledger.fabric.client.Contract
-
Build a new proposal that can be evaluated or sent to peers for endorsement.
- newSignedBlockAndPrivateDataEventsRequest(byte[], byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Create a block and private data events request with the specified digital signature, which can be used to receive block and private data events.
- newSignedBlockEventsRequest(byte[], byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Create a block events request with the specified digital signature, which can be used to receive block events.
- newSignedChaincodeEventsRequest(byte[], byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Create a chaincode events request with the specified digital signature, which can be used to obtain events emitted by transaction functions of a specific chaincode.
- newSignedCommit(byte[], byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Create a commit with the specified digital signature, which can be used to access information about a transaction that is committed to the ledger.
- newSignedFilteredBlockEventsRequest(byte[], byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Create a filtered block events request with the specified digital signature, which can be used to receive filtered block events.* Supports off-line signing flow.
- newSignedProposal(byte[], byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Create a proposal with the specified digital signature.
- newSignedTransaction(byte[], byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Create a transaction with the specified digital signature.
- newTransaction(byte[]) - Method in interface org.hyperledger.fabric.client.Gateway
-
Recreates a transaction from serialized data.
- NONE - Enum constant in enum org.hyperledger.fabric.client.Hash
-
Returns the input message unchanged.
O
- Off-line signing - Search tag in interface org.hyperledger.fabric.client.Contract
- Section
- org.hyperledger.fabric.client - package org.hyperledger.fabric.client
-
This package provides the set of interfaces that enable a Java application to interact with a Fabric blockchain network.
- org.hyperledger.fabric.client.identity - package org.hyperledger.fabric.client.identity
-
Provides classes and interfaces for describing client identity and for creating digital signatures on behalf of client identities.
P
- printStackTrace() - Method in exception class org.hyperledger.fabric.client.GatewayException
-
This implementation appends any gRPC error details to the stack trace.
- printStackTrace() - Method in exception class org.hyperledger.fabric.client.GatewayRuntimeException
-
This implementation appends any gRPC error details to the stack trace.
- printStackTrace(PrintStream) - Method in exception class org.hyperledger.fabric.client.GatewayException
-
This implementation appends any gRPC error details to the stack trace.
- printStackTrace(PrintStream) - Method in exception class org.hyperledger.fabric.client.GatewayRuntimeException
-
This implementation appends any gRPC error details to the stack trace.
- printStackTrace(PrintWriter) - Method in exception class org.hyperledger.fabric.client.GatewayException
-
This implementation appends any gRPC error details to the stack trace.
- printStackTrace(PrintWriter) - Method in exception class org.hyperledger.fabric.client.GatewayRuntimeException
-
This implementation appends any gRPC error details to the stack trace.
- Proposal - Interface in org.hyperledger.fabric.client
-
A Fabric Gateway transaction proposal, which can be used to evaluate a transaction to query ledger state, or obtain endorsements so that the transaction can be submitted to update ledger state.
- Proposal.Builder - Interface in org.hyperledger.fabric.client
-
Builder used to create a new transaction proposal.
- putAllTransient(Map<String, byte[]>) - Method in interface org.hyperledger.fabric.client.Proposal.Builder
-
Associates all of the specified transient data keys and values with the proposal.
- putTransient(String, byte[]) - Method in interface org.hyperledger.fabric.client.Proposal.Builder
-
Associates the specified transient data key and value with the proposal.
- putTransient(String, String) - Method in interface org.hyperledger.fabric.client.Proposal.Builder
-
Associates the specified transient data key and value with the proposal.
R
- readPrivateKey(Reader) - Static method in class org.hyperledger.fabric.client.identity.Identities
-
Read a PEM format private key.
- readPrivateKey(String) - Static method in class org.hyperledger.fabric.client.identity.Identities
-
Read a PEM format private key.
- readX509Certificate(Reader) - Static method in class org.hyperledger.fabric.client.identity.Identities
-
Read a PEM format X.509 certificate.
- readX509Certificate(String) - Static method in class org.hyperledger.fabric.client.identity.Identities
-
Read a PEM format X.509 certificate.
S
- setEndorsingOrganizations(String...) - Method in interface org.hyperledger.fabric.client.Proposal.Builder
-
Specifies the set of organizations that will attempt to endorse the proposal.
- sha256(byte[]) - Static method in enum org.hyperledger.fabric.client.Hash
-
Deprecated.Replaced by
Hash.SHA256
- SHA256 - Enum constant in enum org.hyperledger.fabric.client.Hash
-
SHA-256 hash.
- SHA3_256 - Enum constant in enum org.hyperledger.fabric.client.Hash
-
SHA3-256 hash.
- SHA3_384 - Enum constant in enum org.hyperledger.fabric.client.Hash
-
SHA3-384 hash.
- SHA384 - Enum constant in enum org.hyperledger.fabric.client.Hash
-
SHA-384 hash.
- sign(byte[]) - Method in interface org.hyperledger.fabric.client.identity.Signer
-
Signs the supplied message digest.
- Signable - Interface in org.hyperledger.fabric.client
-
A Fabric Gateway call that can be explicitly signed.
- signer(Signer) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the signing implementation used to sign messages sent to the Fabric network.
- Signer - Interface in org.hyperledger.fabric.client.identity
-
A signing implementation used to generate digital signatures.
- Signers - Class in org.hyperledger.fabric.client.identity
-
Factory methods to create standard signing implementations.
- startBlock(long) - Method in interface org.hyperledger.fabric.client.BlockAndPrivateDataEventsRequest.Builder
- startBlock(long) - Method in interface org.hyperledger.fabric.client.BlockEventsRequest.Builder
- startBlock(long) - Method in interface org.hyperledger.fabric.client.ChaincodeEventsRequest.Builder
- startBlock(long) - Method in interface org.hyperledger.fabric.client.EventsBuilder
-
Specify the block number at which to start reading events.
- startBlock(long) - Method in interface org.hyperledger.fabric.client.FilteredBlockEventsRequest.Builder
- Status - Interface in org.hyperledger.fabric.client
-
Information about a transaction that is committed to the ledger.
- submit() - Method in interface org.hyperledger.fabric.client.Transaction
-
Submit the transaction to the orderer to be committed to the ledger.
- submit(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Transaction
-
Submit the transaction to the orderer to be committed to the ledger.
- submit(CallOption...) - Method in interface org.hyperledger.fabric.client.Transaction
-
Deprecated.Replaced by
Transaction.submit(UnaryOperator)
. - submitAsync() - Method in interface org.hyperledger.fabric.client.Transaction
-
Submit the transaction to the orderer to be committed to the ledger.
- submitAsync(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Transaction
-
Submit the transaction to the orderer to be committed to the ledger.
- submitAsync(CallOption...) - Method in interface org.hyperledger.fabric.client.Transaction
-
Deprecated.Replaced by
Transaction.submit(UnaryOperator)
. - SubmitException - Exception Class in org.hyperledger.fabric.client
-
Thrown when a failure occurs submitting an endorsed transaction to the orderer.
- SubmitException(String, StatusRuntimeException) - Constructor for exception class org.hyperledger.fabric.client.SubmitException
-
Constructs a new exception with the specified cause.
- submitOptions(UnaryOperator<CallOptions>) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the default call options for submit of transactions to the orderer.
- submitOptions(CallOption...) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Deprecated.Replaced by
Gateway.Builder.submitOptions(UnaryOperator)
. - SubmittedTransaction - Interface in org.hyperledger.fabric.client
-
Allows access to the transaction result and its commit status on the ledger.
- submitTransaction(String) - Method in interface org.hyperledger.fabric.client.Contract
-
Submit a transaction to the ledger and return its result only after it is committed to the ledger.
- submitTransaction(String, byte[]...) - Method in interface org.hyperledger.fabric.client.Contract
-
Submit a transaction to the ledger and return its result only after it is committed to the ledger.
- submitTransaction(String, String...) - Method in interface org.hyperledger.fabric.client.Contract
-
Submit a transaction to the ledger and return its result only after it is committed to the ledger.
- sync() - Method in class org.hyperledger.fabric.client.FileCheckpointer
-
Commits file changes to the storage device.
T
- tlsClientCertificateHash(byte[]) - Method in interface org.hyperledger.fabric.client.Gateway.Builder
-
Specify the SHA-256 hash of the TLS client certificate.
- toPemString(Certificate) - Static method in class org.hyperledger.fabric.client.identity.Identities
-
Converts the argument to a PEM format string.
- toPemString(PrivateKey) - Static method in class org.hyperledger.fabric.client.identity.Identities
-
Converts the argument to a PKCS #8 PEM format string.
- Transaction - Interface in org.hyperledger.fabric.client
-
An endorsed transaction that can be submitted to the orderer for commit to the ledger.
- TransactionException - Exception Class in org.hyperledger.fabric.client
-
Thrown when a failure occurs invoking a transaction.
- TransactionException(String, StatusRuntimeException) - Constructor for exception class org.hyperledger.fabric.client.TransactionException
-
Constructs a new exception with the specified cause.
V
- valueOf(String) - Static method in enum org.hyperledger.fabric.client.Hash
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hyperledger.fabric.client.Hash
-
Returns an array containing the constants of this enum type, in the order they are declared.
X
- X509Identity - Class in org.hyperledger.fabric.client.identity
-
A client identity described by an X.509 certificate.
- X509Identity(String, X509Certificate) - Constructor for class org.hyperledger.fabric.client.identity.X509Identity
-
Constructor.
All Classes and Interfaces|All Packages|Serialized Form
CallOptions
instead.