gpt4 book ai didi

java - PKCS11Exception ckr_attribute_type_invalid

转载 作者:塔克拉玛干 更新时间:2023-11-02 19:57:10 26 4
gpt4 key购买 nike

我正在尝试创建一个 keystore 以使用智能卡读卡器获取私钥。

String config = "name = AKIS\nlibrary = C:/Windows/System32/akisp11.dll";
Security.addProvider(akisProvider);
KeyStore ks = KeyStore.getInstance("PKCS11", akisProvider);
ks.load(null, "000000".toCharArray());

但它给了我这个异常(exception):

java.io.IOException: load failed
at sun.security.pkcs11.P11KeyStore.engineLoad(P11KeyStore.java:763)
at java.security.KeyStore.load(KeyStore.java:1445)
at deneme.AkisImzaImpl.dene(AkisImzaImpl.java:55)
at deneme.Deneme.main(Deneme.java:83)
Caused by: sun.security.pkcs11.wrapper.PKCS11Exception: CKR_ATTRIBUTE_TYPE_INVALID
at sun.security.pkcs11.wrapper.PKCS11.C_GetAttributeValue(Native Method)
at sun.security.pkcs11.wrapper.PKCS11$SynchronizedPKCS11.C_GetAttributeValue(PKCS11.java:1623)
at sun.security.pkcs11.P11KeyStore.mapLabels(P11KeyStore.java:2277)
at sun.security.pkcs11.P11KeyStore.engineLoad(P11KeyStore.java:755)
... 3 more

此代码一直有效到昨天。我无法弄清楚问题所在。如果您能帮助我,我将不胜感激。

最佳答案

我已经解决了。没有任何 ID 的 3 把 key 之一是额外的。我联系了信用卡公司,我们移除了多余的 key 。现在它加载没有问题。感谢您的帮助。

关于java - PKCS11Exception ckr_attribute_type_invalid,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33259607/

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