makdimka077 / xades4j

Automatically exported from code.google.com/p/xades4j
GNU Lesser General Public License v3.0
0 stars 0 forks source link

xades4j.providers.impl.PKCS11KeyStoreKeyingDataProvider is not seriazable #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Can i serialize  the below mentioned class?

xades4j.providers.impl.PKCS11KeyStoreKeyingDataProvider

Regards
Jay

Original issue reported on code.google.com by jay...@gmail.com on 2 Apr 2014 at 8:02

GoogleCodeExporter commented 9 years ago
I'm not sure why you're trying to serialize this class. It is configured, among 
other things, with the native PKCS11 lib path. IF you're executing client on a 
client you have to configure this king of things on the code that's executing. 
Other than those configurations, the class is just functionality and no data.

Again, this is not an issue.

Original comment by luis.fgoncalv on 3 Apr 2014 at 8:11