]> WPIA git - gigi.git/blobdiff - util/org/cacert/gigi/util/SimpleSigner.java
Name Cleanup in SimpleSigner
[gigi.git] / util / org / cacert / gigi / util / SimpleSigner.java
index 7bee775a3c23b9428a8a613de716f1b54e6449e0..9d5e9d29cb0abe093c4ae0578c417da985f93725 100644 (file)
@@ -46,13 +46,13 @@ public class SimpleSigner {
                gencrl();
                while (true) {
                        System.out.println("ping");
                gencrl();
                while (true) {
                        System.out.println("ping");
-                       executeOutstanders();
-                       revokeOutstanders();
+                       signCertificates();
+                       revokeCertificates();
                        Thread.sleep(5000);
                }
        }
 
                        Thread.sleep(5000);
                }
        }
 
-       private static void revokeOutstanders() throws SQLException, IOException,
+       private static void revokeCertificates() throws SQLException, IOException,
                        InterruptedException {
                ResultSet rs = revoke.executeQuery();
                boolean worked = false;
                        InterruptedException {
                ResultSet rs = revoke.executeQuery();
                boolean worked = false;
@@ -98,7 +98,7 @@ public class SimpleSigner {
                        System.out.println("Error while generating crl.");
                }
        }
                        System.out.println("Error while generating crl.");
                }
        }
-       private static void executeOutstanders() throws SQLException, IOException,
+       private static void signCertificates() throws SQLException, IOException,
                        InterruptedException {
                ResultSet rs = readyMail.executeQuery();
                while (rs.next()) {
                        InterruptedException {
                ResultSet rs = readyMail.executeQuery();
                while (rs.next()) {