Apache 骆驼路由中的 PGP 解密
我正在尝试从 apache Camel 中的 sftp 服务器解密 pgp 加密文件。我用谷歌搜索并找到了一些线程,但没有得到关于如何在 apache 骆驼路线中进行 pgp 解密的真正线索。有没有人这样做过并愿意为我指明方向或分享代码?
I'm trying to decrypt a pgp encrypted file from an sftp server in apache camel. I've googled around and found a few threads, but have gotten no real leads as how to go pgp decryption in an apache camel route. Has anyone done this and willing to point me in a direction or share code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不记得 Camel 中有任何 PGP 组件。当然,您可以仅使用 bean 中的 Java 代码来解密文件。
然而,我们喜欢贡献,因此新的 PGP 数据格式可能会派上用场
http://camel.apache.org/data-format
I dont recall any PGP component in Camel. You can of course just use Java code from a bean to decrypt the file.
However we love contributions so a new PGP data format may come handy
http://camel.apache.org/data-format