Uses of Interface
org.hyperledger.fabric.client.identity.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.
Provides classes and interfaces for describing client identity and for creating digital signatures on behalf of
client identities.
-
Uses of Identity in org.hyperledger.fabric.client
Methods in org.hyperledger.fabric.client that return IdentityModifier and TypeMethodDescriptionGateway.getIdentity()
Returns the identity used to interact with Fabric.Methods in org.hyperledger.fabric.client with parameters of type IdentityModifier and TypeMethodDescriptionSpecifies the client identity used to connect to the network. -
Uses of Identity in org.hyperledger.fabric.client.identity
Classes in org.hyperledger.fabric.client.identity that implement IdentityModifier and TypeClassDescriptionfinal class
A client identity described by an X.509 certificate.