public class TimestampParameters extends Object implements ArgsConfiguration
| Modifier and Type | Field and Description | 
|---|---|
| String | urlTimestamp authority URL. | 
| String | usernameTimestamp authority login username. | 
| Constructor and Description | 
|---|
| TimestampParameters() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addArguments(ArgumentParser parser)Adds arguments that configure this  ArgsConfigurationto anArgumentParser | 
| com.itextpdf.text.pdf.security.TSAClient | getTSAClient()Returns the  TSAClientthat corresponds to these parameters. | 
| void | setFromNamespace(Namespace namespace)Sets configuration values from a parsed  Namespace | 
public TimestampParameters()
public void addArguments(ArgumentParser parser)
ArgsConfigurationArgsConfiguration to an
 ArgumentParseraddArguments in interface ArgsConfigurationparser - argument parser to add arguments topublic void setFromNamespace(Namespace namespace) throws OperationException
ArgsConfigurationNamespacesetFromNamespace in interface ArgsConfigurationnamespace - the namespace with the argument valuesOperationException - when an exception occurspublic com.itextpdf.text.pdf.security.TSAClient getTSAClient()
TSAClient that corresponds to these parameters.Copyright © 2015–2016 Hobrasoft s.r.o.. All rights reserved.