Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我initToken(char[] pin, java.lang.String label)从IAIK 文档中了解到。但是该函数将重置令牌,并且令牌中的任何数据都将丢失。我只想更改令牌标签而不会丢失令牌的内容。有什么办法吗?
initToken(char[] pin, java.lang.String label)
PKCS#11 中没有更改令牌标签的标准函数。因此,似乎更改标签的唯一方法是使用C_initToken.
C_initToken