Skip navigation links
A C F G P 

A

ApplicationService - Class in com.sap.cloud.sdk.services.blockchain.fabric.credentials
An Application Service contains all necessary credentials and information to interact with a Hyperledger Fabric chaincode.
ApplicationService(ChannelService, String) - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
Provides an Application Service that contains all provided credentials and can be used to receive a contract object from the Fabric Service.
ApplicationService(String) - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
Provides an Application Service that contains all provided credentials and can be used to receive a contract object from the Fabric Service.
ApplicationService() - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
Provides an Application Service that contains all provided credentials and can be used to receive a contract object from the Fabric Service.

C

ChannelService - Class in com.sap.cloud.sdk.services.blockchain.fabric.credentials
A Channel Service contains all necessary credentials and information to interact with a Hyperledger Fabric channel.
ChannelService(String, String, X509Certificate, PrivateKey, String, byte[]) - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
Provides a Channel Service that contains all provided credentials and can be used to receive a network object from the Fabric Service.
ChannelService(String) - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
Provides a Channel Service that contains all necessary credentials and can be used to receive a network object from the Fabric Service.
ChannelService() - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
Provides a Channel Service that contains all necessary credentials and can be used to receive a network object from the Fabric Service.
com.sap.cloud.sdk.services.blockchain.fabric.credentials - package com.sap.cloud.sdk.services.blockchain.fabric.credentials
 
com.sap.cloud.sdk.services.blockchain.fabric.service - package com.sap.cloud.sdk.services.blockchain.fabric.service
 

F

FabricService - Class in com.sap.cloud.sdk.services.blockchain.fabric.service
Fabric Service provides components to interact with a Hyperledger Fabric network.
FabricService() - Constructor for class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
 

G

getCertificate() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getChannelName() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getChannelService() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
 
getConnectionProfile() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getContractName() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ApplicationService
 
getMspId() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getPrivateKey() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 
getUserName() - Method in class com.sap.cloud.sdk.services.blockchain.fabric.credentials.ChannelService
 

P

provideContract(ApplicationService) - Static method in class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
Provides a Contract component that can be used to interact with the chaincode instantiated on a Hyperledger Fabric channel.
provideContract() - Static method in class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
Provides a Contract component that can be used to interact with the chaincode instantiated on a Hyperledger Fabric channel.
provideNetwork(ChannelService) - Static method in class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
Provides a Network component that can be used to get chaincodes instantiated on the channel or interact with the ledger itself.
provideNetwork() - Static method in class com.sap.cloud.sdk.services.blockchain.fabric.service.FabricService
Provides a Network component that can be used to get chaincodes installed on the channel or interact with the ledger itself.
A C F G P 
Skip navigation links

Copyright © 2020 SAP SE. All rights reserved.