Is it possible to sign same J2me midlet with two signatures like thawte and Verisign?
So that don't need to build with separate signature.
Related
I work on Xamarin app allowing users to manage payment cards.
I would like to know it is possible to open the Wallet/Apple Pay app from my app?
For the moment, I don't need that users can add directly their cards: this should be done later. I just need a "link" from my app to the Wallet/ApplePay app.
There is an unpublished schema shoebox:// that you can use to open Wallet.
It is possible to open directly to a particular card, if you know the Pass Type Certificate ID, the pass Serial Number, and the hashing algorithm.
Unfortunately, the latter can only be found by decompiling the Wallet app, but it's pretty easy to find if you know what you are doing.
In the code of the lib there is a signature and a digital signature, but in the samples I could not see that there is the option to use a digital signature. For example when I open with Adobe Reader on Windows the PDF file "Getting Started.pdf" that comes with the lib there is a signature box, when clickling this you can add a digital signature, but doing this in the sample "Complete Reader" only shows the normal view to add a signature. So, if there is a code to add a digital signature to a PDF, is there a sample of it? or is this supposed to be implemented by ourselves?
Digital signatures are not part of the CompleteReader UI, but they are part of the Tools library. So you can customize the UI to add Digital Signatures.
You can also find sample code in the DigitalSignatures sample included with the SDK:
https://www.pdftron.com/pdfnet/samplecode.html#Sig
I have an .net desktop application, I want to sign application like messenger and skype.exe.
The below dialog box is takin by the properties of skype messenger..
http://i.imgur.com/PIo0d.png
It is a good idea to formulate your question besides describing what you want.
You need to buy code signing certificate from one of certificate authorities (we use GlobalSign as their certificate can be used for driver signing) and sign your compiled application using signtool (included in Windows and .NET development kits).
I had made one application in j2me but not signed and not done any certified process.Now i want to upload it in ovi store.But unfortunately the application is rejected and had below issues:-
ISSUE #1: SUMMARY: The application has
not been submitted with a flowchart
diagram of the application and/or
declaration questionnaire for Java
signing. EXPECTED RESULTS: The
application must be submitted with a
flowchart diagram of the application
and declaration questionnaire for Java
signing. For more information on
Publisher requirements for signing by
Nokia, refer to
http://www.forum.nokia.com/Distribute/Packaging_and_signing.xhtml
AFFECTED JAVA VERIFIED TEST CRITERIA:
Java Verified Test #AC1, #AC2.
I got this link and studied it:-http://www.developer.nokia.com/Distribute/Packaging_and_signing.xhtml
Is this issue is due to that as application is not signed?
is signing is necessary to upload the application in ovi store?
If it is then how much charge does it have?and how?
Please help me.And answer in detail way
Thanks is advance
This is not because the application is not signed. Ovi store will sign your application after it fulfills the Nokia's criteria. In order for testing to start you need to submit (1) a flow diagram of your application (2) A questionnaire. You can easily find more information and examples for these documents as they are the same documents used by javaverified
I want to display photos stored in the phone , and I use the FileConnection and the openInputStream stuff. The problem is that there are many questions that I must accept when launching the program ; they are all about access to the file system or a particular file. So how to "skip" these questions , that is accept all of them programmatically, so they do not appear when launching the application ?
Basically this type of alerts asking for security purpose. Because you are using FileConnecion(JSR-75).
In this purpose, You have to signing your application with 3rd party providers like Verisign or Thrawte or Java Verified. It will be cost.
If you are facing this issue on the emulator, go to preferences and MIDP tab, set the application domain to Trusted and set permission as "Allow Always". For more info, see this MIDP 2.0's Security Architecture...
Signing sites are,
Thawte
Verisign
Java Verified