Package org.fisco.bcos.sdk
Class BcosSDK
java.lang.Object
org.fisco.bcos.sdk.BcosSDK
public class BcosSDK
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringECDSA_TYPE_STRstatic java.lang.StringSM_TYPE_STR -
Constructor Summary
Constructors Constructor Description BcosSDK(ConfigOption configOption) -
Method Summary
Modifier and Type Method Description static BcosSDKbuild(java.lang.String tomlConfigFilePath)voidcheckGroupId(java.lang.Integer groupId)AmopgetAmop()ChannelgetChannel()ClientgetClient(java.lang.Integer groupId)ConfigOptiongetConfig()EventResourcegetEventResource()EventSubscribegetEventSubscribe(java.lang.Integer groupId)GroupManagerServicegetGroupManagerService()intgetSSLCryptoType()voidstopAll()
-
Field Details
-
ECDSA_TYPE_STR
public static final java.lang.String ECDSA_TYPE_STR- See Also:
- Constant Field Values
-
SM_TYPE_STR
public static final java.lang.String SM_TYPE_STR- See Also:
- Constant Field Values
-
-
Constructor Details
-
BcosSDK
- Throws:
BcosSDKException
-
-
Method Details
-
build
- Throws:
BcosSDKException
-
checkGroupId
public void checkGroupId(java.lang.Integer groupId) -
getClient
-
getSSLCryptoType
public int getSSLCryptoType() -
getGroupManagerService
-
getConfig
-
getAmop
-
getEventResource
-
getEventSubscribe
-
getChannel
-
stopAll
public void stopAll()
-