setInfomation

ofdElectronicSeal4KG.setInfomation()

功能说明

设置通过“签章服务器”或者“前台Key”对文档进行签章

函数原型

setInfomation(SignatureInter inter)

1)SignatureInterByServer(OfdElectronicSeal4KG ofdElectronicSeal4KG,File cer, String url)

功能说明

从签章服务器获取印章通过加密机对文档进行签章

参数

参数名 类型 必填 说明
ofdElectronicSeal4KG OfdElectronicSeal4KG 对接签章服务器的印章类
cer File 证书数据
url String String

2)SignatureInterByKey (String cer, OfdElectronicSeal4KG ofdElectronicSeal4KG)

功能说明

通过前台key对文档进行签章

参数

参数名 类型 必填 说明
cer String 证书数据
ofdElectronicSeal4KG OfdElectronicSeal4KG 对接签章服务器的印章类

代码

ofdElectronicSeal4KG.setInfomation(new SignatureInterByServer(ofdElectronicSeal4KG,cer,url));