Skip navigation links
A B C D E F G H I J L N O P Q R S T U V W X 

A

addAttribute(Attribute) - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
addAttrReq() - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
Add attribute request to ensure no attributes are in the certificate - not even default ones.
addAttrReq(String) - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
Add attribute to certificate.
addCollections(String...) - Method in class org.hyperledger.fabric.sdk.Channel.ServiceDiscoveryChaincodeCalls
The collections used by this chaincode.
addHost(String) - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
 
addNOfs(Channel.NOfEvents...) - Method in class org.hyperledger.fabric.sdk.Channel.NOfEvents
NOfEvents that need to see the transaction event to complete.
addNOfs(Collection<Channel.NOfEvents>) - Method in class org.hyperledger.fabric.sdk.Channel.NOfEvents
NOfEvents that need to see the transaction event to complete.
addOrderer(Orderer) - Method in class org.hyperledger.fabric.sdk.Channel
Add an Orderer to this channel.
addOrderer(Channel.SDOrdererAdditionInfo) - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAddition
 
addOrderer(Channel.SDOrdererAdditionInfo) - Method in class org.hyperledger.fabric.sdk.Channel.SDOrdererDefaultAddition
 
addOrderer(NetworkConfig, HFClient, Channel, String, String, Properties, JsonObject) - Method in interface org.hyperledger.fabric.sdk.NetworkConfig.NetworkConfigAddOrdererHandler
 
addPeer(Peer) - Method in class org.hyperledger.fabric.sdk.Channel
Add a peer to the channel
addPeer(Peer, Channel.PeerOptions) - Method in class org.hyperledger.fabric.sdk.Channel
Add a peer to the channel
addPeer(Channel.SDPeerAdditionInfo) - Method in class org.hyperledger.fabric.sdk.Channel.SDOPeerDefaultAddition
 
addPeer(Channel.SDPeerAdditionInfo) - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAddition
 
addPeer(NetworkConfig, HFClient, Channel, String, String, Properties, Channel.PeerOptions, JsonObject) - Method in interface org.hyperledger.fabric.sdk.NetworkConfig.NetworkConfigAddPeerHandler
 
addPeerRole(Peer.PeerRole) - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Add to the roles this peer will have on the chain it will added or joined.
addPeers(Peer...) - Method in class org.hyperledger.fabric.sdk.Channel.NOfEvents
Peers that need to see the transaction event to complete.
addPeers(Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel.NOfEvents
Peers that need to see the transaction event to complete.
AffiliationException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
AffiliationException(String, Exception) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.AffiliationException
 
AffiliationException(String) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.AffiliationException
 
ALL - Static variable in enum org.hyperledger.fabric.sdk.Peer.PeerRole
All roles.
AnchorPeersConfigUpdateResult() - Constructor for class org.hyperledger.fabric.sdk.Channel.AnchorPeersConfigUpdateResult
 
Attribute - Class in org.hyperledger.fabric_ca.sdk
 
Attribute(String, String) - Constructor for class org.hyperledger.fabric_ca.sdk.Attribute
 
Attribute(String, String, Boolean) - Constructor for class org.hyperledger.fabric_ca.sdk.Attribute
 

B

BaseException - Exception in org.hyperledger.fabric.sdk.exception
 
BaseException(String, Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.BaseException
 
BaseException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.BaseException
 
BaseException(Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.BaseException
 
BaseException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
BaseException(String, Throwable) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.BaseException
 
BaseException(String) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.BaseException
 
BaseException(Throwable) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.BaseException
 
bigToBytes(BIG) - Static method in class org.hyperledger.fabric.sdk.idemix.IdemixUtils
bigToBytes turns a BIG into a byte array
BlockchainInfo - Class in org.hyperledger.fabric.sdk
BlockchainInfo contains information about the blockchain ledger.
BlockEvent - Class in org.hyperledger.fabric.sdk
A wrapper for the Block returned in an Event
BlockEvent.TransactionEvent - Class in org.hyperledger.fabric.sdk
 
BlockInfo - Class in org.hyperledger.fabric.sdk
BlockInfo contains the data from a Common.Block
BlockInfo.EndorserInfo - Class in org.hyperledger.fabric.sdk
 
BlockInfo.EnvelopeInfo - Class in org.hyperledger.fabric.sdk
Wrappers Envelope
BlockInfo.EnvelopeInfo.IdentitiesInfo - Class in org.hyperledger.fabric.sdk
 
BlockInfo.EnvelopeType - Enum in org.hyperledger.fabric.sdk
 
BlockInfo.TransactionEnvelopeInfo - Class in org.hyperledger.fabric.sdk
 
BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo - Class in org.hyperledger.fabric.sdk
 
BlockInfo.TransactionEnvelopeInfo.TransactionActionInfoIterator - Class in org.hyperledger.fabric.sdk
 
BlockInfo.TransactionEnvelopeInfo.TransactionActionIterable - Class in org.hyperledger.fabric.sdk
 
BlockInfo.Type - Enum in org.hyperledger.fabric.sdk
Block event type information.
BlockListener - Interface in org.hyperledger.fabric.sdk
BlockListener implemented by classes needing to receive block events.
build() - Method in class org.hyperledger.fabric.sdk.ChaincodeID.Builder
 

C

calculateBlockHash(HFClient, long, byte[], byte[]) - Static method in class org.hyperledger.fabric.sdk.SDKUtils
used asn1 and get hash
ChaincodeCollectionConfiguration - Class in org.hyperledger.fabric.sdk
 
ChaincodeCollectionConfigurationException - Exception in org.hyperledger.fabric.sdk.exception
 
ChaincodeCollectionConfigurationException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.ChaincodeCollectionConfigurationException
 
ChaincodeCollectionConfigurationException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.ChaincodeCollectionConfigurationException
 
ChaincodeEndorsementPolicy - Class in org.hyperledger.fabric.sdk
A wrapper for the Hyperledger Fabric Policy object
ChaincodeEndorsementPolicy() - Constructor for class org.hyperledger.fabric.sdk.ChaincodeEndorsementPolicy
The null constructor for the ChaincodeEndorsementPolicy wrapper.
ChaincodeEndorsementPolicyParseException - Exception in org.hyperledger.fabric.sdk.exception
 
ChaincodeEndorsementPolicyParseException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.ChaincodeEndorsementPolicyParseException
 
ChaincodeEndorsementPolicyParseException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.ChaincodeEndorsementPolicyParseException
 
ChaincodeEvent - Class in org.hyperledger.fabric.sdk
Encapsulates a Chaincode event.
ChaincodeEventListener - Interface in org.hyperledger.fabric.sdk
ChaincodeEventListener implemented by classes needing to receive chaincode events.
ChaincodeException - Exception in org.hyperledger.fabric.sdk.exception
 
ChaincodeException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.ChaincodeException
 
ChaincodeID - Class in org.hyperledger.fabric.sdk
ChaincodeID identifies chaincode.
ChaincodeID.Builder - Class in org.hyperledger.fabric.sdk
Build a new ChaincodeID
ChaincodeLanguage - Enum in org.hyperledger.fabric.sdk
 
ChaincodeResponse - Class in org.hyperledger.fabric.sdk
 
ChaincodeResponse.Status - Enum in org.hyperledger.fabric.sdk
 
Channel - Class in org.hyperledger.fabric.sdk
The class representing a channel with which the client SDK interacts.
Channel.AnchorPeersConfigUpdateResult - Class in org.hyperledger.fabric.sdk
 
Channel.DiscoveryOptions - Class in org.hyperledger.fabric.sdk
Options for doing service discovery.
Channel.NOfEvents - Class in org.hyperledger.fabric.sdk
NofEvents may be used with @see TransactionOptions#nOfEvents(NOfEvents) to control how reporting Peer service events and Eventhubs will complete the future acknowledging the transaction has been seen by those Peers.
Channel.PeerOptions - Class in org.hyperledger.fabric.sdk
Options for the peer.
Channel.SDOPeerDefaultAddition - Class in org.hyperledger.fabric.sdk
 
Channel.SDOrdererAddition - Interface in org.hyperledger.fabric.sdk
 
Channel.SDOrdererAdditionInfo - Interface in org.hyperledger.fabric.sdk
 
Channel.SDOrdererDefaultAddition - Class in org.hyperledger.fabric.sdk
 
Channel.SDPeerAddition - Interface in org.hyperledger.fabric.sdk
 
Channel.SDPeerAdditionInfo - Interface in org.hyperledger.fabric.sdk
 
Channel.ServiceDiscoveryChaincodeCalls - Class in org.hyperledger.fabric.sdk
Additional metadata used by service discovery to find the endorsements needed.
Channel.TransactionOptions - Class in org.hyperledger.fabric.sdk
TransactionOptions class can be used to change how the SDK processes the Transaction.
ChannelConfiguration - Class in org.hyperledger.fabric.sdk
A wrapper for the Hyperledger Channel configuration
ChannelConfiguration() - Constructor for class org.hyperledger.fabric.sdk.ChannelConfiguration
The null constructor for the ChannelConfiguration wrapper.
ChannelConfiguration(File) - Constructor for class org.hyperledger.fabric.sdk.ChannelConfiguration
constructs a ChannelConfiguration object with the actual configuration gotten from the file system
ChannelConfiguration(byte[]) - Constructor for class org.hyperledger.fabric.sdk.ChannelConfiguration
constructs a ChannelConfiguration object
check() - Method in class org.hyperledger.fabric.sdk.idemix.IdemixIssuerPublicKey
check whether the issuer public key is correct
clientCert() - Method in class org.hyperledger.fabric.sdk.security.certgen.TLSCertificateBuilder
Creates a TLS client certificate key pair
clone() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Clone.
CollectionConfigPackage - Class in org.hyperledger.fabric.sdk
Collection of information on chaincode collection.
CollectionConfigPackage.CollectionConfig - Class in org.hyperledger.fabric.sdk
Collection information.
create(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
create an affiliation
create(User, boolean) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
create an affiliation
create(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
create an identity
createCRI(PrivateKey, BIG[], int, RevocationAlgorithm) - Static method in class org.hyperledger.fabric.sdk.idemix.RevocationAuthority
Creates a Credential Revocation Information object
createDecendent(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
The identities affected during request
createDiscoveryOptions() - Static method in class org.hyperledger.fabric.sdk.Channel.DiscoveryOptions
Create transaction options.
createNewInstance() - Static method in class org.hyperledger.fabric.sdk.HFClient
createNewInstance create a new instance of the HFClient
createNewInstance(String, Properties) - Static method in class org.hyperledger.fabric_ca.sdk.HFCAClient
 
createNewInstance(String, String, Properties) - Static method in class org.hyperledger.fabric_ca.sdk.HFCAClient
 
createNewInstance(NetworkConfig.CAInfo) - Static method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Create HFCAClient from a NetworkConfig.CAInfo using default crypto suite.
createNewInstance(NetworkConfig.CAInfo, CryptoSuite) - Static method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Create HFCAClient from a NetworkConfig.CAInfo
createNoEvents() - Static method in class org.hyperledger.fabric.sdk.Channel.NOfEvents
 
createNofEvents() - Static method in class org.hyperledger.fabric.sdk.Channel.NOfEvents
 
createPeerOptions() - Static method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Create an instance of PeerOptions.
createSerializedIdentity() - Method in class org.hyperledger.fabric.sdk.identity.IdemixIdentity
Serialize Idemix Identity
createSerializedIdentity() - Method in class org.hyperledger.fabric.sdk.identity.IdemixSigningIdentity
 
createSerializedIdentity() - Method in interface org.hyperledger.fabric.sdk.identity.Identity
Converts an identity to bytes
createSerializedIdentity() - Method in class org.hyperledger.fabric.sdk.identity.X509Identity
 
createServiceDiscoveryChaincodeCalls(String) - Static method in class org.hyperledger.fabric.sdk.Channel.ServiceDiscoveryChaincodeCalls
Create ch
createTransactionOptions() - Static method in class org.hyperledger.fabric.sdk.Channel.TransactionOptions
Create transaction options.
CryptoException - Exception in org.hyperledger.fabric.sdk.exception
 
CryptoException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.CryptoException
 
CryptoException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.CryptoException
 

D

DEFAULT_ENDORSEMENT_SELECTION - Static variable in class org.hyperledger.fabric.sdk.ServiceDiscovery
 
DEFAULT_PROFILE_NAME - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
Default profile name.
delete(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
delete an affiliation
delete(User, boolean) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
delete an affiliation
delete(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
delete an identity
deSerializeChannel(File) - Method in class org.hyperledger.fabric.sdk.HFClient
Deserialize a channel serialized by Channel.serializeChannel()
deSerializeChannel(byte[]) - Method in class org.hyperledger.fabric.sdk.HFClient
Deserialize a channel serialized by Channel.serializeChannel()
disconnected(Peer.PeerEventingServiceDisconnectEvent) - Method in interface org.hyperledger.fabric.sdk.Peer.PeerEventingServiceDisconnected
Called when a disconnect is detected in peer eventing service.
DiscoveryOptions() - Constructor for class org.hyperledger.fabric.sdk.Channel.DiscoveryOptions
 
doVerify() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
Some proposal responses from Fabric are not signed.

E

ENDORSEMENT_SELECTION_LEAST_REQUIRED_BLOCKHEIGHT - Static variable in interface org.hyperledger.fabric.sdk.ServiceDiscovery.EndorsementSelector
 
ENDORSEMENT_SELECTION_RANDOM - Static variable in class org.hyperledger.fabric.sdk.ServiceDiscovery
Endorsement selection by random layout group and random endorsers there in.
ENDORSEMENT_SELECTION_RANDOM - Static variable in interface org.hyperledger.fabric.sdk.ServiceDiscovery.EndorsementSelector
 
endorserSelector(ServiceDiscovery.SDChaindcode) - Method in interface org.hyperledger.fabric.sdk.ServiceDiscovery.EndorsementSelector
 
enroll(String, String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Enroll the user with member service
enroll(String, String, EnrollmentRequest) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Enroll the user with member service
Enrollment - Interface in org.hyperledger.fabric.sdk
Interface which is the contract between the Certificate Authority provider and the SDK.
EnrollmentException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
EnrollmentException(String, Throwable) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.EnrollmentException
 
EnrollmentException(String) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.EnrollmentException
 
EnrollmentRequest - Class in org.hyperledger.fabric_ca.sdk
An enrollment request is information required to enroll the user with member service.
EnrollmentRequest() - Constructor for class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
 
EnrollmentRequest(String, String, KeyPair) - Constructor for class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
EnrollmentRequest All the fields are optional
EnrollmentRequest.AttrReq - Class in org.hyperledger.fabric_ca.sdk
 
equals(Object) - Method in class org.hyperledger.fabric.sdk.Peer
for use in list of peers comparisons , e.g.
equals(Object) - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorser
 
EventingException - Exception in org.hyperledger.fabric.sdk.exception
 
EventingException(String, Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.EventingException
 
EventingException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.EventingException
 
EventingException(Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.EventingException
 
ExecuteException - Exception in org.hyperledger.fabric.sdk.exception
 
ExecuteException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.ExecuteException
 
ExecuteException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.ExecuteException
 

F

failFast(boolean) - Method in class org.hyperledger.fabric.sdk.Channel.TransactionOptions
Fail fast when there is an invalid transaction received on the eventing peer being observed.
fromBytes(byte[]) - Static method in class org.hyperledger.fabric.sdk.ChaincodeEndorsementPolicy
sets the ChaincodeEndorsementPolicy from a byte array
fromBytes(byte[]) - Static method in class org.hyperledger.fabric.sdk.LifecycleChaincodeEndorsementPolicy
sets the ChaincodeEndorsementPolicy from a byte array
fromBytes(byte[]) - Static method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
Sets the LifecycleChaincodePackage from a byte array
fromCollectionConfigPackage(Collection.CollectionConfigPackage) - Static method in class org.hyperledger.fabric.sdk.ChaincodeCollectionConfiguration
 
fromFile(File) - Method in class org.hyperledger.fabric.sdk.ChaincodeEndorsementPolicy
constructs a ChaincodeEndorsementPolicy object with the actual policy gotten from the file system
fromFile(File) - Static method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
constructs a ChaincodeEndorsementPolicy object with the actual policy gotten from the file system
fromJsonFile(File) - Static method in class org.hyperledger.fabric.sdk.ChaincodeCollectionConfiguration
Creates a new ChaincodeCollectionConfiguration instance configured with details supplied in a JSON file.
fromJsonFile(File) - Static method in class org.hyperledger.fabric.sdk.NetworkConfig
Creates a new NetworkConfig instance configured with details supplied in a JSON file.
fromJsonObject(JsonArray) - Static method in class org.hyperledger.fabric.sdk.ChaincodeCollectionConfiguration
Creates a new ChaincodeCollectionConfiguration instance configured with details supplied in a JSON object
fromJsonObject(JsonObject) - Static method in class org.hyperledger.fabric.sdk.NetworkConfig
Creates a new NetworkConfig instance configured with details supplied in a JSON object
fromJsonStream(InputStream) - Static method in class org.hyperledger.fabric.sdk.ChaincodeCollectionConfiguration
Creates a new ChaincodeCollectionConfiguration instance configured with details supplied in JSON format
fromJsonStream(InputStream) - Static method in class org.hyperledger.fabric.sdk.NetworkConfig
Creates a new NetworkConfig instance configured with details supplied in JSON format
fromPackageName(String) - Static method in enum org.hyperledger.fabric.sdk.TransactionRequest.Type
 
fromPolicyReference(String) - Static method in class org.hyperledger.fabric.sdk.LifecycleChaincodeEndorsementPolicy
 
fromSignaturePolicyYamlFile(Path) - Static method in class org.hyperledger.fabric.sdk.LifecycleChaincodeEndorsementPolicy
 
fromSource(String, Path, TransactionRequest.Type, String, Path) - Static method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
 
fromStream(InputStream) - Method in class org.hyperledger.fabric.sdk.ChaincodeEndorsementPolicy
Construct a chaincode endorsement policy from a stream.
fromStream(InputStream) - Static method in class org.hyperledger.fabric.sdk.LifecycleChaincodeEndorsementPolicy
Construct a chaincode endorsement policy from a stream.
fromStream(InputStream) - Static method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
Construct a LifecycleChaincodePackage from a stream.
fromYamlFile(File) - Static method in class org.hyperledger.fabric.sdk.ChaincodeCollectionConfiguration
Creates a new ChaincodeCollectionConfiguration instance configured with details supplied in a YAML file.
fromYamlFile(File) - Method in class org.hyperledger.fabric.sdk.ChaincodeEndorsementPolicy
fromYamlFile(Path) - Static method in class org.hyperledger.fabric.sdk.ChaincodeEndorsementPolicy
 
fromYamlFile(File) - Static method in class org.hyperledger.fabric.sdk.NetworkConfig
Creates a new NetworkConfig instance configured with details supplied in a YAML file.
fromYamlStream(InputStream) - Static method in class org.hyperledger.fabric.sdk.ChaincodeCollectionConfiguration
Creates a new ChaincodeCollectionConfiguration instance configured with details supplied in YAML format
fromYamlStream(InputStream) - Static method in class org.hyperledger.fabric.sdk.NetworkConfig
Creates a new NetworkConfig instance configured with details supplied in YAML format

G

generateCRL(User, Date, Date, Date, Date) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Generate certificate revocation list.
GenerateCRLException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
GenerateCRLException(String, Exception) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.GenerateCRLException
 
generateLongTermRevocationKey() - Static method in class org.hyperledger.fabric.sdk.idemix.RevocationAuthority
Generate a long term ECDSA key pair used for revocation
getAccount() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
getAccount() - Method in interface org.hyperledger.fabric.sdk.User
Get the user's account
getAffiliation() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
getAffiliation() - Method in interface org.hyperledger.fabric.sdk.User
Get the user's affiliation.
getAffiliation() - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
The affiliation of the identity
getAffiliation() - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
getAllTLSCerts() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
getAllTLSCerts() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getApprovalsMap() - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessProposalResponse
A map of approved and not approved.
getApprovalStatusResults() - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessProposalResponse
 
getApprovedOrgs() - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessProposalResponse
The set of organizations that hav approved this chaincode definition.
getArgBytes() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
getArgs() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
getAsBytes() - Method in class org.hyperledger.fabric.sdk.ChaincodeCollectionConfiguration
 
getAsBytes() - Method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
Lifecycle chaincode package as bytes
getAttributeNames() - Method in class org.hyperledger.fabric.sdk.idemix.IdemixIssuerPublicKey
 
getAttributes() - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
The attributes of the identity
getAttributes() - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
getAttrs() - Method in class org.hyperledger.fabric.sdk.idemix.IdemixCredential
 
getBlock() - Method in class org.hyperledger.fabric.sdk.BlockInfo
 
getBlockAndPrivateData() - Method in class org.hyperledger.fabric.sdk.BlockInfo
 
GETBLOCKBYHASH - Static variable in class org.hyperledger.fabric.sdk.QuerySCCRequest
 
GETBLOCKBYNUMBER - Static variable in class org.hyperledger.fabric.sdk.QuerySCCRequest
 
GETBLOCKBYTXID - Static variable in class org.hyperledger.fabric.sdk.QuerySCCRequest
 
getBlockchainInfo() - Method in class org.hyperledger.fabric.sdk.BlockchainInfo
 
getBlockEvent() - Method in class org.hyperledger.fabric.sdk.BlockEvent.TransactionEvent
The BlockEvent for this TransactionEvent.
getBlockEvent() - Method in class org.hyperledger.fabric.sdk.QueuedBlockEvent
The BlockEvent received.
getBlockListenerHandles() - Method in class org.hyperledger.fabric.sdk.Channel
 
getBlockNumber() - Method in class org.hyperledger.fabric.sdk.BlockInfo
 
getBlockToLive() - Method in class org.hyperledger.fabric.sdk.CollectionConfigPackage.CollectionConfig
Block to live.
getCACertificateChain() - Method in class org.hyperledger.fabric_ca.sdk.HFCAInfo
The Certificate Authority's Certificate Chain.
getCAName() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.CAInfo
 
getCAName() - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
The Certificate Authority name.
getCAName() - Method in class org.hyperledger.fabric_ca.sdk.HFCAInfo
The CAName for the Fabric Certificate Authority.
getCause() - Method in exception org.hyperledger.fabric.sdk.exception.InvalidProtocolBufferRuntimeException
 
getCert() - Method in interface org.hyperledger.fabric.sdk.Enrollment
Get the user's signed certificate.
getCert() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getCert() - Method in class org.hyperledger.fabric.sdk.identity.X509Enrollment
 
getCertDERBytes() - Method in class org.hyperledger.fabric.sdk.security.certgen.TLSCertificateKeyPair
 
getCertificateAuthorities() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.OrgInfo
 
getCertPEMBytes() - Method in class org.hyperledger.fabric.sdk.security.certgen.TLSCertificateKeyPair
 
getCerts() - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateResponse
Returns the certificates that were retrieved from the GET certificate request
getChaincodeActionResponsePayload() - Method in class org.hyperledger.fabric.sdk.ProposalResponse
ChaincodeActionResponsePayload is the result of the executing chaincode.
getChaincodeActionResponseReadWriteSetInfo() - Method in class org.hyperledger.fabric.sdk.ProposalResponse
getChaincodeActionResponseReadWriteSetInfo get this proposals read write set.
getChaincodeActionResponseStatus() - Method in class org.hyperledger.fabric.sdk.ProposalResponse
getChaincodeActionResponseStatus returns the what chaincode executions set as the return status.
getChaincodeCollectionConfiguration() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionProposalResponse
The collection configuration this chaincode was defined.
getChaincodeCollectionConfiguration() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionsResult
Collection configurations defined for this chaincode.
getChaincodeCollectionConfiguration() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
get collection configuration for this chaincode.
getChaincodeEndorsementPolicy() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
returns the Policy object associated with the chaincode of this transaction
getChaincodeEndorsementPolicyAsBytes() - Method in class org.hyperledger.fabric.sdk.ChaincodeEndorsementPolicy
 
getChaincodeId() - Method in class org.hyperledger.fabric.sdk.ChaincodeEvent
Get Chaincode identifier.
getChaincodeID() - Method in class org.hyperledger.fabric.sdk.ProposalResponse
Chaincode ID that was executed.
getChaincodeID() - Method in class org.hyperledger.fabric.sdk.QuerySCCRequest
 
getChaincodeID() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
getChaincodeIDName() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
get name of chaincode with this transaction action
getChaincodeIDVersion() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
get version of chaincode with this transaction action
getChaincodeInputArgs(int) - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getChaincodeInputArgsCount() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getChaincodeInputIsInit() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
Checks if this transaction is an init transaction.
getChaincodeInputStream() - Method in class org.hyperledger.fabric.sdk.InstallProposalRequest
Deprecated.
 
getChaincodeLanguage() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
getChaincodeName() - Method in class org.hyperledger.fabric.sdk.QueryLifecycleQueryChaincodeDefinitionRequest
 
getChaincodeName() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
getChaincodePath() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
getChaincodePayloadBytes() - Method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
 
getChaincodeSourceLocation() - Method in class org.hyperledger.fabric.sdk.InstallProposalRequest
Deprecated.
 
getChaincodeVersion() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
GETCHAININFO - Static variable in class org.hyperledger.fabric.sdk.QuerySCCRequest
 
getChannel() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
getChannel() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getChannel(String) - Method in class org.hyperledger.fabric.sdk.HFClient
getChannel by name
getChannelConfigurationAsBytes() - Method in class org.hyperledger.fabric.sdk.ChannelConfiguration
 
getChannelConfigurationBytes(User, Orderer) - Method in class org.hyperledger.fabric.sdk.Channel
Get channel configuration from a specific Orderer
getChannelConfigurationBytes(User, Peer) - Method in class org.hyperledger.fabric.sdk.Channel
Get channel configuration from a specific peer
getChannelConfigurationBytes() - Method in class org.hyperledger.fabric.sdk.Channel
 
getChannelConfigurationBytes(User) - Method in class org.hyperledger.fabric.sdk.Channel
Channel Configuration bytes.
getChannelConfigurationSignature(ChannelConfiguration, User) - Method in class org.hyperledger.fabric.sdk.HFClient
Get signature for channel configuration
getChannelId() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
Get channel id
getChannelId() - Method in class org.hyperledger.fabric.sdk.BlockInfo
 
getChannelNames() - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Get the channel names found.
getChild(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
Gets child affiliation by name
getChildren() - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
The names of all affiliations affected by request
getChildren() - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation.HFCAAffiliationResp
The names of all affiliations affected by request
getClient() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
getClient() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getClientOrganization() - Method in class org.hyperledger.fabric.sdk.NetworkConfig
 
getCollectionConfig() - Method in class org.hyperledger.fabric.sdk.CollectionConfigPackage.CollectionConfig
The collection information returned directly from the peer.
getCollectionConfigPackage() - Method in class org.hyperledger.fabric.sdk.CollectionConfigPackage
The raw collection information returned from the peer.
getCollectionConfigs() - Method in class org.hyperledger.fabric.sdk.CollectionConfigPackage
Collection of the chaincode collections.
getConfigUpdateAnchorPeers(Peer, User, Collection<String>, Collection<String>) - Method in class org.hyperledger.fabric.sdk.Channel
Get a channel configuration update to add or remove peers.
getCreator() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
This is the creator or submitter of the transaction.
getCred() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getCri() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getCryptoSuite() - Method in class org.hyperledger.fabric.sdk.HFClient
 
getCryptoSuite() - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
 
getCurrentBlockHash() - Method in class org.hyperledger.fabric.sdk.BlockchainInfo
 
getCurrentPeers() - Method in class org.hyperledger.fabric.sdk.Channel.AnchorPeersConfigUpdateResult
The anchor peers found in the current channel configuration.
getDataHash() - Method in class org.hyperledger.fabric.sdk.BlockInfo
 
getDiscoveredChaincodeNames() - Method in class org.hyperledger.fabric.sdk.Channel
Collection of discovered chaincode names.
getEndorsementInfo(int) - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getEndorsementPlugin() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionProposalResponse
The endorsement plugin for this chaincode.
getEndorsementPlugin() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionsResult
The endorsement plugin defined for this chaincode.
getEndorsementsCount() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getEndorser() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EndorserInfo
Deprecated.
use getId and getMspid
getEndorsers() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDLayout.SDGroup
 
getEndpoint() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
getEndpoint() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getEndpoint() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorser
 
getEndPoint() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDOrderer
 
getEndpointMap() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
getEndpointMap() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getEnrollment() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
getEnrollment() - Method in interface org.hyperledger.fabric.sdk.User
Get the user's enrollment certificate information.
getEnrollmentId() - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
The name of the identity
getEnrollmentID() - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
getEnrollSecret() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
getEnvelope() - Method in class org.hyperledger.fabric.sdk.TransactionInfo
 
getEnvelopeCount() - Method in class org.hyperledger.fabric.sdk.BlockInfo
getEnvelopeCount
getEnvelopeInfo(int) - Method in class org.hyperledger.fabric.sdk.BlockInfo
Return a specific envelope in the block by it's index.
getEnvelopeInfos() - Method in class org.hyperledger.fabric.sdk.BlockInfo
Return and iterable EnvelopeInfo over each Envelope contained in the Block
getEpoch() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
Deprecated. 
getEvent() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
Get chaincode events for this transaction.
getEventName() - Method in class org.hyperledger.fabric.sdk.ChaincodeEvent
Get Chaincode event's name;
getExceptionThrown() - Method in interface org.hyperledger.fabric.sdk.Peer.PeerEventingServiceDisconnectEvent
Last exception throw for failing connection
getFabricChaincodeID() - Method in class org.hyperledger.fabric.sdk.ChaincodeID
 
getFabricChaincodeID() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
getFcn() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
getFilteredBlock() - Method in class org.hyperledger.fabric.sdk.BlockInfo
 
getHash() - Method in class org.hyperledger.fabric.sdk.idemix.IdemixIssuerPublicKey
 
getHeight() - Method in class org.hyperledger.fabric.sdk.BlockchainInfo
 
getHFCAAffiliations(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
gets all affiliations that the registrar is allowed to see
getHFCACertificates(User, HFCACertificateRequest) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Gets all certificates that the registrar is allowed to see and based on filter parameters that are part of the certificate request.
getHFCAIdentities(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
gets all identities that the registrar is allowed to see
getHosts() - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
 
getHttpOptions() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.CAInfo
 
getId() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EndorserInfo
 
getId() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo.IdentitiesInfo
The identification of the identity usually the certificate.
getIdemixIssuerPublicKey() - Method in class org.hyperledger.fabric_ca.sdk.HFCAInfo
Get the idemix issuer public key.
getIdemixIssuerRevocationPublicKey() - Method in class org.hyperledger.fabric_ca.sdk.HFCAInfo
Get the idemix issuer revocation public key.
getIdentities() - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
The identities affected during request.
getIdentities() - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation.HFCAAffiliationResp
The identities affected during request
getInitRequired() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionProposalResponse
Is init required for the chaincode.
getInitRequired() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionsResult
Whether initialization is required for this chaincode.
getIpk() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getKey() - Method in interface org.hyperledger.fabric.sdk.Enrollment
Get the user's private key
getKey() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getKey() - Method in class org.hyperledger.fabric.sdk.identity.X509Enrollment
 
getKeyPemBytes() - Method in class org.hyperledger.fabric.sdk.security.certgen.TLSCertificateKeyPair
 
getLabel() - Method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
 
getLabel() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryInstalledChaincodeProposalResponse
The lable used by this chaincode.
getLabel() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryInstalledChaincodesProposalResponse.LifecycleQueryInstalledChaincodesResult
The label used by this chaincode.
getLabel() - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
 
getLastConnectTime() - Method in interface org.hyperledger.fabric.sdk.Peer.PeerEventingServiceDisconnectEvent
Last connect time
getLatestBLockReceived() - Method in interface org.hyperledger.fabric.sdk.Peer.PeerEventingServiceDisconnectEvent
The latest BlockEvent received by peer eventing service.
getLayouts() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDChaindcode
 
getLedgerHeight() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorser
 
getLifecycleQueryChaincodeDefinitionsResult() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionsProposalResponse
The definitions of chaincode that have been committed.
getLifecycleQueryInstalledChaincodesResult() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryInstalledChaincodesProposalResponse
 
getListenerHandle() - Method in class org.hyperledger.fabric.sdk.QueuedBlockEvent
The listner handle that produced this event.
getMaxEnrollments() - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
The max enrollment value of the identity
getMaxEnrollments() - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
getMaximumPeerCount() - Method in class org.hyperledger.fabric.sdk.CollectionConfigPackage.CollectionConfig
Minimum peer count.
getMessage() - Method in class org.hyperledger.fabric.sdk.ChaincodeResponse
 
getMetaInfJson() - Method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
 
getMspid() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EndorserInfo
 
getMspid() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo.IdentitiesInfo
The MSPId of the user.
getMspId() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
getMspId() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getMspId() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getMspId() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.OrgInfo
 
getMspid() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
getMspId() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
getMspid() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorser
 
getMspid() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDOrderer
 
getMspId() - Method in interface org.hyperledger.fabric.sdk.User
Get the Membership Service Provider Identifier provided by the user's organization.
getName() - Method in class org.hyperledger.fabric.sdk.ChaincodeID
 
getName() - Method in class org.hyperledger.fabric.sdk.Channel
Get the channel name
getName() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getName() - Method in class org.hyperledger.fabric.sdk.CollectionConfigPackage.CollectionConfig
Name of the collection.
getName() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionsResult
The chaincode name.
getName() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.CAInfo
 
getName() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.OrgInfo
 
getName() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
getName() - Method in class org.hyperledger.fabric.sdk.Orderer
Return Orderer's name
getName() - Method in class org.hyperledger.fabric.sdk.Peer
Peer's name
getName() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorser
 
getName() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDLayout.SDGroup
 
getName() - Method in interface org.hyperledger.fabric.sdk.User
Get the name that identifies the user.
getName() - Method in class org.hyperledger.fabric_ca.sdk.Attribute
 
getName() - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
The name of the affiliation
getNamespace() - Method in class org.hyperledger.fabric.sdk.TxReadWriteSetInfo.NsRwsetInfo
 
getNewest() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Get newest block on startup of peer eventing service.
getNonce() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
The nonce of the transaction.
getNsRwsetCount() - Method in class org.hyperledger.fabric.sdk.TxReadWriteSetInfo
 
getNsRwsetInfo(int) - Method in class org.hyperledger.fabric.sdk.TxReadWriteSetInfo
 
getNsRwsetInfos() - Method in class org.hyperledger.fabric.sdk.TxReadWriteSetInfo
 
getNym() - Method in class org.hyperledger.fabric.sdk.idemix.IdemixPseudonym
 
getNym() - Method in class org.hyperledger.fabric.sdk.identity.IdemixSigningIdentity
 
getOrdererNames() - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Names of Orderers found
getOrdererProperties(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Get properties for a specific Orderer.
getOrderers() - Method in class org.hyperledger.fabric.sdk.Channel
 
getOrderersForOrganization(String) - Method in class org.hyperledger.fabric.sdk.Channel
Get orderers that belong to an organization from the organization's MSPID These values may not be available till after the channel is initialized.
getOrderersOrganizationMSPIDs() - Method in class org.hyperledger.fabric.sdk.Channel
Collection of strings which are the MSPIDs of all the orderer organization added.
getOrganizationInfo(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig
 
getOu() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getOuValue() - Method in class org.hyperledger.fabric.sdk.identity.IdemixIdentity
 
getPackageId() - Method in class org.hyperledger.fabric.sdk.LifecycleInstallChaincodeProposalResponse
The packageId the identifies this chaincode change.
getPackageId() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryInstalledChaincodeProposalResponse
The packageId for this chaincode.
getPackageId() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryInstalledChaincodesProposalResponse.LifecycleQueryInstalledChaincodesResult
The packageId that identifies this chaincode.
getPath() - Method in class org.hyperledger.fabric.sdk.ChaincodeID
 
getPath() - Method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
 
getPayload() - Method in class org.hyperledger.fabric.sdk.ChaincodeEvent
Binary data associated with this event.
getPeer() - Method in class org.hyperledger.fabric.sdk.BlockEvent
The Peer that received this event.
getPeer() - Method in class org.hyperledger.fabric.sdk.BlockEvent.TransactionEvent
The peer that received this event.
getPeer() - Method in class org.hyperledger.fabric.sdk.ProposalResponse
The peer this proposal was created on.
getPeerAdmin() - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Returns the admin user associated with the client organization
getPeerAdmin(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Returns the admin user associated with the specified organization
getPeerAdmin() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.OrgInfo
Returns the associated admin user
getPeerEventingServiceDisconnected() - Method in class org.hyperledger.fabric.sdk.Peer
Get current disconnect handler service
getPeerNames() - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Names of Peers found
getPeerNames() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.OrgInfo
 
getPeerOrgInfos(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Find organizations for a peer.
getPeerProperties(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Get properties for a specific peer.
getPeerRoles() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Return the roles the peer has.
getPeers() - Method in class org.hyperledger.fabric.sdk.Channel
Get the peers for this channel.
getPeers(EnumSet<Peer.PeerRole>) - Method in class org.hyperledger.fabric.sdk.Channel
Get the peers for this channel.
getPeersAdded() - Method in class org.hyperledger.fabric.sdk.Channel.AnchorPeersConfigUpdateResult
The peers to be added.
getPeersForOrganization(String) - Method in class org.hyperledger.fabric.sdk.Channel
Get peers that belong to an organization from the organization's MSPID These values may not be available till after the channel is initialized.
getPeersOptions(Peer) - Method in class org.hyperledger.fabric.sdk.Channel
 
getPeersOrganizationMSPIDs() - Method in class org.hyperledger.fabric.sdk.Channel
Collection of strings which are the MSPIDs of all the peer organization added.
getPeersRemoved() - Method in class org.hyperledger.fabric.sdk.Channel.AnchorPeersConfigUpdateResult
The peers to be removed..
getPeerUrl(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Get URL for a specific peer.
getPEM() - Method in class org.hyperledger.fabric_ca.sdk.HFCAX509Certificate
 
getPickedLayout() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorserState
 
getPk() - Method in class org.hyperledger.fabric.sdk.idemix.WeakBB.KeyPair
 
getPolicyBytes() - Method in class org.hyperledger.fabric.sdk.ChaincodeEndorsementPolicy
 
getPreviousBlockHash() - Method in class org.hyperledger.fabric.sdk.BlockchainInfo
 
getPreviousHash() - Method in class org.hyperledger.fabric.sdk.BlockInfo
 
getProcessedTransaction() - Method in class org.hyperledger.fabric.sdk.TransactionInfo
 
getProfile() - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
 
getProof() - Method in class org.hyperledger.fabric.sdk.identity.IdemixSigningIdentity
 
getProofBytes(RevocationAlgorithm) - Static method in class org.hyperledger.fabric.sdk.idemix.RevocationAuthority
Depending on the selected revocation algorithm, the proof data length will be different.
getProperties() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
getProperties() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getProperties() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.CAInfo
 
getProperties() - Method in class org.hyperledger.fabric.sdk.Orderer
Get Orderer properties.
getProperties() - Method in class org.hyperledger.fabric.sdk.Peer
 
getProperties() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDOrderer
 
getPropertyName() - Method in enum org.hyperledger.fabric.sdk.Peer.PeerRole
 
getProposal() - Method in class org.hyperledger.fabric.sdk.ProposalResponse
 
getProposalConsistencySets(Collection<ProposalResponse>) - Static method in class org.hyperledger.fabric.sdk.SDKUtils
Check that the proposals all have consistent read write sets
getProposalConsistencySets(Collection<? extends ProposalResponse>, Set<ProposalResponse>) - Static method in class org.hyperledger.fabric.sdk.SDKUtils
Check that the proposals all have consistent read write sets
getProposalResponse() - Method in class org.hyperledger.fabric.sdk.ProposalResponse
Get response to the proposal returned by the peer.
getProposalResponseMessageBytes() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getProposalResponsePayload() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getProposalResponseStatus() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getProposalWaitTime() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
Gets the timeout for a single proposal request to endorser in milliseconds.
getProtocol() - Method in class org.hyperledger.fabric.sdk.Peer
 
getQueryParameters() - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get all the filter parameters for this certificate request
getRand() - Static method in class org.hyperledger.fabric.sdk.idemix.IdemixUtils
Returns a random number generator, amcl.RAND, initialized with a fresh seed.
getReconnectCount() - Method in interface org.hyperledger.fabric.sdk.Peer.PeerEventingServiceDisconnectEvent
Number reconnection attempts since last disconnection.
getRegistrars() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.CAInfo
 
getRequired() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDLayout.SDGroup
 
getRequiredPeerCount() - Method in class org.hyperledger.fabric.sdk.CollectionConfigPackage.CollectionConfig
return required peer
getResp() - Method in exception org.hyperledger.fabric.sdk.exception.PeerEventingServiceException
If response from the Peer's error is received return it.
getResponseMessage() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getResponseMessageBytes() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getResponseStatus() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
 
getRevocationPk() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getRoleMask() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getRoleMask() - Method in class org.hyperledger.fabric.sdk.identity.IdemixIdentity
 
getRoles() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
getRoles() - Method in interface org.hyperledger.fabric.sdk.User
Get the roles to which the user belongs.
getRwset() - Method in class org.hyperledger.fabric.sdk.TxReadWriteSetInfo.NsRwsetInfo
 
getSDLGroups() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDLayout
 
getSDOrdererAddition() - Method in class org.hyperledger.fabric.sdk.Channel
Get current service discovery orderer addition override.
getSDPeerAddition() - Method in class org.hyperledger.fabric.sdk.Channel
Get current service discovery peer addition override.
getSecret() - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
The secret of the identity
getSecret() - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
getSequence() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionProposalResponse
The sequence of change for this chaincode.
getSequence() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionsResult
The sequence of change for this chaincode.
getSerializedPolicyBytes() - Method in class org.hyperledger.fabric.sdk.LifecycleChaincodeEndorsementPolicy
 
getServiceDiscoveryProperties() - Method in class org.hyperledger.fabric.sdk.Channel
 
getSignature() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EndorserInfo
 
getSignature() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo
Signature for the transaction.
getSigningIdentity(CryptoSuite, User) - Static method in class org.hyperledger.fabric.sdk.identity.IdentityFactory
 
getSk() - Method in class org.hyperledger.fabric.sdk.idemix.WeakBB.KeyPair
 
getSk() - Method in class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
getStartEvents() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
The block number to start getting events from on start up of the peer eventing service..
getStatus() - Method in class org.hyperledger.fabric.sdk.ChaincodeResponse
 
getStatus() - Method in enum org.hyperledger.fabric.sdk.ChaincodeResponse.Status
 
getStatusCode() - Method in exception org.hyperledger.fabric_ca.sdk.exception.HTTPException
 
getStatusCode() - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation.HFCAAffiliationResp
 
getStatusCode() - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateResponse
Returns the status code of the request
getStatusCode() - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
The Status Code level of client, HTTP status codes above this value will return in a exception, otherwise, the status code will be return the status code and appropriate error will be logged.
getStillRequired() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDLayout.SDGroup
 
getStopEvents() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
The stopping block number when the peer eventing service will stop sending blocks.
GetTCertBatchException - Exception in org.hyperledger.fabric.sdk.exception
 
GetTCertBatchException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.GetTCertBatchException
 
getTimedOut() - Method in exception org.hyperledger.fabric.sdk.exception.PeerEventingServiceException
 
getTimestamp() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
Timestamp
getTLSCerts() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
getTLSCerts() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getTlsCerts() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDOrderer
 
getTLSIntermediateCerts() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
getTLSIntermediateCerts() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
getTlsIntermediateCerts() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDOrderer
 
getTransactionActionInfo(int) - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo
 
getTransactionActionInfoCount() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo
 
getTransactionActionInfos() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo
 
GETTRANSACTIONBYID - Static variable in class org.hyperledger.fabric.sdk.QuerySCCRequest
 
getTransactionContext() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
Get the transaction context to be used when submitting this transaction request, if one has been set.
getTransactionCount() - Method in class org.hyperledger.fabric.sdk.BlockInfo
Number of endorser transaction found in the block.
getTransactionEvent() - Method in exception org.hyperledger.fabric.sdk.exception.TransactionEventException
 
getTransactionEvents() - Method in class org.hyperledger.fabric.sdk.BlockEvent
 
getTransactionID() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
The transaction ID
getTransactionID() - Method in class org.hyperledger.fabric.sdk.ChaincodeResponse
 
getTransactionID() - Method in class org.hyperledger.fabric.sdk.TransactionInfo
 
getTransActionsMetaData() - Method in class org.hyperledger.fabric.sdk.BlockInfo
 
getTransientMap() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
Transient data added to the proposal that is not added to the ledger.
getTxId() - Method in class org.hyperledger.fabric.sdk.ChaincodeEvent
Get transaction id associated with this event.
getTxReadWriteSet() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfo
Get read write set for this transaction.
getType() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
 
getType() - Method in class org.hyperledger.fabric.sdk.BlockInfo
Block type information.
getType() - Method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
 
getType() - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
The type of the identity
getType() - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
getUnApprovedOrgs() - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessProposalResponse
The set of organizations that have not approved this chaincode definition.
getUpdateChannelConfiguration() - Method in class org.hyperledger.fabric.sdk.Channel.AnchorPeersConfigUpdateResult
The actual config update @see UpdateChannelConfiguration
getUpdateChannelConfigurationAsBytes() - Method in class org.hyperledger.fabric.sdk.UpdateChannelConfiguration
 
getUpdateChannelConfigurationSignature(UpdateChannelConfiguration, User) - Method in class org.hyperledger.fabric.sdk.Channel
Get signed byes of the update channel.
getUpdateChannelConfigurationSignature(UpdateChannelConfiguration, User) - Method in class org.hyperledger.fabric.sdk.HFClient
Get signature for update channel configuration
getUpdatedPeers() - Method in class org.hyperledger.fabric.sdk.Channel.AnchorPeersConfigUpdateResult
The anchor peers found in the updated channel configuration.
getUpdateName() - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
The name of the new affiliation
getUrl() - Method in class org.hyperledger.fabric.sdk.NetworkConfig.CAInfo
 
getUrl() - Method in class org.hyperledger.fabric.sdk.Orderer
getUrl - the Grpc url of the Orderer
getUrl() - Method in class org.hyperledger.fabric.sdk.Peer
Get the URL of the peer.
getUserContext() - Method in class org.hyperledger.fabric.sdk.HFClient
 
getValidationCode() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
 
getValidationCode() - Method in class org.hyperledger.fabric.sdk.TransactionInfo
 
getValidationParameter() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionProposalResponse
The validation parameter bytes that were set when the chaincode was defined.
getValidationParameter() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionsResult
The validation parameter bytes that were set when the chaincode was defined.
getValidationPlugin() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionProposalResponse
The valadiation plugin defined for this chaincode.
getValidationPlugin() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionsResult
The validation plugin defined for this chaincode.
getValue() - Method in class org.hyperledger.fabric_ca.sdk.Attribute
 
getVersion() - Method in class org.hyperledger.fabric.sdk.ChaincodeID
 
getVersion() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionProposalResponse
The chaincodes version
getVersion() - Method in class org.hyperledger.fabric.sdk.LifecycleQueryChaincodeDefinitionsResult
The chaincode version.
getVersion() - Method in class org.hyperledger.fabric_ca.sdk.HFCAInfo
Get the version of the Fabric CA server
getX509() - Method in class org.hyperledger.fabric_ca.sdk.HFCAX509Certificate
 

H

hashCode() - Method in class org.hyperledger.fabric.sdk.Peer
 
hashCode() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorser
 
hashModOrder(byte[]) - Static method in class org.hyperledger.fabric.sdk.idemix.IdemixUtils
hashModOrder hashes bytes to an amcl.BIG in 0, ..., GROUP_ORDER
hasNext() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfoIterator
 
hasNext() - Method in class org.hyperledger.fabric.sdk.TxReadWriteSetInfo.NsRwsetInfoIterator
 
HFCA_ATTRIBUTE_HFAFFILIATIONMGR - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_ATTRIBUTE_HFAFFILIATIONMGR is a boolean attribute that allows an identity to manage affiliations
HFCA_ATTRIBUTE_HFGENCRL - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_ATTRIBUTE_HFGENCRL is an attribute that allows an identity to generate a CRL
HFCA_ATTRIBUTE_HFINTERMEDIATECA - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_ATTRIBUTE_HFINTERMEDIATECA is a boolean attribute that allows an identity to enroll as an intermediate CA
HFCA_ATTRIBUTE_HFREGISTRARATTRIBUTES - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_ATTRIBUTE_HFREGISTRARATTRIBUTES is an attribute that has a list of attributes that the registrar is allowed to register for an identity
HFCA_ATTRIBUTE_HFREGISTRARDELEGATEROLES - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_ATTRIBUTE_HFREGISTRARDELEGATEROLES is an attribute that allows a registrar to give the roles specified to a registree for its 'hf.Registrar.Roles' attribute
HFCA_ATTRIBUTE_HFREGISTRARROLES - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_ATTRIBUTE_HFREGISTRARROLES is an attribute that allows a registrar to manage identities of the specified roles
HFCA_ATTRIBUTE_HFREVOKER - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_ATTRIBUTE_HFREVOKER is a boolean attribute that allows an identity to revoker a user and/or certificates
HFCA_TYPE_CLIENT - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_TYPE_CLIENT indicates that an identity is acting as a client
HFCA_TYPE_ORDERER - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_TYPE_ORDERER indicates that an identity is acting as an orderer
HFCA_TYPE_PEER - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_TYPE_PEER indicates that an identity is acting as a peer
HFCA_TYPE_USER - Static variable in class org.hyperledger.fabric_ca.sdk.HFCAClient
HFCA_TYPE_USER indicates that an identity is acting as a user
HFCAAffiliation - Class in org.hyperledger.fabric_ca.sdk
 
HFCAAffiliation.HFCAAffiliationResp - Class in org.hyperledger.fabric_ca.sdk
Response of affiliation requests
HFCACertificateException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
HFCACertificateException(String, Exception) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.HFCACertificateException
 
HFCACertificateException(String) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.HFCACertificateException
 
HFCACertificateRequest - Class in org.hyperledger.fabric_ca.sdk
Request to the Fabric CA server to get certificates based on filter parameters
HFCACertificateResponse - Class in org.hyperledger.fabric_ca.sdk
The response from a certificate API request, contains the status code of the request and certificates that were retrieved
HFCAClient - Class in org.hyperledger.fabric_ca.sdk
HFCAClient Hyperledger Fabric Certificate Authority Client.
HFCACredential - Class in org.hyperledger.fabric_ca.sdk
Credentials supported by Fabric CA
HFCACredential() - Constructor for class org.hyperledger.fabric_ca.sdk.HFCACredential
 
HFCAIdentity - Class in org.hyperledger.fabric_ca.sdk
 
HFCAInfo - Class in org.hyperledger.fabric_ca.sdk
Fabric Certificate authority information Contains information for the Fabric certificate authority
HFCAX509Certificate - Class in org.hyperledger.fabric_ca.sdk
An x509 credential
HFClient - Class in org.hyperledger.fabric.sdk
 
HTTPException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
HTTPException(String, int, Throwable) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.HTTPException
 
HTTPException(String, int) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.HTTPException
 
HTTPException(String, Throwable) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.HTTPException
 
HTTPException(String) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.HTTPException
 

I

IdemixCredential - Class in org.hyperledger.fabric.sdk.idemix
IdemixCredential represents a user's idemix credential, which is a BBS+ signature (see "Constant-Size Dynamic k-TAA" by Man Ho Au, Willy Susilo, Yi Mu) on the user's secret key and attribute values.
IdemixCredential(Idemix.Credential) - Constructor for class org.hyperledger.fabric.sdk.idemix.IdemixCredential
Construct an IdemixCredential from a serialized credential
IdemixCredRequest - Class in org.hyperledger.fabric.sdk.idemix
IdemixCredRequest represents the first message of the idemix issuance protocol, in which the user requests a credential from the issuer.
IdemixCredRequest(BIG, BIG, IdemixIssuerPublicKey) - Constructor for class org.hyperledger.fabric.sdk.idemix.IdemixCredRequest
Constructor
idemixEnroll(Enrollment, String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
idemixEnroll returns an Identity Mixer Enrollment, which supports anonymity and unlinkability
IdemixEnrollment - Class in org.hyperledger.fabric.sdk.identity
 
IdemixEnrollment(IdemixIssuerPublicKey, PublicKey, String, BIG, IdemixCredential, Idemix.CredentialRevocationInformation, String, int) - Constructor for class org.hyperledger.fabric.sdk.identity.IdemixEnrollment
 
IdemixEnrollmentRequest - Class in org.hyperledger.fabric_ca.sdk
An enrollment request is information required to enroll the user with member service.
IdemixIdentity - Class in org.hyperledger.fabric.sdk.identity
IdemixIdentity is a public serializable part of the IdemixSigningIdentity.
IdemixIdentity(Identities.SerializedIdentity) - Constructor for class org.hyperledger.fabric.sdk.identity.IdemixIdentity
Create Idemix Identity from a Serialized Identity
IdemixIdentity(String, IdemixIssuerPublicKey, ECP, String, int, IdemixSignature) - Constructor for class org.hyperledger.fabric.sdk.identity.IdemixIdentity
Create Idemix Identity from the following inputs:
IdemixIssuerKey - Class in org.hyperledger.fabric.sdk.idemix
IdemixIssuerKey represents an idemix issuer key pair
IdemixIssuerPublicKey - Class in org.hyperledger.fabric.sdk.idemix
IdemixIssuerPublicKey represents the idemix public key of an issuer (Certificate Authority).
IdemixIssuerPublicKey(Idemix.IssuerPublicKey) - Constructor for class org.hyperledger.fabric.sdk.idemix.IdemixIssuerPublicKey
Construct an IdemixIssuerPublicKey from a serialized issuer public key
IdemixPseudonym - Class in org.hyperledger.fabric.sdk.idemix
The class represents a pseudonym of a user, unlinkable to other pseudonyms of the user.
IdemixPseudonym(BIG, IdemixIssuerPublicKey) - Constructor for class org.hyperledger.fabric.sdk.idemix.IdemixPseudonym
Constructor
IdemixPseudonymSignature - Class in org.hyperledger.fabric.sdk.idemix
IdemixPseudonymSignature is a signature on a message which can be verified with respect to a pseudonym
IdemixPseudonymSignature(BIG, IdemixPseudonym, IdemixIssuerPublicKey, byte[]) - Constructor for class org.hyperledger.fabric.sdk.idemix.IdemixPseudonymSignature
Constructor
IdemixPseudonymSignature(Idemix.NymSignature) - Constructor for class org.hyperledger.fabric.sdk.idemix.IdemixPseudonymSignature
Construct a new signature from a serialized IdemixPseudonymSignature
IdemixRoles - Enum in org.hyperledger.fabric.sdk.identity
IdemixRoles is ENUM type that represent a Idemix Role and provide some functionality to operate with Bitmasks and to operate between MSPRoles and IdemixRoles.
IdemixSignature - Class in org.hyperledger.fabric.sdk.idemix
IdemixSignature represents an idemix signature, which is a zero knowledge proof of knowledge of a BBS+ signature.
IdemixSignature(IdemixCredential, BIG, IdemixPseudonym, IdemixIssuerPublicKey, boolean[], byte[], int, Idemix.CredentialRevocationInformation) - Constructor for class org.hyperledger.fabric.sdk.idemix.IdemixSignature
Create a new IdemixSignature by proving knowledge of a credential
IdemixSignature(Idemix.Signature) - Constructor for class org.hyperledger.fabric.sdk.idemix.IdemixSignature
Construct a new signature from a serialized IdemixSignature
IdemixSigningIdentity - Class in org.hyperledger.fabric.sdk.identity
IdemixSigningIdentity is an Idemix implementation of the SigningIdentity It contains IdemixIdentity (a public part) and a corresponding secret part that contains the user secret key and the commitment opening (randomness) to the pseudonym value (a commitment to the user secret)
IdemixSigningIdentity(IdemixEnrollment) - Constructor for class org.hyperledger.fabric.sdk.identity.IdemixSigningIdentity
 
IdemixSigningIdentity(IdemixIssuerPublicKey, PublicKey, String, BIG, IdemixCredential, Idemix.CredentialRevocationInformation, String, int) - Constructor for class org.hyperledger.fabric.sdk.identity.IdemixSigningIdentity
Create new Idemix Signing Identity with a fresh pseudonym
IdemixUtils - Class in org.hyperledger.fabric.sdk.idemix
The class IdemixUtils consists of all needed utility functions for Idemix.
Identity - Interface in org.hyperledger.fabric.sdk.identity
Identity corresponds to the Identity in fabric MSP.
IdentityException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
IdentityException(String, Throwable) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.IdentityException
 
IdentityException(String) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.IdentityException
 
IdentityFactory - Class in org.hyperledger.fabric.sdk.identity
 
ignoreEndpoints(String...) - Method in class org.hyperledger.fabric.sdk.Channel.DiscoveryOptions
 
info() - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Return information on the Fabric Certificate Authority.
InfoException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
InfoException(String, Exception) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.InfoException
 
InfoException(String) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.InfoException
 
initialize() - Method in class org.hyperledger.fabric.sdk.Channel
Initialize the Channel.
InstallProposalRequest - Class in org.hyperledger.fabric.sdk
InstantiateProposalRequest - Class in org.hyperledger.fabric.sdk
Deprecated.
See LifecycleCommitChaincodeDefinitionRequest to define chaincode then TransactionRequest.setInit(boolean) to do initialization if required.
InvalidArgumentException - Exception in org.hyperledger.fabric.sdk.exception
 
InvalidArgumentException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.InvalidArgumentException
 
InvalidArgumentException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.InvalidArgumentException
 
InvalidArgumentException(Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.InvalidArgumentException
 
InvalidArgumentException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
InvalidArgumentException(String, Exception) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.InvalidArgumentException
 
InvalidArgumentException(String) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.InvalidArgumentException
 
InvalidArgumentException(Throwable) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.InvalidArgumentException
 
InvalidProtocolBufferRuntimeException - Exception in org.hyperledger.fabric.sdk.exception
 
InvalidProtocolBufferRuntimeException(String, InvalidProtocolBufferException) - Constructor for exception org.hyperledger.fabric.sdk.exception.InvalidProtocolBufferRuntimeException
 
InvalidProtocolBufferRuntimeException(InvalidProtocolBufferException) - Constructor for exception org.hyperledger.fabric.sdk.exception.InvalidProtocolBufferRuntimeException
 
InvalidTransactionException - Exception in org.hyperledger.fabric.sdk.exception
 
InvalidTransactionException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.InvalidTransactionException
 
InvalidTransactionException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.InvalidTransactionException
 
InvokeException - Exception in org.hyperledger.fabric.sdk.exception
 
InvokeException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.InvokeException
 
isDeleted() - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
Returns true if the affiliation has been deleted
isDeleted() - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
Returns true if the identity has been deleted
isFiltered() - Method in class org.hyperledger.fabric.sdk.BlockInfo
 
isInit() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
isInitialized() - Method in class org.hyperledger.fabric.sdk.Channel
Is channel initialized.
isInspectResults() - Method in class org.hyperledger.fabric.sdk.Channel.DiscoveryOptions
 
isInvalid() - Method in class org.hyperledger.fabric.sdk.ChaincodeResponse
 
isShutdown() - Method in class org.hyperledger.fabric.sdk.Channel
Is the channel shutdown.
isTLS() - Method in interface org.hyperledger.fabric.sdk.Channel.SDOrdererAdditionInfo
 
isTLS() - Method in interface org.hyperledger.fabric.sdk.Channel.SDPeerAdditionInfo
 
isTLS() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorser
 
isTLS() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDOrderer
 
isValid() - Method in class org.hyperledger.fabric.sdk.BlockInfo.EnvelopeInfo
 
isVerified() - Method in class org.hyperledger.fabric.sdk.ProposalResponse
 
iterator() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionIterable
 
iterator() - Method in class org.hyperledger.fabric.sdk.TxReadWriteSetInfo.NsRwsetInfoIterable
 

J

joinPeer(Peer) - Method in class org.hyperledger.fabric.sdk.Channel
Join the peer to the channel.
joinPeer(Peer, Channel.PeerOptions) - Method in class org.hyperledger.fabric.sdk.Channel
 
joinPeer(Orderer, Peer, Channel.PeerOptions) - Method in class org.hyperledger.fabric.sdk.Channel
Join peer to channel

L

LifecycleApproveChaincodeDefinitionForMyOrgProposalResponse - Class in org.hyperledger.fabric.sdk
LifecycleApproveChaincodeDefinitionForMyOrgRequest - Class in org.hyperledger.fabric.sdk
LifecycleApproveChaincodeDefinitionForMyOrgRequest parameters for approving chaincode with lifecycle.
LifecycleChaincodeEndorsementPolicy - Class in org.hyperledger.fabric.sdk
A wrapper for the Hyperledger Fabric Policy object
LifecycleChaincodePackage - Class in org.hyperledger.fabric.sdk
A wrapper for the Hyperledger Fabric Policy object
LifecycleCheckCommitReadinessProposalResponse - Class in org.hyperledger.fabric.sdk
Returns the response for a LifecycleCheckCommitReadinessStatus showing what organizations have or have not approved yet.
LifecycleCheckCommitReadinessRequest - Class in org.hyperledger.fabric.sdk
Queries the approval status of organizations for chaincode sequence.
LifecycleCommitChaincodeDefinitionProposalResponse - Class in org.hyperledger.fabric.sdk
LifecycleCommitChaincodeDefinitionRequest - Class in org.hyperledger.fabric.sdk
LifecycleCommitChaincodeDefinitionRequest parameters for defining chaincode with lifecycle
LifecycleInstallChaincodeProposalResponse - Class in org.hyperledger.fabric.sdk
LifecycleInstallChaincodeRequest - Class in org.hyperledger.fabric.sdk
LifecycleInstallChaincodeRequest parameters for installing chaincode with lifecycle see also HFClient.sendLifecycleInstallChaincodeRequest(LifecycleInstallChaincodeRequest, Collection)
lifecycleQueryChaincodeDefinition(QueryLifecycleQueryChaincodeDefinitionRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel
lifecycleQueryChaincodeDefinition get definition of chaincode.
LifecycleQueryChaincodeDefinitionProposalResponse - Class in org.hyperledger.fabric.sdk
LifecycleQueryChaincodeDefinitionProposalResponse is response to a LifecycleQueryChaincodeDefinition Returns the chaoncode's sequence, version, endorsement plugin, validation plugin, validation parameter, collections and init is required.
lifecycleQueryChaincodeDefinitions(LifecycleQueryChaincodeDefinitionsRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel
Query namespaces.
LifecycleQueryChaincodeDefinitionsProposalResponse - Class in org.hyperledger.fabric.sdk
 
LifecycleQueryChaincodeDefinitionsRequest - Class in org.hyperledger.fabric.sdk
Request for definitions of commited chaincode.
LifecycleQueryChaincodeDefinitionsResult - Class in org.hyperledger.fabric.sdk
Definition of a chaincode.
LifecycleQueryInstalledChaincodeProposalResponse - Class in org.hyperledger.fabric.sdk
QueryInstalledChaincode proposal returned by sending the LifecycleQueryInstalledChaincodeRequest to a peer.
LifecycleQueryInstalledChaincodeRequest - Class in org.hyperledger.fabric.sdk
Request to get a LifecycleQueryInstalledChaincodeProposalResponse for a specific packageId
LifecycleQueryInstalledChaincodesProposalResponse - Class in org.hyperledger.fabric.sdk
Result of querying all chaincodes on a peer.
LifecycleQueryInstalledChaincodesProposalResponse.LifecycleQueryInstalledChaincodesResult - Class in org.hyperledger.fabric.sdk
 
LifecycleQueryInstalledChaincodesRequest - Class in org.hyperledger.fabric.sdk
Request to return all installed chaincode on a peer.
loadChannelFromConfig(String, NetworkConfig, NetworkConfig.NetworkConfigAddPeerHandler, NetworkConfig.NetworkConfigAddOrdererHandler) - Method in class org.hyperledger.fabric.sdk.HFClient
Configures a channel based on information loaded from a Network Config file.
loadChannelFromConfig(String, NetworkConfig) - Method in class org.hyperledger.fabric.sdk.HFClient
Configures a channel based on information loaded from a Network Config file.

N

NetworkConfig - Class in org.hyperledger.fabric.sdk
Holds details of network and channel configurations typically loaded from an external config file.
NetworkConfig.CAInfo - Class in org.hyperledger.fabric.sdk
Holds the details of a Certificate Authority
NetworkConfig.NetworkConfigAddOrdererHandler - Interface in org.hyperledger.fabric.sdk
Interface defining handler for adding orderers.
NetworkConfig.NetworkConfigAddPeerHandler - Interface in org.hyperledger.fabric.sdk
Interface defining handler for adding peers.
NetworkConfig.OrgInfo - Class in org.hyperledger.fabric.sdk
Holds details of an Organization
NetworkConfig.UserInfo - Class in org.hyperledger.fabric.sdk
Holds details of a User
NetworkConfigurationException - Exception in org.hyperledger.fabric.sdk.exception
 
NetworkConfigurationException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.NetworkConfigurationException
 
NetworkConfigurationException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.NetworkConfigurationException
 
newBuilder() - Static method in class org.hyperledger.fabric.sdk.ChaincodeID
Chaincode builder
newChannel(String) - Method in class org.hyperledger.fabric.sdk.HFClient
newChannel - already configured channel.
newChannel(String, Orderer, ChannelConfiguration, byte[]...) - Method in class org.hyperledger.fabric.sdk.HFClient
Create a new channel
newHFCAAffiliation(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
 
newHFCACertificateRequest() - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
 
newHFCAIdentity(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Creates a new HFCA Identity object
newInstallProposalRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
newInstance(User) - Static method in class org.hyperledger.fabric.sdk.QueryByChaincodeRequest
 
newInstance(User) - Static method in class org.hyperledger.fabric.sdk.TransactionProposalRequest
 
newInstantiationProposalRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
Deprecated.
See LifecycleCommitChaincodeDefinitionRequest for defining the chaincode and and then TransactionRequest.setInit(boolean) to do the initialization if it's required by the chaincode.
newLifecycleApproveChaincodeDefinitionForMyOrgRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
newLifecycleApproveChaincodeDefinitionForMyOrgRequest get new Install proposal request.
newLifecycleCommitChaincodeDefinitionRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
newLifecycleApproveChaincodeDefinitionForMyOrgRequest get new Install proposal request.
newLifecycleInstallChaincodeRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
newInstallProposalRequest get new Query Install proposal request.
newLifecycleQueryChaincodeDefinitionsRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
Create a new QueryChaincodeDefinitions proposal request.
newLifecycleQueryInstalledChaincodeRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
Get newLifecycleQueryInstalledChaincodeRequest to find chaincodes installed.
newLifecycleQueryInstalledChaincodesRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
LifecycleQueryInstalledChaincodesRequest get new Query Install proposal request.
newLifecycleSimulateCommitChaincodeDefinitionRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
Get a LifecycleSimulateCommitChaincodeDefinitionRequest to find which chaincodes are approved by which organization.
newOrderer(String, String) - Method in class org.hyperledger.fabric.sdk.HFClient
Create a new urlOrderer.
newOrderer(String, String, Properties) - Method in class org.hyperledger.fabric.sdk.HFClient
Create a new orderer.
newPeer(String, String, Properties) - Method in class org.hyperledger.fabric.sdk.HFClient
newPeer create a new peer
newPeer(String, String) - Method in class org.hyperledger.fabric.sdk.HFClient
newPeer create a new peer
newQueryLifecycleQueryChaincodeDefinitionRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
get QueryLifecycleQueryChaincodeDefinitionRequest find which chaincodes are defined.
newQueryProposalRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
newQueryProposalRequest get new query proposal request.
newTransactionContext() - Method in class org.hyperledger.fabric.sdk.Channel
Create a new transaction context based on the client user context.
newTransactionProposalRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
newTransactionProposalRequest get new transaction proposal request.
newUpgradeProposalRequest() - Method in class org.hyperledger.fabric.sdk.HFClient
Deprecated.
See LifecycleCommitChaincodeDefinitionRequest for defining the chaincode and and then TransactionRequest.setInit(boolean) to do the initialization if it's required by the chaincode.
next() - Method in class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionInfoIterator
 
next() - Method in class org.hyperledger.fabric.sdk.TxReadWriteSetInfo.NsRwsetInfoIterator
 
NO_EVENT_SOURCE - Static variable in enum org.hyperledger.fabric.sdk.Peer.PeerRole
All roles except event source.
NoAvailableTCertException - Exception in org.hyperledger.fabric.sdk.exception
 
NoAvailableTCertException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.NoAvailableTCertException
 
noChannelID() - Method in class org.hyperledger.fabric.sdk.TransactionRequest
Determines whether an empty channel ID should be set on proposals built from this request.
nOfEvents(Channel.NOfEvents) - Method in class org.hyperledger.fabric.sdk.Channel.TransactionOptions
Events reporting Eventing Peers to complete the transaction.
nofNoEvents - Static variable in class org.hyperledger.fabric.sdk.Channel.NOfEvents
Special NofEvents indicating that no transaction events are needed to complete the Future.
NoValidPeerException - Exception in org.hyperledger.fabric.sdk.exception
 
NoValidPeerException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.NoValidPeerException
 
NsRwsetInfoIterable() - Constructor for class org.hyperledger.fabric.sdk.TxReadWriteSetInfo.NsRwsetInfoIterable
 

O

Orderer - Class in org.hyperledger.fabric.sdk
The Orderer class represents a orderer to which SDK sends deploy, invoke, or query requests.
ORDERER_ORGANIZATION_MSPID_PROPERTY - Static variable in class org.hyperledger.fabric.sdk.Orderer
 
orderers(Orderer...) - Method in class org.hyperledger.fabric.sdk.Channel.TransactionOptions
The orders to try on this transaction.
orderers(Collection<Orderer>) - Method in class org.hyperledger.fabric.sdk.Channel.TransactionOptions
The orders to try on this transaction.
org.hyperledger.fabric.sdk - package org.hyperledger.fabric.sdk
 
org.hyperledger.fabric.sdk.exception - package org.hyperledger.fabric.sdk.exception
 
org.hyperledger.fabric.sdk.idemix - package org.hyperledger.fabric.sdk.idemix
 
org.hyperledger.fabric.sdk.identity - package org.hyperledger.fabric.sdk.identity
 
org.hyperledger.fabric.sdk.security.certgen - package org.hyperledger.fabric.sdk.security.certgen
 
org.hyperledger.fabric_ca.sdk - package org.hyperledger.fabric_ca.sdk
 
org.hyperledger.fabric_ca.sdk.exception - package org.hyperledger.fabric_ca.sdk.exception
 

P

Peer - Class in org.hyperledger.fabric.sdk
The Peer class represents a peer to which SDK sends deploy, or query proposals requests.
Peer.PeerEventingServiceDisconnected - Interface in org.hyperledger.fabric.sdk
 
Peer.PeerEventingServiceDisconnectEvent - Interface in org.hyperledger.fabric.sdk
 
Peer.PeerRole - Enum in org.hyperledger.fabric.sdk
Possible roles a peer can perform.
PEER_ORGANIZATION_MSPID_PROPERTY - Static variable in class org.hyperledger.fabric.sdk.Peer
 
PeerEventingServiceException - Exception in org.hyperledger.fabric.sdk.exception
 
PeerEventingServiceException(String, Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.PeerEventingServiceException
 
PeerEventingServiceException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.PeerEventingServiceException
 
PeerEventingServiceException(Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.PeerEventingServiceException
 
PeerException - Exception in org.hyperledger.fabric.sdk.exception
 
PeerException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.PeerException
 
PeerException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.PeerException
 
ProposalException - Exception in org.hyperledger.fabric.sdk.exception
 
ProposalException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.ProposalException
 
ProposalException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.ProposalException
 
ProposalException(Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.ProposalException
 
ProposalResponse - Class in org.hyperledger.fabric.sdk
 

Q

queryBlockByHash(byte[]) - Method in class org.hyperledger.fabric.sdk.Channel
query this channel for a Block by the block hash.
queryBlockByHash(byte[], User) - Method in class org.hyperledger.fabric.sdk.Channel
query this channel for a Block by the block hash.
queryBlockByHash(Peer, byte[]) - Method in class org.hyperledger.fabric.sdk.Channel
Query a peer in this channel for a Block by the block hash.
queryBlockByHash(Collection<Peer>, byte[]) - Method in class org.hyperledger.fabric.sdk.Channel
Query a peer in this channel for a Block by the block hash.
queryBlockByHash(Collection<Peer>, byte[], User) - Method in class org.hyperledger.fabric.sdk.Channel
Query a peer in this channel for a Block by the block hash.
queryBlockByNumber(long) - Method in class org.hyperledger.fabric.sdk.Channel
query this channel for a Block by the blockNumber.
queryBlockByNumber(long, User) - Method in class org.hyperledger.fabric.sdk.Channel
query this channel for a Block by the blockNumber.
queryBlockByNumber(Peer, long) - Method in class org.hyperledger.fabric.sdk.Channel
Query a peer in this channel for a Block by the blockNumber This method may not be thread safe if client context is changed!
queryBlockByNumber(Peer, long, User) - Method in class org.hyperledger.fabric.sdk.Channel
query a peer in this channel for a Block by the blockNumber
queryBlockByNumber(Collection<Peer>, long) - Method in class org.hyperledger.fabric.sdk.Channel
query a peer in this channel for a Block by the blockNumber This method may not be thread safe if client context is changed!
queryBlockByNumber(Collection<Peer>, long, User) - Method in class org.hyperledger.fabric.sdk.Channel
query a peer in this channel for a Block by the blockNumber
queryBlockByTransactionID(String) - Method in class org.hyperledger.fabric.sdk.Channel
query this channel for a Block by a TransactionID contained in the block The request is tried on on each peer till successful.
queryBlockByTransactionID(String, User) - Method in class org.hyperledger.fabric.sdk.Channel
query this channel for a Block by a TransactionID contained in the block The request is sent to a random peer in the channel
queryBlockByTransactionID(Peer, String) - Method in class org.hyperledger.fabric.sdk.Channel
query a peer in this channel for a Block by a TransactionID contained in the block This method may not be thread safe if client context is changed!
queryBlockByTransactionID(Peer, String, User) - Method in class org.hyperledger.fabric.sdk.Channel
query a peer in this channel for a Block by a TransactionID contained in the block
queryBlockByTransactionID(Collection<Peer>, String) - Method in class org.hyperledger.fabric.sdk.Channel
query a peer in this channel for a Block by a TransactionID contained in the block This method may not be thread safe if client context is changed!
queryBlockByTransactionID(Collection<Peer>, String, User) - Method in class org.hyperledger.fabric.sdk.Channel
query a peer in this channel for a Block by a TransactionID contained in the block
queryBlockchainInfo() - Method in class org.hyperledger.fabric.sdk.Channel
query this channel for chain information.
queryBlockchainInfo(User) - Method in class org.hyperledger.fabric.sdk.Channel
query this channel for chain information.
queryBlockchainInfo(Peer) - Method in class org.hyperledger.fabric.sdk.Channel
query for chain information This method may not be thread safe if client context is changed!
queryBlockchainInfo(Peer, User) - Method in class org.hyperledger.fabric.sdk.Channel
query for chain information
queryBlockchainInfo(Collection<Peer>, User) - Method in class org.hyperledger.fabric.sdk.Channel
query for chain information
queryByChaincode(QueryByChaincodeRequest) - Method in class org.hyperledger.fabric.sdk.Channel
Send Query proposal
queryByChaincode(QueryByChaincodeRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel
Send Query proposal
QueryByChaincodeRequest - Class in org.hyperledger.fabric.sdk
 
queryChannels(Peer) - Method in class org.hyperledger.fabric.sdk.HFClient
Query the joined channels for peers
queryCollectionsConfig(String, Peer, User) - Method in class org.hyperledger.fabric.sdk.Channel
Get information on the collections used by the chaincode.
QueryException - Exception in org.hyperledger.fabric.sdk.exception
 
QueryException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.QueryException
 
queryInstalledChaincodes(Peer) - Method in class org.hyperledger.fabric.sdk.HFClient
queryInstantiatedChaincodes(Peer) - Method in class org.hyperledger.fabric.sdk.Channel
Query peer for chaincode that has been instantiated This method may not be thread safe if client context is changed!
queryInstantiatedChaincodes(Peer, User) - Method in class org.hyperledger.fabric.sdk.Channel
Query peer for chaincode that has been instantiated
QueryLifecycleQueryChaincodeDefinitionRequest - Class in org.hyperledger.fabric.sdk
The QueryLifecycleQueryChaincodeDefinitionRequest returns for a specific chaincode name it's latest sequence change, version, collections and if init is required.
QuerySCCRequest - Class in org.hyperledger.fabric.sdk
Request for getting information about the blockchain ledger.
QuerySCCRequest(User) - Constructor for class org.hyperledger.fabric.sdk.QuerySCCRequest
 
queryTransactionByID(String) - Method in class org.hyperledger.fabric.sdk.Channel
Query this channel for a Fabric Transaction given its transactionID.
queryTransactionByID(String, User) - Method in class org.hyperledger.fabric.sdk.Channel
Query this channel for a Fabric Transaction given its transactionID.
queryTransactionByID(Peer, String) - Method in class org.hyperledger.fabric.sdk.Channel
Query for a Fabric Transaction given its transactionID This method may not be thread safe if client context is changed!
queryTransactionByID(Peer, String, User) - Method in class org.hyperledger.fabric.sdk.Channel
Query for a Fabric Transaction given its transactionID
queryTransactionByID(Collection<Peer>, String, User) - Method in class org.hyperledger.fabric.sdk.Channel
Query for a Fabric Transaction given its transactionID
QueuedBlockEvent - Class in org.hyperledger.fabric.sdk
Event returned on a Queued Block event listener.

R

randModOrder(RAND) - Static method in class org.hyperledger.fabric.sdk.idemix.IdemixUtils
 
read(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
gets a specific affiliation
read(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
read retrieves a specific identity
received(BlockEvent) - Method in interface org.hyperledger.fabric.sdk.BlockListener
Receive a block event from the Channel
received(String, BlockEvent, ChaincodeEvent) - Method in interface org.hyperledger.fabric.sdk.ChaincodeEventListener
Receiving a chaincode event.
reconnect(Long) - Method in interface org.hyperledger.fabric.sdk.Peer.PeerEventingServiceDisconnectEvent
 
reenroll(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Re-Enroll the user with member service
reenroll(User, EnrollmentRequest) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Re-Enroll the user with member service
register(RegistrationRequest, User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
Register a user.
registerBlockListener(BlockListener) - Method in class org.hyperledger.fabric.sdk.Channel
Register a block listener.
registerBlockListener(BlockingQueue<QueuedBlockEvent>) - Method in class org.hyperledger.fabric.sdk.Channel
Register a Queued block listener.
registerBlockListener(BlockingQueue<QueuedBlockEvent>, long, TimeUnit) - Method in class org.hyperledger.fabric.sdk.Channel
Register a Queued block listener.
registerChaincodeEventListener(Pattern, Pattern, ChaincodeEventListener) - Method in class org.hyperledger.fabric.sdk.Channel
Register a chaincode event listener.
registerEventsForBlocks() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Register the peer eventing services to return full event blocks.
registerEventsForFilteredBlocks() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Register the peer eventing services to return filtered blocks.
registerEventsForPrivateData() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Register the peer eventing services to return private data maps with the blocks.
RegistrationException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
RegistrationException(String, Exception) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.RegistrationException
 
RegistrationRequest - Class in org.hyperledger.fabric_ca.sdk
A registration request is information required to register a user, peer, or other type of member.
RegistrationRequest(String) - Constructor for class org.hyperledger.fabric_ca.sdk.RegistrationRequest
Register user with certificate authority
RegistrationRequest(String, String) - Constructor for class org.hyperledger.fabric_ca.sdk.RegistrationRequest
Register user with certificate authority
removeOrderer(Orderer) - Method in class org.hyperledger.fabric.sdk.Channel
 
removePeer(Peer) - Method in class org.hyperledger.fabric.sdk.Channel
Removes the peer connection from the channel.
RevocationAlgorithm - Enum in org.hyperledger.fabric.sdk.idemix
Enum for the supported revocation algorithms
RevocationAuthority - Class in org.hyperledger.fabric.sdk.idemix
 
RevocationException - Exception in org.hyperledger.fabric_ca.sdk.exception
 
RevocationException(String, Exception) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.RevocationException
 
RevocationException(String) - Constructor for exception org.hyperledger.fabric_ca.sdk.exception.RevocationException
 
revoke(User, Enrollment, String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
revoke one enrollment of user
revoke(User, Enrollment, String, boolean) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
revoke one enrollment of user
revoke(User, String, String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
revoke one user (including his all enrollments)
revoke(User, String, String, boolean) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
revoke one user (including his all enrollments)
revoke(User, String, String, String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
revoke one certificate
revoke(User, String, String, String, boolean) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
revoke one enrollment of user

S

SDEndorserState() - Constructor for class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorserState
 
SDKUtils - Class in org.hyperledger.fabric.sdk
 
SDOPeerDefaultAddition(Properties) - Constructor for class org.hyperledger.fabric.sdk.Channel.SDOPeerDefaultAddition
 
SDOrdererDefaultAddition(Properties) - Constructor for class org.hyperledger.fabric.sdk.Channel.SDOrdererDefaultAddition
 
sendInstallProposal(InstallProposalRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.HFClient
sendInstantiationProposal(InstantiateProposalRequest) - Method in class org.hyperledger.fabric.sdk.Channel
Deprecated.
See new lifecycle chaincode management. LifecycleInstallChaincodeRequest
sendInstantiationProposal(InstantiateProposalRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel
Deprecated.
See new lifecycle chaincode management. LifecycleInstallChaincodeRequest
sendLifecycleApproveChaincodeDefinitionForMyOrgProposal(LifecycleApproveChaincodeDefinitionForMyOrgRequest, Peer) - Method in class org.hyperledger.fabric.sdk.Channel
Approve chaincode to be run on this peer's organization.
sendLifecycleApproveChaincodeDefinitionForMyOrgProposal(LifecycleApproveChaincodeDefinitionForMyOrgRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel
Approve chaincode to be run on this peer's organization.
sendLifecycleCheckCommitReadinessRequest(LifecycleCheckCommitReadinessRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel
Query approval status for all organizations.
sendLifecycleCommitChaincodeDefinitionProposal(LifecycleCommitChaincodeDefinitionRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel
Commit chaincode final approval to run on all organizations that have approved.
sendLifecycleInstallChaincodeRequest(LifecycleInstallChaincodeRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.HFClient
Send install chaincode request proposal to peers.
sendLifecycleQueryInstalledChaincode(LifecycleQueryInstalledChaincodeRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.HFClient
Query installed chaincode on a peer.
sendLifecycleQueryInstalledChaincodes(LifecycleQueryInstalledChaincodesRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.HFClient
Query the peer for installed chaincodes information
sendTransaction(Collection<ProposalResponse>, User) - Method in class org.hyperledger.fabric.sdk.Channel
Send transaction to one of the orderers on the channel using a specific user context.
sendTransaction(Collection<? extends ProposalResponse>) - Method in class org.hyperledger.fabric.sdk.Channel
Send transaction to one of the orderers on the channel using the usercontext set on the client.
sendTransaction(Collection<? extends ProposalResponse>, Collection<Orderer>) - Method in class org.hyperledger.fabric.sdk.Channel
Send transaction to one of the specified orderers using the usercontext set on the client..
sendTransaction(Collection<? extends ProposalResponse>, Collection<Orderer>, User) - Method in class org.hyperledger.fabric.sdk.Channel
Send transaction to one of a specified set of orderers with the specified user context.
sendTransaction(Collection<? extends ProposalResponse>, Channel.TransactionOptions) - Method in class org.hyperledger.fabric.sdk.Channel
Send transaction to one of a specified set of orderers with the specified user context.
sendTransactionProposal(TransactionProposalRequest) - Method in class org.hyperledger.fabric.sdk.Channel
Send a transaction proposal.
sendTransactionProposal(TransactionProposalRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel
Send a transaction proposal to specific peers.
sendTransactionProposalToEndorsers(TransactionProposalRequest, Channel.DiscoveryOptions) - Method in class org.hyperledger.fabric.sdk.Channel
Send a transaction proposal.
sendUpgradeProposal(UpgradeProposalRequest) - Method in class org.hyperledger.fabric.sdk.Channel
sendUpgradeProposal(UpgradeProposalRequest, Collection<Peer>) - Method in class org.hyperledger.fabric.sdk.Channel
serializeChannel(File) - Method in class org.hyperledger.fabric.sdk.Channel
Serialize channel to a file using Java serialization.
serializeChannel() - Method in class org.hyperledger.fabric.sdk.Channel
Serialize channel to a byte array using Java serialization.
serverCert(String) - Method in class org.hyperledger.fabric.sdk.security.certgen.TLSCertificateBuilder
Creates a TLS server certificate key pair with the given DNS subject alternative name
ServiceDiscovery - Class in org.hyperledger.fabric.sdk
 
ServiceDiscovery.EndorsementSelector - Interface in org.hyperledger.fabric.sdk
 
ServiceDiscovery.SDChaindcode - Class in org.hyperledger.fabric.sdk
 
ServiceDiscovery.SDEndorser - Class in org.hyperledger.fabric.sdk
 
ServiceDiscovery.SDEndorserState - Class in org.hyperledger.fabric.sdk
 
ServiceDiscovery.SDLayout - Class in org.hyperledger.fabric.sdk
 
ServiceDiscovery.SDLayout.SDGroup - Class in org.hyperledger.fabric.sdk
 
ServiceDiscovery.SDOrderer - Class in org.hyperledger.fabric.sdk
 
ServiceDiscoveryException - Exception in org.hyperledger.fabric.sdk.exception
 
ServiceDiscoveryException(String, Exception) - Constructor for exception org.hyperledger.fabric.sdk.exception.ServiceDiscoveryException
 
ServiceDiscoveryException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.ServiceDiscoveryException
 
ServiceDiscoveryException(Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.ServiceDiscoveryException
 
setAccount(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
setAffiliation(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
setAffiliation(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
Set affiliation of the identity
setAffiliation(HFCAAffiliation) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
Set affiliation of the identity
setAffiliation(String) - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
setAki(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get certificates for this aki
setArgBytes(byte[][]) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
setArgs(String...) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
setArgs(ArrayList<String>) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
setArgs(byte[]...) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
setAttributes(Collection<Attribute>) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
 
setChaincodeCollectionConfiguration(ChaincodeCollectionConfiguration) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
The collections configuration for this chaincode;
setChaincodeCollectionConfiguration(ChaincodeCollectionConfiguration) - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessRequest
The collection configuration for the approval being queried for.
setChaincodeCollectionConfiguration(ChaincodeCollectionConfiguration) - Method in class org.hyperledger.fabric.sdk.LifecycleCommitChaincodeDefinitionRequest
The Collections this chaincode will use.
setChaincodeCollectionConfiguration(ChaincodeCollectionConfiguration) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
Set collection configuration for this chaincode.
setChaincodeEndorsementPlugin(String) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
This is the chaincode endorsement plugin.
setChaincodeEndorsementPlugin(String) - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessRequest
The chaincode endorsement plugin for the approval being queried for.
setChaincodeEndorsementPlugin(String) - Method in class org.hyperledger.fabric.sdk.LifecycleCommitChaincodeDefinitionRequest
The endosment plugin name for this chaincode.
setChaincodeEndorsementPolicy(LifecycleChaincodeEndorsementPolicy) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
The chaincode endorsement policy.
setChaincodeEndorsementPolicy(LifecycleChaincodeEndorsementPolicy) - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessRequest
The chaincode endorsment policy for the approval being queried for.
setChaincodeEndorsementPolicy(LifecycleChaincodeEndorsementPolicy) - Method in class org.hyperledger.fabric.sdk.LifecycleCommitChaincodeDefinitionRequest
The endorsement policy used by this chaincode.
setChaincodeEndorsementPolicy(ChaincodeEndorsementPolicy) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
sets the endorsementPolicy associated with the chaincode of this transaction
setChaincodeID(ChaincodeID) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
setChaincodeInputStream(InputStream) - Method in class org.hyperledger.fabric.sdk.InstallProposalRequest
Deprecated.
Chaincode input stream containing the actual chaincode.
setChaincodeLanguage(TransactionRequest.Type) - Method in class org.hyperledger.fabric.sdk.TransactionProposalRequest
 
setChaincodeLanguage(TransactionRequest.Type) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
The chaincode language type: default type Type.GO_LANG
setChaincodeMetaInfLocation(File) - Method in class org.hyperledger.fabric.sdk.InstallProposalRequest
Deprecated.
Set the META-INF directory to be used for packaging chaincode.
setChaincodeName(String) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
The name of the chaincode to approve.
setChaincodeName(String) - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessRequest
The chaincode name for the approval being queried for.
setChaincodeName(String) - Method in class org.hyperledger.fabric.sdk.LifecycleCommitChaincodeDefinitionRequest
The chain code name that's being defined.
setChaincodeName(String) - Method in class org.hyperledger.fabric.sdk.QueryLifecycleQueryChaincodeDefinitionRequest
 
setChaincodeName(String) - Method in class org.hyperledger.fabric.sdk.TransactionProposalRequest
 
setChaincodeName(String) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
setChaincodeSourceLocation(File) - Method in class org.hyperledger.fabric.sdk.InstallProposalRequest
Deprecated.
The location of the chaincode.
setChaincodeValidationPlugin(String) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
This is the chaincode validation plugin.
setChaincodeValidationPlugin(String) - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessRequest
The chaincode validation plugin for the approval being queried for.
setChaincodeValidationPlugin(String) - Method in class org.hyperledger.fabric.sdk.LifecycleCommitChaincodeDefinitionRequest
The chaincode validation parameter to be used with this chaincode.
setChaincodeVersion(String) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
The version of the chaincode to approve.
setChaincodeVersion(String) - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessRequest
The chaincode version for the approval being queried for.
setChaincodeVersion(String) - Method in class org.hyperledger.fabric.sdk.LifecycleCommitChaincodeDefinitionRequest
The chaincode version.
setChaincodeVersion(String) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
setChannelConfiguration(byte[]) - Method in class org.hyperledger.fabric.sdk.ChannelConfiguration
sets the ChannelConfiguration from a byte array
setCryptoSuite(CryptoSuite) - Method in class org.hyperledger.fabric.sdk.HFClient
 
setCryptoSuite(CryptoSuite) - Method in class org.hyperledger.fabric_ca.sdk.HFCAClient
 
setCsr(String) - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
The certificate signing request if it's not supplied it will be generated.
setEndorsementSelector(ServiceDiscovery.EndorsementSelector) - Method in class org.hyperledger.fabric.sdk.Channel.DiscoveryOptions
Set the handler which selects the endorser endpoints from the alternatives provided by service discovery.
setEnrollment(Enrollment) - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
setEnrollmentID(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get certificates for this enrollment ID
setEnrollmentID(String) - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
setEnrollSecret(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
setExecutorService(ExecutorService) - Method in class org.hyperledger.fabric.sdk.HFClient
Set executor service Applications need to set the executor service prior to doing any other operations on the client.
setExpired(boolean) - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get certificates that include/exclude expired certificates
setExpiredEnd(Date) - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get certificates that have expired before this date
setExpiredStart(Date) - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get certificates that have expired after this date
setFcn(String) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
setForceDiscovery(boolean) - Method in class org.hyperledger.fabric.sdk.Channel.DiscoveryOptions
Force new service discovery
setInit(boolean) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
 
setInitRequired(boolean) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
If set the chaincode will need to have an explicit initializer.
setInitRequired(boolean) - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessRequest
The init required for the approval being queried for.
setInitRequired(boolean) - Method in class org.hyperledger.fabric.sdk.LifecycleCommitChaincodeDefinitionRequest
Optional.
setInspectResults(boolean) - Method in class org.hyperledger.fabric.sdk.Channel.DiscoveryOptions
Set to true to inspect proposals results on error.
setKeyPair(KeyPair) - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
The Key pair to create the signing certificate if not supplied it will be generated.
setLabel(String) - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
 
setLifecycleChaincodePackage(LifecycleChaincodePackage) - Method in class org.hyperledger.fabric.sdk.LifecycleInstallChaincodeRequest
Set the chaincode package that needs to be installed.
setMaxEnrollments(Integer) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
 
setMaxEnrollments(int) - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
setMspid(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
setN(int) - Method in class org.hyperledger.fabric.sdk.Channel.NOfEvents
 
setName(String) - Method in class org.hyperledger.fabric.sdk.ChaincodeID.Builder
 
setName(String) - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
setOptional(boolean) - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest.AttrReq
 
setOrdererProperties(String, Properties) - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Set a specific orderer's properties.
setPackageId(String) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
The packageId being approved.
setPackageID(String) - Method in class org.hyperledger.fabric.sdk.LifecycleQueryInstalledChaincodeRequest
The packageId of the chaincode to query.
setPath(String) - Method in class org.hyperledger.fabric.sdk.ChaincodeID.Builder
Set path of chaincode
setPeerEventingServiceDisconnected(Peer.PeerEventingServiceDisconnected) - Method in class org.hyperledger.fabric.sdk.Peer
Set class to handle peer eventing service disconnects
setPeerProperties(String, Properties) - Method in class org.hyperledger.fabric.sdk.NetworkConfig
Set a specific peer's properties.
setPeerRoles(EnumSet<Peer.PeerRole>) - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Set the roles this peer will have on the chain it will added or joined.
setPickedEndorsers(Collection<ServiceDiscovery.SDEndorser>) - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorserState
 
setPickedLayout(ServiceDiscovery.SDLayout) - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorserState
 
setProfile(String) - Method in class org.hyperledger.fabric_ca.sdk.EnrollmentRequest
 
setProposal(ProposalPackage.SignedProposal) - Method in class org.hyperledger.fabric.sdk.ProposalResponse
 
setProposalResponse(ProposalResponsePackage.ProposalResponse) - Method in class org.hyperledger.fabric.sdk.ProposalResponse
 
setProposalWaitTime(long) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
Sets the timeout for a single proposal request to endorser in milliseconds.
setResponse(EventsPackage.DeliverResponse) - Method in exception org.hyperledger.fabric.sdk.exception.PeerEventingServiceException
 
setRevoked(boolean) - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get certificates that include/exclude revoked certificates
setRevokedEnd(Date) - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get certificates that have been revoked before this date
setRevokedStart(Date) - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get certificates that have been revoked after this date
setRoles(Set<String>) - Method in class org.hyperledger.fabric.sdk.NetworkConfig.UserInfo
 
setSDEndorserSelector(ServiceDiscovery.EndorsementSelector) - Method in class org.hyperledger.fabric.sdk.Channel
 
setSDOrdererAddition(Channel.SDOrdererAddition) - Method in class org.hyperledger.fabric.sdk.Channel
Set service discovery orderer addition override.
setSDPeerAddition(Channel.SDPeerAddition) - Method in class org.hyperledger.fabric.sdk.Channel
Set service discovery peer addition override.
setSecret(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
 
setSecret(String) - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
setSequence(long) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
The sequence of this change.
setSequence(long) - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessRequest
The sequence for the approval being queried for.
setSequence(long) - Method in class org.hyperledger.fabric.sdk.LifecycleCommitChaincodeDefinitionRequest
The sequence that this defintion is being used.
setSerial(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCACertificateRequest
Get certificates for this serial number
setServiceDiscoveryChaincodeInterests(Channel.ServiceDiscoveryChaincodeCalls...) - Method in class org.hyperledger.fabric.sdk.Channel.DiscoveryOptions
Set which other chaincode calls are made by this chaincode and they're collections.
setServiceDiscoveryProperties(Properties) - Method in class org.hyperledger.fabric.sdk.Channel
 
setSourceUnavailable(boolean) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
There is no specific packageId for this approval.
setTimedOut(long) - Method in exception org.hyperledger.fabric.sdk.exception.PeerEventingServiceException
 
setTransactionContext(TransactionContext) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
Get the transaction context to be used when submitting this transaction request.
setTransientMap(Map<String, byte[]>) - Method in class org.hyperledger.fabric.sdk.InstantiateProposalRequest
Deprecated.
Transient data added to the proposal that is not added to the ledger.
setTransientMap(Map<String, byte[]>) - Method in class org.hyperledger.fabric.sdk.QueryByChaincodeRequest
Transient data added to the proposal that is not added to the ledger.
setTransientMap(Map<String, byte[]>) - Method in class org.hyperledger.fabric.sdk.TransactionProposalRequest
Transient data added to the proposal that is not added to the ledger.
setTransientMap(Map<String, byte[]>) - Method in class org.hyperledger.fabric.sdk.UpgradeProposalRequest
Deprecated.
Transient data added to the proposal that is not added to the ledger.
setType(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
 
setType(String) - Method in class org.hyperledger.fabric_ca.sdk.RegistrationRequest
 
setUpdateChannelConfiguration(byte[]) - Method in class org.hyperledger.fabric.sdk.UpdateChannelConfiguration
sets the UpdateChannelConfiguration from a byte array
setUpdateName(String) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
The name of the new affiliation
setUserContext(User) - Method in class org.hyperledger.fabric.sdk.HFClient
Set the User context for this client.
setUserContext(User) - Method in class org.hyperledger.fabric.sdk.TransactionRequest
Set the user context for this request.
setValidationParameter(byte[]) - Method in class org.hyperledger.fabric.sdk.LifecycleApproveChaincodeDefinitionForMyOrgRequest
The chaincode validation parameter.
setValidationParameter(byte[]) - Method in class org.hyperledger.fabric.sdk.LifecycleCheckCommitReadinessRequest
The validation parameter.
setValidationParameter(byte[]) - Method in class org.hyperledger.fabric.sdk.LifecycleCommitChaincodeDefinitionRequest
The validation parameter to be used with this chaincode.
setVersion(String) - Method in class org.hyperledger.fabric.sdk.ChaincodeID.Builder
Set the version of the Chaincode
shuffleOrders(boolean) - Method in class org.hyperledger.fabric.sdk.Channel.TransactionOptions
Shuffle the order the Orderers are tried.
shutdown(boolean) - Method in class org.hyperledger.fabric.sdk.Channel
Shutdown the channel with all resources released.
sign(byte[]) - Method in class org.hyperledger.fabric.sdk.identity.IdemixSigningIdentity
 
sign(byte[]) - Method in interface org.hyperledger.fabric.sdk.identity.SigningIdentity
Sings a message with the secret key and the corresponding certificate
sign(byte[]) - Method in class org.hyperledger.fabric.sdk.identity.X509SigningIdentity
 
SigningIdentity - Interface in org.hyperledger.fabric.sdk.identity
SigningIdentity extends Identity with signing capabilities.
startEvents(long) - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
Set the block number the eventing peer will start relieving events.
startEventsNewest() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
This is the default.
stopEvents(long) - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
The block number to stop sending events.
suite - Static variable in class org.hyperledger.fabric.sdk.SDKUtils
 

T

TLSCertificateBuilder - Class in org.hyperledger.fabric.sdk.security.certgen
Creates both client and server TLS certificates
TLSCertificateBuilder() - Constructor for class org.hyperledger.fabric.sdk.security.certgen.TLSCertificateBuilder
Creates a TLSCertificateBuilder, which is used for creating certificates
TLSCertificateKeyPair - Class in org.hyperledger.fabric.sdk.security.certgen
Holds PEM encoded TLS certificate key pairs.
toFile(Path, OpenOption...) - Method in class org.hyperledger.fabric.sdk.LifecycleChaincodePackage
Write Lifecycle chaincode package bytes to file.
toJson() - Method in class org.hyperledger.fabric.sdk.idemix.IdemixCredRequest
 
toJsonObject() - Method in class org.hyperledger.fabric.sdk.idemix.IdemixCredRequest
 
toJsonObject() - Method in class org.hyperledger.fabric_ca.sdk.Attribute
 
toPackageName() - Method in enum org.hyperledger.fabric.sdk.TransactionRequest.Type
 
toProto() - Method in class org.hyperledger.fabric.sdk.idemix.IdemixPseudonymSignature
 
toProto() - Method in class org.hyperledger.fabric.sdk.idemix.IdemixSignature
Convert this signature to a proto
toString() - Method in enum org.hyperledger.fabric.sdk.BlockInfo.Type
 
toString() - Method in class org.hyperledger.fabric.sdk.ChaincodeID
 
toString() - Method in class org.hyperledger.fabric.sdk.Channel.AnchorPeersConfigUpdateResult
 
toString() - Method in class org.hyperledger.fabric.sdk.Channel.PeerOptions
 
toString() - Method in class org.hyperledger.fabric.sdk.Channel
 
toString() - Method in class org.hyperledger.fabric.sdk.identity.IdemixIdentity
 
toString() - Method in class org.hyperledger.fabric.sdk.Orderer
 
toString() - Method in class org.hyperledger.fabric.sdk.Peer
 
toString() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDChaindcode
 
toString() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDEndorser
 
toString() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDLayout.SDGroup
 
toString() - Method in class org.hyperledger.fabric.sdk.ServiceDiscovery.SDLayout
 
TransactionActionIterable() - Constructor for class org.hyperledger.fabric.sdk.BlockInfo.TransactionEnvelopeInfo.TransactionActionIterable
 
TransactionEventException - Exception in org.hyperledger.fabric.sdk.exception
The exception to be thrown when we receive an event for an invalid Transaction
TransactionEventException(String, BlockEvent.TransactionEvent) - Constructor for exception org.hyperledger.fabric.sdk.exception.TransactionEventException
save the TransactionEvent in the exception so that caller can use for debugging
TransactionEventException(String, BlockEvent.TransactionEvent, Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.TransactionEventException
save the TransactionEvent in the exception so that caller can use for debugging
TransactionException - Exception in org.hyperledger.fabric.sdk.exception
 
TransactionException(String, Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.TransactionException
 
TransactionException(String) - Constructor for exception org.hyperledger.fabric.sdk.exception.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.hyperledger.fabric.sdk.exception.TransactionException
 
TransactionInfo - Class in org.hyperledger.fabric.sdk
TransactionInfo contains the data from a TransactionPackage.ProcessedTransaction message
TransactionOptions() - Constructor for class org.hyperledger.fabric.sdk.Channel.TransactionOptions
 
TransactionProposalRequest - Class in org.hyperledger.fabric.sdk
 
TransactionRequest - Class in org.hyperledger.fabric.sdk
A base transaction request common for InstallProposalRequest,trRequest, and QueryRequest.
TransactionRequest.Type - Enum in org.hyperledger.fabric.sdk
 
TxReadWriteSetInfo - Class in org.hyperledger.fabric.sdk
 
TxReadWriteSetInfo(Rwset.TxReadWriteSet) - Constructor for class org.hyperledger.fabric.sdk.TxReadWriteSetInfo
 
TxReadWriteSetInfo.NsRwsetInfo - Class in org.hyperledger.fabric.sdk
 
TxReadWriteSetInfo.NsRwsetInfoIterable - Class in org.hyperledger.fabric.sdk
 
TxReadWriteSetInfo.NsRwsetInfoIterator - Class in org.hyperledger.fabric.sdk
 

U

unregisterBlockListener(String) - Method in class org.hyperledger.fabric.sdk.Channel
Unregister a block listener.
unregisterChaincodeEventListener(String) - Method in class org.hyperledger.fabric.sdk.Channel
Unregister an existing chaincode event listener.
update(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
update an affiliation
update(User, boolean) - Method in class org.hyperledger.fabric_ca.sdk.HFCAAffiliation
update an affiliation
update(User) - Method in class org.hyperledger.fabric_ca.sdk.HFCAIdentity
update an identity
updateChannelConfiguration(UpdateChannelConfiguration, byte[]...) - Method in class org.hyperledger.fabric.sdk.Channel
Update channel with specified channel configuration.
updateChannelConfiguration(UpdateChannelConfiguration, Orderer, byte[]...) - Method in class org.hyperledger.fabric.sdk.Channel
Update channel with specified channel configuration
updateChannelConfiguration(User, UpdateChannelConfiguration, Orderer, byte[]...) - Method in class org.hyperledger.fabric.sdk.Channel
Update channel with specified channel configuration
UpdateChannelConfiguration - Class in org.hyperledger.fabric.sdk
A wrapper for the Hyperledger Channel update configuration
UpdateChannelConfiguration() - Constructor for class org.hyperledger.fabric.sdk.UpdateChannelConfiguration
The constructor for the UpdateChannelConfiguration wrapper.
UpdateChannelConfiguration(File) - Constructor for class org.hyperledger.fabric.sdk.UpdateChannelConfiguration
constructs a UpdateChannelConfiguration object with the actual configuration gotten from the file system
UpdateChannelConfiguration(byte[]) - Constructor for class org.hyperledger.fabric.sdk.UpdateChannelConfiguration
constructs a UpdateChannelConfiguration object
UpgradeProposalRequest - Class in org.hyperledger.fabric.sdk
Deprecated.
New lifecycle upgrade is like install with new version. see LifecycleCommitChaincodeDefinitionRequest Upgrade chaincode proposal request.
User - Interface in org.hyperledger.fabric.sdk
User - Is the interface needed to be implemented by embedding application of the SDK
userContext(User) - Method in class org.hyperledger.fabric.sdk.Channel.TransactionOptions
The user context that is to be used.
userContextCheck(User) - Static method in interface org.hyperledger.fabric.sdk.User
 

V

valueOf(String) - Static method in enum org.hyperledger.fabric.sdk.BlockInfo.EnvelopeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hyperledger.fabric.sdk.BlockInfo.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hyperledger.fabric.sdk.ChaincodeLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hyperledger.fabric.sdk.ChaincodeResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hyperledger.fabric.sdk.idemix.RevocationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hyperledger.fabric.sdk.identity.IdemixRoles
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hyperledger.fabric.sdk.Peer.PeerRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hyperledger.fabric.sdk.TransactionRequest.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hyperledger.fabric.sdk.BlockInfo.EnvelopeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hyperledger.fabric.sdk.BlockInfo.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hyperledger.fabric.sdk.ChaincodeLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hyperledger.fabric.sdk.ChaincodeResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hyperledger.fabric.sdk.idemix.RevocationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hyperledger.fabric.sdk.identity.IdemixRoles
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hyperledger.fabric.sdk.Peer.PeerRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hyperledger.fabric.sdk.TransactionRequest.Type
Returns an array containing the constants of this enum type, in the order they are declared.
verify(BIG, IdemixIssuerPublicKey) - Method in class org.hyperledger.fabric.sdk.idemix.IdemixCredential
verify cryptographically verifies the credential
verify(ECP, IdemixIssuerPublicKey, byte[]) - Method in class org.hyperledger.fabric.sdk.idemix.IdemixPseudonymSignature
Verify this IdemixPseudonymSignature
verify(boolean[], IdemixIssuerPublicKey, byte[], BIG[], int, PublicKey, int) - Method in class org.hyperledger.fabric.sdk.idemix.IdemixSignature
Verify this signature
verifyEpochPK(PublicKey, Idemix.ECP2, byte[], long, RevocationAlgorithm) - Static method in class org.hyperledger.fabric.sdk.idemix.RevocationAuthority
Verifies that the revocation PK for a certain epoch is valid, by checking that it was signed with the long term revocation key
verifySignature(byte[], byte[]) - Method in class org.hyperledger.fabric.sdk.identity.IdemixSigningIdentity
 
verifySignature(byte[], byte[]) - Method in interface org.hyperledger.fabric.sdk.identity.SigningIdentity
Verifies a signature on a message
verifySignature(byte[], byte[]) - Method in class org.hyperledger.fabric.sdk.identity.X509SigningIdentity
 

W

WeakBB - Class in org.hyperledger.fabric.sdk.idemix
WeakBB contains the functions to use Weak Boneh-Boyen signatures (https://ia.cr/2004/171)
WeakBB.KeyPair - Class in org.hyperledger.fabric.sdk.idemix
WeakBB.KeyPair represents a key pair for weak Boneh-Boyen signatures
weakBBKeyGen() - Static method in class org.hyperledger.fabric.sdk.idemix.WeakBB
Generate a new key-pair set
weakBBSign(BIG, BIG) - Static method in class org.hyperledger.fabric.sdk.idemix.WeakBB
Produces a WBB signature for a give message
weakBBVerify(ECP2, ECP, BIG) - Static method in class org.hyperledger.fabric.sdk.idemix.WeakBB
Verify a WBB signature for a certain message

X

X509Enrollment - Class in org.hyperledger.fabric.sdk.identity
 
X509Enrollment(KeyPair, String) - Constructor for class org.hyperledger.fabric.sdk.identity.X509Enrollment
 
X509Enrollment(PrivateKey, String) - Constructor for class org.hyperledger.fabric.sdk.identity.X509Enrollment
 
X509Identity - Class in org.hyperledger.fabric.sdk.identity
 
X509Identity(User) - Constructor for class org.hyperledger.fabric.sdk.identity.X509Identity
 
X509SigningIdentity - Class in org.hyperledger.fabric.sdk.identity
 
X509SigningIdentity(CryptoSuite, User) - Constructor for class org.hyperledger.fabric.sdk.identity.X509SigningIdentity
 
A B C D E F G H I J L N O P Q R S T U V W X 
Skip navigation links

Copyright © 2022. All rights reserved.