OpenSC-Java icon indicating copy to clipboard operation
OpenSC-Java copied to clipboard

Using smart cards with Java SE

Results 5 OpenSC-Java issues
Sort by recently updated
recently updated
newest added

Hi, I looking for good Java lib. for work with smart card. I'd like to know about repo status. In pom.xml file 1. http://www.opensc-project.org/files/opensc-java/maven - 404 error 2. http://repository.codehaus.org/org/codehaus/mojo/ -...

when I do: `mvn package` I get the error: ``` [INFO] --- exec-maven-plugin:1.0.1:exec (exec-jnibuild) @ opensc-PKCS11 --- [INFO] Der Befehl "make" ist entweder falsch geschrieben oder [INFO] konnte nicht gefunden...

By replacing the signature of `public PKCS15Exception(String msg, CardException cause)` to `protected PKCS15Exception(String msg, Throwable cause)` and creating a new `PKCS15CardException` class the pkcs15-0.0.1-SNAPSHOT.jar file can also be used in...

When I try to perform my tests I get this exception. Does anyone know how to solve this? ------------------ Code ------------------------------------------------------------------------------------- BouncyCastleProvider bcProvider = new BouncyCastleProvider(); Security.addProvider(bcProvider); Connection connection =...

Is this possible to build a jar file for Android application like a library?