I attempted to reload using

Enumeration modulos = cryptomanager.getModules();
(...)
        mod = (PK11Module) modulos.nextElement();
        mod.reloadTokens();
        Enumeration en = mod.getTokens();
(...)

but the chunk "Enumeration en = mod.getTokens()" brings me a unchanged enumeration. Exactly that i remove or insert one another token

Igor Delacroix escreveu:

Hi again

I`m having a problem with update tokens list.

I can show a list with all the tokens.
However when i change a token or insert another and try to reload the list, i get only the same tokens that i had before the insertions and changes.

how I can update the list of inserted tokens?

Thanks
_______________________________________________
dev-tech-crypto mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to