public class Client
extends java.lang.Object
| 构造器和说明 |
|---|
Client(java.lang.String apiKey,
java.lang.String certPath,
java.lang.String creator,
java.lang.String created,
java.lang.String nonce,
java.lang.String privateKey,
java.lang.String address)
new Client
|
Client(java.lang.String apiKey,
java.lang.String certPath,
java.lang.String creator,
java.lang.String created,
java.lang.String nonce,
java.lang.String privateKey,
java.lang.String address,
java.lang.Boolean enableCrypto)
new Client
|
Client(java.lang.String apiKey,
java.lang.String certPath,
java.lang.String creator,
java.lang.String created,
java.lang.String nonce,
java.lang.String privateKey,
java.lang.String address,
java.lang.Boolean enableCrypto,
java.lang.String routeTag)
new Client
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
GetAddress() |
java.lang.String |
GetApiKey() |
java.lang.String |
GetCertPath() |
java.lang.String |
GetCreated() |
java.lang.String |
GetCreator() |
java.lang.Boolean |
GetEnableCrypto() |
com.alibaba.fastjson.JSONObject |
getEntParams() |
java.lang.String |
GetNonce() |
java.lang.String |
GetPrivateB64() |
java.lang.String |
GetRouteTag() |
void |
SetRouteTag(java.lang.String routeTag) |
public Client(java.lang.String apiKey,
java.lang.String certPath,
java.lang.String creator,
java.lang.String created,
java.lang.String nonce,
java.lang.String privateKey,
java.lang.String address)
apiKey - **apikey** is set to the API access key applied on `ChainConsole`
management pagecertPath - **CertPath** is the path of your private key file and tls
certificatecreator - the enterprise's wallet didcreated - the enterprise's wallet creatednonce - the enterprise's wallet nonceprivateKey - the enterprise's wallet private key base64address - **Address** is the IP address of the BAAS server entrance.public Client(java.lang.String apiKey,
java.lang.String certPath,
java.lang.String creator,
java.lang.String created,
java.lang.String nonce,
java.lang.String privateKey,
java.lang.String address,
java.lang.Boolean enableCrypto)
apiKey - **apikey** is set to the API access key applied on `ChainConsole`
management pagecertPath - **CertPath** is the path of your private key file and tls
certificatecreator - the enterprise's wallet didcreated - the enterprise's wallet creatednonce - the enterprise's wallet nonceprivateKey - the enterprise's wallet private key base64address - **Address** is the IP address of the BAAS server entrance.enableCrypto - true will enable crypt data. default for truepublic Client(java.lang.String apiKey,
java.lang.String certPath,
java.lang.String creator,
java.lang.String created,
java.lang.String nonce,
java.lang.String privateKey,
java.lang.String address,
java.lang.Boolean enableCrypto,
java.lang.String routeTag)
apiKey - **apikey** is set to the API access key applied on `ChainConsole`
management pagecertPath - **CertPath** is the path of your private key file and tls
certificatecreator - the enterprise's wallet didcreated - the enterprise's wallet creatednonce - the enterprise's wallet nonceprivateKey - the enterprise's wallet private key base64address - **Address** is the IP address of the BAAS server entrance.enableCrypto - true will enable crypt data. default for truerouteTag - route tag. default for "wallet-ng"public java.lang.String GetAddress()
public java.lang.String GetApiKey()
public java.lang.String GetRouteTag()
public void SetRouteTag(java.lang.String routeTag)
public java.lang.String GetCertPath()
public java.lang.String GetCreator()
public java.lang.String GetCreated()
public java.lang.String GetNonce()
public java.lang.String GetPrivateB64()
public java.lang.Boolean GetEnableCrypto()
public com.alibaba.fastjson.JSONObject getEntParams()
Copyright © 2018. All Rights Reserved.