at.gv.egiz.pdfas.framework.sigdevice
Interface SequentialSignatureDevice

All Superinterfaces:
SignatureDevice

public interface SequentialSignatureDevice
extends SignatureDevice

A SignatureDevice that can be accessed in a sequential manner.

A sequential device handles all necessary steps in sequence. E.g. all the data is transformed into a http request and sent to a server. The server processes the request and answers. The response from the server is then analyzed and returned.

Author:
wprinz

Method Summary
 void sign()
           
 void verify()
           
 

Method Detail

sign

public void sign()

verify

public void verify()


Copyright © 2006-2010. All Rights Reserved.