Changeset 241
- Timestamp:
- 05/05/08 00:08:13 (4 months ago)
- Files:
-
- setCert/trunk/src/AddVertovCertificate.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
setCert/trunk/src/AddVertovCertificate.java
r175 r241 66 66 } 67 67 68 /** 69 * Mac keystore isn't a file, like on windows. If we read the actual keystore file 70 * in, it gets ignored, as using the "Apple" makes it do something special. However, 71 * if we'd tried to "store" to an actual outputstream for that keystore, it would 72 * get wiped out. So we load null and store null and everything is fine... but we 73 * must do both load and store. 74 */ 68 75 private static void processMac() { 69 76 try {
