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