Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the keystore APIs. | Chung-yih Wang | 2009-06-17 | 1 | -14/+106 |
| | | | | | 1. simplify the keypair selection in UI. 2. add the user certificate and key into the keystore for keygen feature. | ||||
* | Change the first parameter of Keystore.generateKeyPair() to int. | Hung-ying Tyan | 2009-06-16 | 2 | -31/+12 |
| | | | | | | * changes change the parameter to the index to the supported key strengths remove the exception class as it is not useful now | ||||
* | Add keygen API to Keystore. | Hung-ying Tyan | 2009-06-16 | 2 | -0/+69 |
| | |||||
* | Provide the Keystore feature in the framework. | Chung-yih Wang | 2009-06-11 | 2 | -0/+281 |
-- added the keystore library for Java application. -- changed the marshalling of the keystore function return. |