public class DigitalSearchOptions extends SearchOptions
Represents base options for Digital signatures search
Constructor and Description |
---|
DigitalSearchOptions()
Initializes a new instance of the DigitalSearchOptions class with default values.
|
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Comments of Digital signature to search.
|
String |
getIssuerName()
For non empty values specifies distinguished name of the certificate issuer to search.
|
Date |
getSignDateTimeFrom()
Date and time range of Digital signature to search.
|
Date |
getSignDateTimeTo()
Date and time range of Digital Signature to search.
|
String |
getSubjectName()
For non empty values specifies distinguished subject name of the certificate to search.
|
void |
setComments(String value)
Comments of Digital signature to search.
|
void |
setIssuerName(String value)
For non empty values specifies distinguished name of the certificate issuer to search.
|
void |
setSignDateTimeFrom(Date value)
Date and time range of Digital signature to search.
|
void |
setSignDateTimeTo(Date value)
Date and time range of Digital Signature to search.
|
void |
setSubjectName(String value)
For non empty values specifies distinguished subject name of the certificate to search.
|
getAllPages, getPageNumber, getPagesSetup, getSkipExternal, setAllPages, setPageNumber, setPagesSetup, setSkipExternal, toString
public DigitalSearchOptions()
Initializes a new instance of the DigitalSearchOptions class with default values.
public final String getComments()
Comments of Digital signature to search.
public final String getIssuerName()
For non empty values specifies distinguished name of the certificate issuer to search.
public final Date getSignDateTimeFrom()
Date and time range of Digital signature to search. Nullable value will be ignored.
public final Date getSignDateTimeTo()
Date and time range of Digital Signature to search. Nullable value will be ignored.
public final String getSubjectName()
For non empty values specifies distinguished subject name of the certificate to search.
public final void setComments(String value)
Comments of Digital signature to search.
public final void setIssuerName(String value)
For non empty values specifies distinguished name of the certificate issuer to search.
public final void setSignDateTimeFrom(Date value)
Date and time range of Digital signature to search. Nullable value will be ignored.
public final void setSignDateTimeTo(Date value)
Date and time range of Digital Signature to search. Nullable value will be ignored.
public final void setSubjectName(String value)
For non empty values specifies distinguished subject name of the certificate to search.