Changeset 241

Show
Ignore:
Timestamp:
05/05/08 00:08:13 (4 months ago)
Author:
Stuart Thiel
Message:

-Added comments for processMac
--This was really to test the new storage mechanism, but needed doing anyway.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • setCert/trunk/src/AddVertovCertificate.java

    r175 r241  
    6666        } 
    6767 
     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         */ 
    6875        private static void processMac() { 
    6976                try {