You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
750 B
18 lines
750 B
5 years ago
|
<?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.0</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2020-02-01</jartime>
|
||
|
<vendor>zed</vendor>
|
||
|
<description><![CDATA[自定义处理平台传输过程的加解密。]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
[2020-02-11]提供demo。<br/>
|
||
|
]]></change-notes>
|
||
|
<function-recorder class="com.fr.plugin.decision.transmission.decrypt.Base64Decrypt"/>
|
||
|
<extra-decision>
|
||
|
<TransmissionDecryptProvider class="com.fr.plugin.decision.transmission.decrypt.Base64Decrypt"/>
|
||
|
</extra-decision>
|
||
|
</plugin>
|