Uses of Interface
org.hyperledger.fabric.gateway.Identity
Packages that use Identity
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of Identity in org.hyperledger.fabric.gateway
Subinterfaces of Identity in org.hyperledger.fabric.gatewayModifier and TypeInterfaceDescriptioninterface
Identity comprising an X.509 certificate and associated private key.Methods in org.hyperledger.fabric.gateway that return IdentityModifier and TypeMethodDescriptionGet an identity from the wallet.Gateway.getIdentity()
Get the identity associated with the gateway connection.Methods in org.hyperledger.fabric.gateway with parameters of type Identity