Skip to main content

SendAS2

描述:

无描述信息

标签:

as2, send

参数:

如下列表中,必填参数则标识为加粗. 其他未加粗参数,则表示为可选参数。表中同时提到参数默认值设置, 并且 参数还支持 表达式语言.

名字默认值允许值列表描述
发送者控制器服务API:
PrivateKeyManager
实现:
AS2PrivateKeyManager
AS2 Sender Private Key ControllerService
接收者控制器服务API:
PublicKeyManager
实现:
AS2PublicKeyManager
AS2 Receiver Public Key ControllerService
接收方接口地址Destination URL to send the request to
签名方式SHA1WITHRSA
- NONE
- MD2WITHRSAENCRYPTION
- MD2WITHRSA
- MD5WITHRSAENCRYPTION
- MD5WITHRSA
- SHA1WITHRSAENCRYPTION
- SHA1WITHRSA
- SHA224WITHRSAENCRYPTION
- SHA224WITHRSA
- SHA256WITHRSAENCRYPTION
- SHA256WITHRSA
- SHA384WITHRSAENCRYPTION
- SHA384WITHRSA
- SHA512WITHRSAENCRYPTION
- SHA512WITHRSA
- SHA1WITHRSAANDMGF1
- SHA224WITHRSAANDMGF1
- SHA256WITHRSAANDMGF1
- SHA384WITHRSAANDMGF1
- SHA512WITHRSAANDMGF1
- RIPEMD160WITHRSAENCRYPTION
- RIPEMD160WITHRSA
- RIPEMD128WITHRSAENCRYPTION
- RIPEMD128WITHRSA
- RIPEMD256WITHRSAENCRYPTION
- RIPEMD256WITHRSA
- SHA1WITHDSA
- DSAWITHSHA1
- SHA224WITHDSA
- SHA256WITHDSA
- SHA384WITHDSA
- SHA512WITHDSA
- SHA1WITHECDSA
- ECDSAWITHSHA1
- SHA224WITHECDSA
- SHA256WITHECDSA
- SHA384WITHECDSA
- SHA512WITHECDSA
signing supported crypto algorithms
加密方式AES128_CBC
- NONE
- DES_EDE3_CBC
- RC2_CBC
- IDEA_CBC
- CAST5_CBC
- AES128_CBC
- AES192_CBC
- AES256_CBC
- CAMELLIA128_CBC
- CAMELLIA192_CBC
- CAMELLIA256_CBC
- SEED_CBC
- DES_EDE3_WRAP
- AES128_WRAP
- AES256_WRAP
- CAMELLIA128_WRAP
- CAMELLIA192_WRAP
- CAMELLIA256_WRAP
- SEED_WRAP
- ECDH_SHA1KDF
message encryption algorithms supported
压缩方式ZLIB
- ZLIB
- NONE
无描述信息
签名前压缩true
- true
- false
无描述信息
编码方式base64
- base64
无描述信息
异步回调地址无描述信息

支持表达式语言 (支持流属性和变量)

连线:

名字描述
OriginalThe original FlowFile will be routed upon success (2xx status codes). It will have new attributes detailing the success of the request.
FailureThe original FlowFile will be routed on any type of connection failure, timeout or general exception. It will have new attributes detailing the request.
RetryThe original FlowFile will be routed on any status code that can be retried (5xx status codes). It will have new attributes detailing the request.
No RetryThe original FlowFile will be routed on any status code that should NOT be retried (1xx, 3xx, 4xx status codes). It will have new attributes detailing the request.
ResponseA Response FlowFile will be routed upon success (2xx status codes). If the 'Output Response Regardless' property is true then the response will be sent to this relationship regardless of the status code received.

读取属性:

未提供。

写入属性:

未提供。

状态管理:

该组件不保存状态。

限制:

该组件没有限制

输入流要求:

组件必须提供输入流。

系统资源考量:

未提供。