Ludovic Rousseau wrote: > On Mon, Nov 3, 2008 at 4:33 PM, meo anderson <[EMAIL PROTECTED]> wrote: > >> hallo, >> > > Hello, > > >> i would like to ask if it is some how posible to get write acces from java >> to PKCS11 token (pkcs15 structure is beeing used, since the methods in class >> PKCS11KeyStoreSpi >> (engineSetCertificateEntry(java.lang.String name, >> java.security.cert.Certificate certificate) >> engineSetKeyEntry(java.lang.String name, byte[] pin, >> java.security.cert.Certificate[] certificateChain)) >> are not implemented. Will these methods be available? if yes, please when >> approximately. >> > > I have no idea what you are talking about. > OpenSC does not provide Java related project (AFAIK). > > Where does this org.opensc.pkcs11.spi.PKCS11KeyStoreSpi comes from? > > > I think what is meant is the opensc-java tool , as listed on the opensc-project.org page: http://www.opensc-project.org/doc/java/pkcs11/
Personally I'd go for the Java Keystore itself and load the opensc pkcs11 module directly into it... I don't know if the opensc pkcs11 module is complete (i.e. all PKCS11 functions are implemented) but I think you'd have a much better shot than with opensc-java itself. cheers, JJK _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel