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 interface
X509Identity
Identity comprising an X.509 certificate and associated private key.Methods in org.hyperledger.fabric.gateway that return Identity Modifier and Type Method Description Identity
Wallet. get(java.lang.String label)
Get an identity from the wallet.Identity
Gateway. 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.Builder
Gateway.Builder. identity(Identity identity)
Specifies the identity that is to be used to connect to the network.void
Wallet. put(java.lang.String label, Identity identity)
Put an identity into the wallet.
-