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

Class DummyTimeStamper

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    TimeStamper
    +
    +
    +
    +
    public class DummyTimeStamper
    +extends java.lang.Object
    +implements TimeStamper
    +
    Dummy/test implementation of the timestamper. Logs and stores test-timestamp for assertion getLastTimeStamp()
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      DummyTimeStamper() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

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

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        DummyTimeStamper

        +
        public DummyTimeStamper()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        applyTimeStamp

        +
        public java.lang.String applyTimeStamp(java.lang.String b64SignatureValue)
        +
        Description copied from interface: TimeStamper
        +
        Implement timestamp in this method.
        +
        +
        Specified by:
        +
        applyTimeStamp in interface TimeStamper
        +
        Parameters:
        b64SignatureValue - signature value, base64 encoded
        +
        Returns:
        timestamp to be embedded in egiz dictionary base64 encoded (following RFC3161).
        +
      • +
      + + + +
        +
      • +

        getLastTimeStamp

        +
        public java.lang.String getLastTimeStamp()
        +
      • +
      + + + +
        +
      • +

        setLastTimeStamp

        +
        public void setLastTimeStamp(java.lang.String lastTimeStamp)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3