gpt4 book ai didi

rsa - BouncyCaSTLe 算法标识符

转载 作者:行者123 更新时间:2023-12-01 10:49:40 25 4
gpt4 key购买 nike

如何创建 org.bouncycastle.asn1.x509.AlgorithmIdentifier 的新实例RSA OAEP?为了能够在这里使用它:

JceKeyTransRecipientInfoGenerator(java.security.cert.X509Certificate recipientCert, org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier)

最佳答案

对于当前的 BouncyCaSTLeVersions,您可以使用来自 org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers 的常量

AlgorithmIdentifier algorithmIdentifier = new AlgorithmIdentifier(PKCSObjectIdentifiers.id_RSAES_OAEP);

关于rsa - BouncyCaSTLe 算法标识符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21731435/

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