Uses of Interface
org.hyperledger.fabric.gateway.Wallet.Identity
-
Packages that use Wallet.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 Wallet.Identity in org.hyperledger.fabric.gateway
Methods in org.hyperledger.fabric.gateway that return Wallet.Identity Modifier and Type Method Description static Wallet.Identity
Wallet.Identity. createIdentity(java.lang.String mspId, java.io.Reader certificate, java.io.Reader privateKey)
Creates an identity suitable for storing in a Wallet.static Wallet.Identity
Wallet.Identity. createIdentity(java.lang.String mspId, java.lang.String certificate, java.security.PrivateKey privateKey)
Creates an identity suitable for storing in a Wallet.Wallet.Identity
Wallet. get(java.lang.String label)
Extracts an identity from the wallet.Wallet.Identity
Gateway. getIdentity()
Get the identity associated with the gateway connection.Methods in org.hyperledger.fabric.gateway with parameters of type Wallet.Identity Modifier and Type Method Description void
Wallet. put(java.lang.String label, Wallet.Identity identity)
Inserts an identity into the wallet.
-