如何根据 bks 存储中的证书验证 string/byte[] 格式的公钥
我想验证 Android 密钥库中是否存在具有特定公钥的证书。我有保存在字符串中的密钥。如何验证密钥库中是否存在相应的证书。 检查 api 时,我发现certificate.verify(mykey);是唯一的选项。但是 mykey 应该是 PublicKey 类型,并且我将它放在 string 中。
字符串是 0r1wxn7wIXJuS/hDnDvectD2VTmel9akk8awIWAXIRo= .....这是公钥的哈希值..我必须返回与该密钥对应的证书。 有人可以帮助我吗?
有人可以帮助我吗?
问候 科兹洛夫
I want to verify if a certificate with a certain public key exits in android keystore or not.I have key which is holded in a string.How do I verify if the corresponding certificate is present in keystore.
When checked the apis i found certificate.verify(mykey); is the only option.but mykey sholud be of type PublicKey and I have it in string.
String is 0r1wxn7wIXJuS/hDnDvectD2VTmel9akk8awIWAXIRo= .....this is a hash of public key..i have to return back the certficate corresponding to this key.
Can anyone help me ?
Can anyone help me ?
Regards
kozlov
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)