at.gv.egiz.pdfas.api.timestamp
Interface TimeStamper

All Known Implementing Classes:
DummyTimeStamper

public interface TimeStamper

Interface for timestamper implementations/handlers

Author:
dferbas

Method Summary
 String applyTimeStamp(String b64SignatureValue)
          Implement timestamp in this method.
 

Method Detail

applyTimeStamp

public String applyTimeStamp(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).


Copyright © 2006-2010. All Rights Reserved.