|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<plugin>
|
|
|
|
<id>com.fr.plugin.decision.transmission.decrypt</id>
|
|
|
|
<name><![CDATA[自定义传输加解密]]></name>
|
|
|
|
<active>yes</active>
|
|
|
|
<version>1.1</version>
|
|
|
|
<env-version>10.0</env-version>
|
|
|
|
<jartime>2020-02-01</jartime>
|
|
|
|
<vendor>zed</vendor>
|
|
|
|
<description><![CDATA[自定义处理平台传输过程的加解密。]]></description>
|
|
|
|
<change-notes><![CDATA[
|
|
|
|
[2021-04-12]适配新的传输加密接口<br/>
|
|
|
|
[2020-02-11]提供demo。<br/>
|
|
|
|
]]></change-notes>
|
|
|
|
<function-recorder class="com.fr.plugin.decision.transmission.decrypt.Base64Encryption"/>
|
|
|
|
<extra-decision>
|
|
|
|
<TransmissionEncryptionProvider class="com.fr.plugin.decision.transmission.decrypt.Base64Encryption"/>
|
|
|
|
</extra-decision>
|
|
|
|
</plugin>
|