From cd16e78a59ba4e8cecb2396cbc8d098be896d65b Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 23 Oct 2014 10:50:34 +0200 Subject: Moa Connector Constructor added --- .../main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pdf-as-common') diff --git a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java index 6ad65d42..14e1027e 100644 --- a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java +++ b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/exceptions/ErrorConstants.java @@ -8,7 +8,9 @@ public interface ErrorConstants { public static final long ERROR_NO_BACKEND = 10002; // Signature Errors + public static final long ERROR_SIG_FAILED_OPEN_KS = 11002; public static final long ERROR_SIG_INVALID_STATUS = 11004; + public static final long ERROR_SIG_INVALID_BKU_SIG = 11008; public static final long ERROR_SIG_INVALID_PROFILE = 11009; @@ -18,4 +20,5 @@ public interface ErrorConstants { // Configuration Errors: public static final long ERROR_SET_INVALID_SETTINGS_OBJ = 13001; + public static final long ERROR_INVALID_CERTIFICATE = 13002; } -- cgit v1.2.3