gpt4 book ai didi

java - BouncycaSTLe 在标题中添加注释

转载 作者:行者123 更新时间:2023-12-02 04:37:42 28 4
gpt4 key购买 nike

gpg中,您可以选择通过--comments选项向您的签名文件添加注释。 BouncyCaSTLe icw Java 上有可用的东西吗?

例如在gpg中:

gpg 
--batch ^
--digest-algo SHA256 ^
--comment "<PGPRequest>Something</PGPRequest>"

最佳答案

您应该使用充气城堡提供的 ArmoredOutputStream 对输出进行编码:

    ArmoredOutputStream armoredOutputStream = new ArmoredOutputStream(output);
armoredOutputStream.setHeader("Comment", "<PGPRequest>Something</PGPRequest>");

结果:

    -----BEGIN PGP MESSAGE-----
Version: BCPG v1.64
Comment: <PGPRequest>Something</PGPRequest>
(...)

每个 header 键只能有一个值,因此您必须扩展 ArmoredOutputStream 以允许您定义多个“注释”

希望对您有所帮助。

关于java - BouncycaSTLe 在标题中添加注释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56541536/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com