at.gv.egiz.pdfas.impl.api.verify
Class VerifyResultsImpl

java.lang.Object
  extended byat.gv.egiz.pdfas.impl.api.verify.VerifyResultsImpl
All Implemented Interfaces:
VerifyResults

public class VerifyResultsImpl
extends Object
implements VerifyResults

Author:
wprinz

Field Summary
protected  List results
          The results.
 
Constructor Summary
VerifyResultsImpl(List results)
          Constructor.
 
Method Summary
 List getResults()
          Returns the List of VerifyResult objects, one for each verified signature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

protected List results
The results.

Constructor Detail

VerifyResultsImpl

public VerifyResultsImpl(List results)
Constructor.

Parameters:
results - The results.
Method Detail

getResults

public List getResults()
Description copied from interface: VerifyResults
Returns the List of VerifyResult objects, one for each verified signature.

Specified by:
getResults in interface VerifyResults
Returns:
Returns the List of VerifyResult objects, one for each verified signature.
See Also:
VerifyResults.getResults()


Copyright © 2006-2010. All Rights Reserved.