程序包 | 说明 |
---|---|
org.hyperledger.fabric.gateway |
This package provides the set of interfaces that enable a Java application to
interact with a Fabric blockchain network.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|
static X509Identity |
Identities.newX509Identity(String mspId,
X509Certificate certificate,
PrivateKey privateKey)
Create a new identity using X.509 credentials.
|
Copyright © 2023. All rights reserved.