Uses of Interface
org.hyperledger.fabric.gateway.Identity
-
Packages that use Identity Package Description org.hyperledger.fabric.gateway 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.gateway Modifier and Type Interface Description interfaceX509IdentityIdentity comprising an X.509 certificate and associated private key.Methods in org.hyperledger.fabric.gateway that return Identity Modifier and Type Method Description IdentityWallet. get(java.lang.String label)Get an identity from the wallet.IdentityGateway. getIdentity()Get the identity associated with the gateway connection.Methods in org.hyperledger.fabric.gateway with parameters of type Identity Modifier and Type Method Description Gateway.BuilderGateway.Builder. identity(Identity identity)Specifies the identity that is to be used to connect to the network.voidWallet. put(java.lang.String label, Identity identity)Put an identity into the wallet.
-