Re: PK11Module.getTokens()

2006-09-20 Thread shinigami
n ); } } } } "Nelson B" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > shinigami wrote: >> I'm using JSS 3.4 (with NSS 3.10) in a Java application. The Java app >> cannot see token events (such as smart card insertions and removal

PK11Module.getTokens()

2006-09-20 Thread shinigami
I'm using JSS 3.4 (with NSS 3.10) in a Java application. The Java app cannot see token events (such as smart card insertions and removals) unless I exit the app and restart. The public JSS methods PK11Module.getTokens() and CryptoManager.getModules() return JSS's snapshot of the tokens and module

Virtual Tokens

2006-09-19 Thread shinigami
Hi, How I create a Virtual Tokens for my aplication? The Firefox have 4 ikeyVirtualReaders used for update and detect when a new usb token is inserted or removed from usb port. How I can do it too? Thanks ___ dev-tech-crypto mailing list dev-tech-cry

New Problem with importCertToPerm

2006-08-28 Thread shinigami
Hi, gd morning! First, Thanks for help in other post. Now, I am capable to make conversion of those certificate formats. Now, I have a new problem. A exception in method imporCertToPerm(). The exception is: java.lang.NoSuchFieldError: certProxy somebody already saw this error? Thanks! ___

Re: how do make importCertToPerm

2006-08-24 Thread shinigami
exactly not having decided my problems, I would like to be thankful. "glen beasley" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > David Stutzman wrote: >> shinigami wrote: >>> Hi, >>> E want install a cert in a db. But my cert when i r

Re: how do make importCertToPerm

2006-08-23 Thread shinigami
need a passoword ? "David Stutzman" escreveu na mensagem news:[EMAIL PROTECTED] > shinigami wrote: >> Hi, >> E want install a cert in a db. But my cert when i receive from outside is >> a java.security.cert.X509Certificate, and the method importCertToPerm >>

how do make importCertToPerm

2006-08-23 Thread shinigami
Hi, E want install a cert in a db. But my cert when i receive from outside is a java.security.cert.X509Certificate, and the method importCertToPerm canĀ“t do it. I need to cast this cert to org.mozilla.jss.crypto.X509Certificate. Or exist other way to do this??