Uses of Interface
org.hyperledger.fabric.gateway.X509Identity
Packages that use 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
Methods in org.hyperledger.fabric.gateway that return X509IdentityModifier and TypeMethodDescriptionstatic X509IdentityIdentities.newX509Identity(String mspId, X509Certificate certificate, PrivateKey privateKey) Create a new identity using X.509 credentials.static X509IdentityIdentities.newX509Identity(String mspId, org.hyperledger.fabric.sdk.Enrollment enrollment) Create a new X.509 identity from an enrollment returned from a Certificate Authority.