I am able to get the PKPass successfully using the example mentioned in the readme file, but when I try to get PKSigningInformation, I get the following error:
org.restlet.resource.UniformResource doCatch
WARNING: Exception or error caught in resource
java.lang.NoClassDefFoundError: org/bouncycastle/util/Store
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:171)
at com.google.appengine.tools.development.agent.runtime.RuntimeHelper.checkRestricted(RuntimeHelper.java:70)
at com.google.appengine.tools.development.agent.runtime.Runtime.checkRestricted(Runtime.java:64)
Hi,
I am trying to use jpasskit with Google App Engine on Eclipse.
I am able to get the PKPass successfully using the example mentioned in the readme file, but when I try to get PKSigningInformation, I get the following error:
I downloaded the jar file from http://trac.bitzeche.de/archiva/browse/de.brendamour/jpasskit/0.0.2
So, I was wondering if there is some problem in the jar file, or I am doing something wrong?
Thanks.