I would like to have an example java source that can let me access my crypto hardware accelerator. I have configured it and it can work if I call it from a C program or Apache with open ssl but now I would like to improve my ssl performance for a java application.
I've read that I have to add IBMPKCS11Impl provider in my java.security file and that there is a configuration file (for example zlinux.cfg) that describes where the crypto libraries are and the type of slot but I don't know how to build that file and where I've to put it. I would like to have an example. Can I use ikeyman or keytool in order to test my crypto hardware accellerator? I've though that keytool could create a particular type of keystore type using this command: keytool -genkey -alias key-prova -keysize 1024 -keystore test.jks -storepass password -storetype PKCS11IMPLKS -provider IBMPKCS11Impl but I got a message that says PKCS11IMPLKS storetype has not been supported! Can someone help me???? Is there someone that is using crypto hardware with Z/Linux??? And from a java application???(but not WebSphere!!!!) Please let me know. I'm blocked!!!!:-) Thanks in advance Greetings Manuela Vorazzo ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
