From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../gv/egiz/pdfas/api/verify/SignatureCheck.html | 234 +++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/api/verify/SignatureCheck.html (limited to 'docs/full/at/gv/egiz/pdfas/api/verify/SignatureCheck.html') diff --git a/docs/full/at/gv/egiz/pdfas/api/verify/SignatureCheck.html b/docs/full/at/gv/egiz/pdfas/api/verify/SignatureCheck.html new file mode 100644 index 00000000..ea956233 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/verify/SignatureCheck.html @@ -0,0 +1,234 @@ + + + + + +SignatureCheck + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.verify
+

Interface SignatureCheck

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    SignatureCheckWrapper
    +
    +
    +
    +
    public interface SignatureCheck
    +
    The result of a signature check performed by a verification device.
    +
    See Also:
    VerifyResult
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetCode() +
      Returns the response code of the check.
      +
      java.lang.StringgetMessage() +
      Returns the textual response message of the check (corresponding to the + code).
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCode

        +
        int getCode()
        +
        Returns the response code of the check.
        +
        Returns:
        Returns the response code of the check.
        +
      • +
      + + + +
        +
      • +

        getMessage

        +
        java.lang.String getMessage()
        +
        Returns the textual response message of the check (corresponding to the + code).
        +
        Returns:
        Returns the textual response message of the check (corresponding to + the code).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3