public interface VerifyParameter extends PdfAsParameter
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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, setConfiguration, setDataSource
int getWhichSignature()
void setWhichSignature(int which)
which
- The indexjava.util.Date getVerificationTime()
void setVerificationTime(java.util.Date verificationTime)
verificationTime
-