Technologie użyte w rozwiązaniu WebSigner Applet - http://rcardon.free.fr/websign/wakka.php?wiki=MainPage:
- http://www.keyon.ch/en/Produkte/JavaJCE/JACAPI/index.htm - płatne (kontakt)
- http://pheox.com/products/jcapi/ - płatne (1700 Eu)
- Dokumentacja do implementacji podpisu przez SUN - http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#SSLTLS
- http://hc.apache.org/httpclient-3.x/tutorial.html
- http://www.innovation.ch/java/HTTPClient/getting_started.html
- http://java.sun.com/developer/onlineTraining/
- http://rcardon.free.fr/
- http://java.sun.com/developer/onlineTraining/tools/ - UML
- Bezpieczeństwo - http://java.sun.com/developer/onlineTraining/Security/
- Rozbiegówka - http://java.sun.com/docs/books/tutorial/security/TOC.html
- http://java.sun.com/developer/onlineTraining/Security/Fundamentals/Security.html#secSignIE
- Nowa wersja - http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/CryptoSpec.html#SSLTLS
- http://java.sun.com/javase/6/docs/technotes/guides/security/crypto/HowToImplAProvider.html#Step61
- http://java.sun.com/javase/6/docs/technotes/guides/security/SunProviders.html#SunJSSEProvider - dostęp do CAPI
- Architektura dostawcy - http://java.sun.com/j2se/1.4.2/docs/guide/security/CryptoSpec.html#ProviderArch
- Forum msdn - http://forums.microsoft.com/msdn/default.aspx?siteid=1
- Ciekawy post - http://www.javaworld.com/javaforums/showflat.php?Cat=2&Number=39181&an=0&page=3
- Hi everyone:
Im using the SunPKCS11 in my Applet application in order to interact with smart card to sign data
The SunPKCS11 needs as parameter in its constructor a library (".dll in case of windows" or ".so in case of linux"). That´s ok and it´s working fine!
Im using the dll from the vendor of the smart-card (aetpkss1.dll)
1- First question: For each kind of reader / smart-card, do i need to specify a diferent library (.dll / .so) ? Is there a generic dll ? How do i know the name of dll installed at the user´s machine ?
I have been testing CAPICOM too. Everybody knows CAPICOM (Written in VB) interacts with the Windows CryptoAPI (Written in C).
I have an application working with CAPICOM (at Internet Explorer) to sign data. The application can sign using certificates stored at Smart-Card. However CAPICOM never asked me for a dll or something like that, why ?
2 - Second question: Does CAPICOM or CryptoAPI knows where is the location of the dll and do it automatically ? or the CAPICOM / CryptoAPI can interact with the smart-card directly ? - Inny - I'm trying to execute a Post request using HTTPS. To achieve that I'm using commons-httpclient v.3.0rc1 and a custom SSLSocketProtocolSocketFactory that can work with untrusted self-signed certificates.
- Podpis wykorzystujący CAPI i C++: http://www.codeproject.com/KB/asp/adrian_bacaianu.aspx
Brak komentarzy:
Prześlij komentarz