public class VerifyParameterImpl extends PdfAsParameterImpl implements VerifyParameter
Modifier and Type | Field and Description |
---|---|
protected Date |
verificationTime |
protected int |
which |
configuration, dataSource, transactionId
Constructor and Description |
---|
VerifyParameterImpl(Configuration configuration,
DataSource dataSource) |
Modifier and Type | Method and Description |
---|---|
Date |
getVerificationTime()
Gets the verification time
|
int |
getWhichSignature()
Gets which signature should be verified
This is a 0 based index of the signatures
|
void |
setVerificationTime(Date verificationTime)
Sets the verification time.
|
void |
setWhichSignature(int which)
Sets which signature should be verified
This is a 0 based index of the signatures
|
getConfiguration, getDataSource, getTransactionId, setConfiguration, setDataSource, setTransactionId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, getDataSource, getTransactionId, setConfiguration, setDataSource, setTransactionId
protected int which
protected Date verificationTime
public VerifyParameterImpl(Configuration configuration, DataSource dataSource)
public int getWhichSignature()
VerifyParameter
getWhichSignature
in interface VerifyParameter
public void setWhichSignature(int which)
VerifyParameter
setWhichSignature
in interface VerifyParameter
which
- The indexpublic Date getVerificationTime()
VerifyParameter
getVerificationTime
in interface VerifyParameter
public void setVerificationTime(Date verificationTime)
VerifyParameter
setVerificationTime
in interface VerifyParameter