Uses of Interface
org.hyperledger.fabric.gateway.X509Identity
Package
Description
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
-
Uses of X509Identity in org.hyperledger.fabric.gateway
Modifier and TypeMethodDescriptionstatic X509Identity
Identities.newX509Identity
(String mspId, X509Certificate certificate, PrivateKey privateKey) Create a new identity using X.509 credentials.static X509Identity
Identities.newX509Identity
(String mspId, org.hyperledger.fabric.sdk.Enrollment enrollment) Create a new X.509 identity from an enrollment returned from a Certificate Authority.