public class SignParameterImpl extends PdfAsParameterImpl implements SignParameter
Modifier and Type | Field and Description |
---|---|
protected DataSink |
output |
protected String |
signaturePosition |
protected String |
signatureProfileId |
protected IPlainSigner |
signer |
configuration, dataSource, transactionId
Constructor and Description |
---|
SignParameterImpl(Configuration configuration,
DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
DataSink |
getOutput()
Gets the data sink for the signature process
|
IPlainSigner |
getPlainSigner()
Gets the signer to use.
|
String |
getSignaturePosition()
Gets the signature position
|
String |
getSignatureProfileId()
Gets the signature profile to use
|
void |
setOutput(DataSink output)
Sets the data sink for the signature process
|
void |
setPlainSigner(IPlainSigner signer)
Sets the signer to use
|
void |
setSignaturePosition(String signaturePosition)
Sets the signature position
|
void |
setSignatureProfileId(String signatureProfileId)
Sets the signature profile to use
|
getConfiguration, getDataSource, getTransactionId, setConfiguration, setDataSource, setTransactionId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, getDataSource, getTransactionId, setConfiguration, setDataSource, setTransactionId
protected String signatureProfileId
protected String signaturePosition
protected DataSink output
protected IPlainSigner signer
public SignParameterImpl(Configuration configuration, DataSource dataSource)
public String getSignatureProfileId()
SignParameter
getSignatureProfileId
in interface SignParameter
public void setSignatureProfileId(String signatureProfileId)
SignParameter
setSignatureProfileId
in interface SignParameter
signatureProfileId
- The signature profilepublic String getSignaturePosition()
SignParameter
getSignaturePosition
in interface SignParameter
public void setSignaturePosition(String signaturePosition)
SignParameter
setSignaturePosition
in interface SignParameter
signaturePosition
- The signature position stringpublic void setOutput(DataSink output)
SignParameter
setOutput
in interface SignParameter
public DataSink getOutput()
SignParameter
getOutput
in interface SignParameter
public void setPlainSigner(IPlainSigner signer)
SignParameter
setPlainSigner
in interface SignParameter
public IPlainSigner getPlainSigner()
SignParameter
getPlainSigner
in interface SignParameter