On Feb 7, 2013, at 12:40 PM, Nikola wrote:
> thank you for you answer. I would be grateful if you could elaborate a bit,
> because I am not sure how would using DllImport help me with this.
The first url [0] referenced an answer [1] which referenced using
`libkeystore.so`, which has a C functio
Hi,
thank you for you answer. I would be grateful if you could elaborate a bit,
because I am not sure how would using DllImport help me with this.
To rephrase - so far, I've been "translating" the
/Java.Security.IPrivateKey/ instance to /System.Security.Cryptography.RSA/
instance by converting th
Hello,
This seems to be common to Java and Android 4.1 issue. I found these
StackOverflow. Maybe you can use some technique described there (either
by using [DllImport], or create jar for them and use binding library).
http://stackoverflow.com/questions/11261774/using-android-4-1-keychain
htt