Uses of Interface
org.hyperledger.fabric.client.identity.Signer
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 Signer in org.hyperledger.fabric.client
Modifier and TypeMethodDescriptionSpecify the signing implementation used to sign messages sent to the Fabric network. -
Uses of Signer in org.hyperledger.fabric.client.identity
Modifier and TypeMethodDescriptionstatic Signer
Signers.newPrivateKeySigner
(PrivateKey privateKey) Create a new signer that uses the supplied private key for signing.