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/timestamp/TimeStamper.html | 214 +++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/api/timestamp/TimeStamper.html (limited to 'docs/full/at/gv/egiz/pdfas/api/timestamp/TimeStamper.html') diff --git a/docs/full/at/gv/egiz/pdfas/api/timestamp/TimeStamper.html b/docs/full/at/gv/egiz/pdfas/api/timestamp/TimeStamper.html new file mode 100644 index 00000000..9e464d04 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/api/timestamp/TimeStamper.html @@ -0,0 +1,214 @@ + + + + + +TimeStamper + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.api.timestamp
+

Interface TimeStamper

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    DummyTimeStamper
    +
    +
    +
    +
    public interface TimeStamper
    +
    Interface for timestamper implementations/handlers
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringapplyTimeStamp(java.lang.String b64SignatureValue) +
      Implement timestamp in this method.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        applyTimeStamp

        +
        java.lang.String applyTimeStamp(java.lang.String b64SignatureValue)
        +
        Implement timestamp in this method.
        +
        Parameters:
        b64SignatureValue - signature value, base64 encoded
        +
        Returns:
        timestamp to be embedded in egiz dictionary base64 encoded (following RFC3161).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3