List of usage examples for com.lowagie.text.pdf TSAClient interface-usage
From source file org.signserver.module.pdfsigner.InternalTSAClient.java
/**
* TSA Client fetching the token internally.
*
* @author Markus Kils
* @version $Id: InternalTSAClient.java 4790 2014-06-02 12:16:25Z netmackan $
*/
From source file org.signserver.module.pdfsigner.MockedTSAClient.java
/**
* An TSAClient that constructs a timestamp response with an extension
* containing a bitstring of a specified length.
*
* Can for instance be used to the construction of PKCS#7 structures with
* timestamp responses of different sizes.