]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/GigiConfig.java
[DB]: Add orgAdmin management code
[gigi.git] / src / org / cacert / gigi / GigiConfig.java
index 4c36302abaca89c52ef66ba8ca32681686562bd5..3a1b9eed6642aadbbf4d733e9b3440a118ff248e 100644 (file)
@@ -15,11 +15,11 @@ public class GigiConfig {
 
     public static final String GIGI_CONFIG_VERSION = "GigiConfigV1.0";
 
-    byte[] cacerts;
+    private byte[] cacerts;
 
-    byte[] keystore;
+    private byte[] keystore;
 
-    Properties mainProps = new Properties();
+    private Properties mainProps = new Properties();
 
     private char[] keystorpw;