【发布时间】:2019-06-11 10:19:26
【问题描述】:
在gpg 中,您可以选择通过--comments 选项将cmets 添加到您的签名文件中。在 BouncyCastle icw Java 上有什么可用的吗?
例如在gpg:
gpg
--batch ^
--digest-algo SHA256 ^
--comment "<PGPRequest>Something</PGPRequest>"
【问题讨论】:
-
您阅读过文档吗?有什么可以帮助你的吗? bouncycastle.org/java.html
标签: java bouncycastle gnupg