]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/Verifyable.java
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / dbObjects / Verifyable.java
diff --git a/src/org/cacert/gigi/dbObjects/Verifyable.java b/src/org/cacert/gigi/dbObjects/Verifyable.java
deleted file mode 100644 (file)
index ba4dd0c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-package org.cacert.gigi.dbObjects;
-
-import org.cacert.gigi.GigiApiException;
-
-public interface Verifyable {
-
-    public void verify(String hash) throws GigiApiException;
-
-    public boolean isVerifyable(String hash) throws GigiApiException;
-
-}