| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
X509Identity
Identity comprising an X.509 certificate and associated private key.
|
| Modifier and Type | Method and Description |
|---|---|
Identity |
Wallet.get(String label)
Get an identity from the wallet.
|
Identity |
Gateway.getIdentity()
Get the identity associated with the gateway connection.
|
| Modifier and Type | Method and Description |
|---|---|
Gateway.Builder |
Gateway.Builder.identity(Identity identity)
Specifies the identity that is to be used to connect to the network.
|
void |
Wallet.put(String label,
Identity identity)
Put an identity into the wallet.
|
Copyright © 2023. All rights reserved.