设为首页 - 加入收藏  
您的当前位置:首页 >Mpos机 >pos机电话线接口,天印签章系统SDK接口说明 正文

pos机电话线接口,天印签章系统SDK接口说明

来源:正规POS机编辑:Mpos机时间:2024-10-10 01:48:50

网上有很多关于pos机电话线接口,天印签章系统SDK接口说明的机接口知识,也有很多人为大家解答关于pos机电话线接口的电话问题,今天乐刷官方代理商(www.zypos.cn)为大家整理了关于这方面的线接知识,让我们一起来看下吧!

本文目录一览:

1、口天pos机电话线接口

pos机电话线接口,天印签章系统SDK接口说明

pos机电话线接口

附录四 天印签章系统SDK接口说明外部用户(JAVA版本)SDK介绍

SDK编译环境:JDK1.7

pos机电话线接口,天印签章系统SDK接口说明

SDK接口说明初始化功能说明

初始化SDK,印签初始化信息包含有:项目配置、章系与服务端通讯的说明http配置。其中,机接口项目配置是电话项目管理员预先在天印签章后台管理系统中创建项目时产生的,请向项目管理员索要。线接初始化成功后,口天SDK会存储初始化结果,印签无需重复初始化。章系

pos机电话线接口,天印签章系统SDK接口说明

接口说明

接口:com.timevale.esign.sdk.esignpro.service.SDKService

类:com.timevale.esign.sdk.esignpro.service.impl.SDKServiceImpl

工厂类:com.timevale.esign.sdk.esignpro.service.factory.SDKServiceFactory

原型:Result init(ProjectConfig projectConfig, httpConnectConfig)

请求参数说明返回结果说明

,说明详见对象解释。机接口

PDF后台签署PDF后台签署(无意愿认证)

功能说明

支持无意愿认证情况下对Pdf文档进行后台自动签署。签署过程中文档在本地操作,不传递至签署服务器,只传递摘要信息,支持二维码。

接口说明

接口:com.timevale.esign.sdk.esignpro.outer.service. BackSignService

类:com.timevale.esign.sdk.esignpro.outer.service. impl.BackSignServiceImpl

工厂类:

com.timevale.esign.sdk.esignpro.outer.service.factory.BackSignServiceFactory

原型:FileDigestSignResult pdfSign(SignerAutoBean signer, file, pos, QrCodeBean qrCodeBean, ExtensionInfo extensionInfo)

请求参数说明

返回结果说明

,详见对象解释。

用户管理创建外部个人用户

功能说明

创建外部用户,返回用户Id

接口说明

接口:com.timevale.esign.sdk.esignpro.outer.service.AccountService

类:com.timevale.esign.sdk.esignpro.outer.service.impl.AccountServiceImpl

工厂类:com.timevale.esign.sdk.esignpro.outer.service.factory. AccountServiceFactory

原型:createAccount(PersonalOuterBean personalOuterBean);

请求参数说明

返回结果说明

,详见对象解释。

创建外部企业用户

功能说明

创建外部企业用户,返回用户ID

接口说明

接口:com.timevale.esign.sdk.esignpro. outer.service.AccountService

类:com.timevale.esign.sdk.esignpro. outer.service.impl.AccountServiceImpl

工厂类:com.timevale.esign.sdk.esignpro.outer..service.factory. AccountServiceFactory

原型:createAccount(OrganizeOuterBean organizeOuterBean);

请求参数说明

返回结果说明

,详见对象解释。

删除用户

功能说明

根据用户Id删除用户。

接口说明

接口:com.timevale.esign.sdk.esignpro.outer.service.AccountService

类:com.timevale.esign.sdk.esignpro.outer.service.impl.AccountServiceImpl

工厂类:com.timevale.esign.sdk.esignpro.outer.service.factory.AccountServiceFactory

原型:Result deleteAccount(String accountId);

请求参数说明

返回结果说明

,详见对象解释。

更新外部个人用户数据

功能说明

修改外部个人用户数据。

接口说明

接口:com.timevale.esign.sdk.esignpro.outer.service.AccountService

类:com.timevale.esign.sdk.esignpro.outer.service.impl.AccountServiceImpl

工厂类:com.timevale.esign.sdk.esignpro.outer.service.factory.AccountServiceFactory

原型:Result updateAccountInfo(String accountId, List<OuterPerDeleteList> delList, UpdateOuterPerData updateData);

请求参数说明

返回结果说明

,详见对象解释。

更新外部企业用户数据

功能说明

修改外部企业用户信息。

接口说明

接口:com.timevale.esign.sdk.esignpro.outer.service.AccountService

类:com.timevale.esign.sdk.esignpro.outer.service.impl.AccountServiceImpl

工厂类:com.timevale.esign.sdk.esignpro.outer.service.factory.AccountServiceFactory

原型:Result updateAccountInfo(String accountId, List<OuterOrgDeleteList>delList, UpdateOuterOrgData updateData);

请求参数说明

返回结果说明

,详见对象解释。

证书管理为外部用户创建云证书

功能说明

为外部用户创建云证书接口,支持同时设置为默认证书,返回证书ID

接口说明

接口:com.timevale.esign.sdk.esignpro.outer.service.CertService

类:com.timevale.esign.sdk.esignpro.outer.service.impl.CertServiceImpl

工厂类:com.timevale.esign.sdk.esignpro.outer.service.factory. CertServiceFactory

原型:createCert (String accountId,boolean isDefault);

请求参数说明

返回结果说明

,详见对象解释。

印章管理为外部用户创建模板印章

功能说明

为外部用户创建模板印章接口,支持同时设置为默认印章,返回印章ID

接口说明

接口:com.timevale.esign.sdk.esignpro.outer.service.SealService

类:com.timevale.esign.sdk.esignpro.outer.service.impl.SealServiceImpl

工厂类:com.timevale.esign.sdk.esignpro.outer.service.factory.SealServiceFactory

原型:createSeal (String accountId, sealOuterBean, boolean isDefault);

请求参数说明

返回结果说明

,详见对象解释。

SDK对象解释ProjectConfig

类名:com.timevale.esign.sdk.esignpro.bean.ProjectConfig

HttpConnectConfig

类名:com.timevale.esign.sdk.esignpro.bean.HttpConnectConfig

SignerAutoBean

类名:com.timevale.esign.sdk.esignpro.bean.SignerAutoBean

SignPDFFileBean

类名:com.timevale.esign.sdk.esignpro.bean.SignPDFFileBean

PositionBean

类名:com.timevale.esign.sdk.esignpro.bean.PositionBean

PersonalOuterBean

类名:com.timevale.esign.sdk.esignpro.outer.bean.PersonalOuterBean

OrganizeOuterBean

类名:com.timevale.esign.sdk.esignpro.outer.bean.OrganizeOuterBean

TemplateSealOuterBean

类名:com.timevale.esign.sdk.esignpro.outer.bean.TemplateSealOuterBean

QrCodeBean

类名:com.timevale.esign.sdk.esignpro.bean.QrCodeBean

ExtensionBean

类名:com.timevale.esign.sdk.esignpro.bean.ExtensionBean

ExtensionInfo

类名:com.timevale.esign.sdk.esignpro.bean.ExtensionInfo

UpdateOuterPerData

类名:com.timevale.esign.sdk.esignpro.bean.UpdateOuterPerData

UpdateOuterOrgData

类名:com.timevale.esign.sdk.esignpro.bean.UpdateOuterOrgData

HttpType

类名:com.timevale.esign.sdk.esignpro.constants.HttpType

AccountType

类名:com.timevale.esign.sdk.esignpro.constants.AccountType

PosType

类名:com.timevale.esign.sdk.esignpro.constants.PosType

LiceneseType

类名:com.timevale.esign.sdk.esignpro.constants.LicenseType

LicenseOrganizeType

类名:com.timevale.esign.sdk.esignpro.constants.LicenseOrganizeType

RegType

类名:com.timevale.esign.sdk.esignpro.constants.RegType

SealType

类名:com.timevale.esign.sdk.esignpro.constants.SealType

TemplateType

类名:com.timevale.esign.sdk.esignpro.constants.TemplateType

SealColorType

类名:com.timevale.esign.sdk.esignpro.constants.SealColorType

TemplateOfficialType

类名:com.timevale.esign.sdk.esignpro.constants.TemplateOfficialType

TemplateCentralType

类名:com.timevale.esign.sdk.esignpro.constants.TemplateCentralType

OuterPerDeleteList

类名:com.timevale.esign.sdk.esignpro.constants.OuterPerDeleteList

OuterOrgDeleteList

类名:com.timevale.esign.sdk.esignpro.constants.OuterOrgDeleteList

Result

类名:com.timevale.esign.sdk.esignpro.bean.result.Result

FileDigestSignResult

类名:com.timevale.esign.sdk.esignpro.bean.result.FileDigestSignResult

AccountResult

类名:com.timevale.esign.sdk.esignpro.bean.result.AccountResult

CertResult

类名:com.timevale.esign.sdk.esignpro.bean.result.CertResult

SealResult

类名:com.timevale.esign.sdk.esignpro.bean.result.SealResult

以上就是关于pos机电话线接口,天印签章系统SDK接口说明的知识,后面我们会继续为大家整理关于pos机电话线接口的知识,希望能够帮助到大家!

0.2216s , 10301.265625 kb

Copyright © 2024 Powered by pos机电话线接口,天印签章系统SDK接口说明,正规POS机  

sitemap

Top