Chung-yih Wang
fa927c046a
Remove the null-termination for Java string compatibility.
...
1. Also change the keyname delimiter in CertTool.java.
2. Return NOTFOUND if the result.len==0 in the listKeys().
3. Define the keystore states in the class Keystore.
2009-07-02 23:08:39 +08:00
Chung-yih Wang
eec11827a6
Add CertTool for handling the keygen and certificate download.
...
1. Have the new Keystore for mini-keystore impelemntation.
2. Add CertTool library and jni dll for handling keygen and certificates.
3. Make Reply hidden.
4. Revert some 'incorrect' change and correct the description.
2009-07-02 18:56:12 +08:00
Grace Kloba
3af8e9389e
Change addCertificate to take byte[] instead of String as we don't know the encoding.
...
In WebView, if we run into the certificate, we will save it to the Keystore instead of sending it to the WebKit.
2009-06-19 15:09:34 -07:00
Chung-yih Wang
6d531bf051
Change the keystore APIs.
...
1. simplify the keypair selection in UI.
2. add the user certificate and key into the keystore for keygen feature.
2009-06-17 14:32:05 +08:00
Hung-ying Tyan
396c69ca8d
Change the first parameter of Keystore.generateKeyPair() to int.
...
* changes
change the parameter to the index to the supported key strengths
remove the exception class as it is not useful now
2009-06-16 23:57:16 +08:00
Hung-ying Tyan
1d51e50d5d
Add keygen API to Keystore.
2009-06-16 17:14:38 +08:00
Chung-yih Wang
10e371f182
Provide the Keystore feature in the framework.
...
-- added the keystore library for Java application.
-- changed the marshalling of the keystore function return.
2009-06-11 17:28:40 +08:00