]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/dbObjects/Verifyable.java
fix: display verify information only when verification token is known.
[gigi.git] / src / org / cacert / gigi / dbObjects / Verifyable.java
index e1c997e44ec4fbcb6298c9bef1225cab26ae4d2d..ba4dd0c58bca4904dc67f6d21212e906defe3365 100644 (file)
@@ -6,4 +6,6 @@ public interface Verifyable {
 
     public void verify(String hash) throws GigiApiException;
 
+    public boolean isVerifyable(String hash) throws GigiApiException;
+
 }