DigitalSearchOptions
Inheritance: java.lang.Object, com.groupdocs.signature.options.OptionsExtensions, com.groupdocs.signature.options.search.SearchOptions
public class DigitalSearchOptions extends SearchOptions
Represents base options for Digital signatures search
Constructors
Constructor | Description |
---|---|
DigitalSearchOptions() | Initializes a new instance of the DigitalSearchOptions class with default values. |
Methods
Method | Description |
---|---|
getComments() | Comments of Digital signature to search. |
setComments(String value) | Comments of Digital signature to search. |
getSignDateTimeFrom() | Date and time range of Digital signature to search. |
setSignDateTimeFrom(Date value) | Date and time range of Digital signature to search. |
getSignDateTimeTo() | Date and time range of Digital Signature to search. |
setSignDateTimeTo(Date value) | Date and time range of Digital Signature to search. |
getSubjectName() | For non empty values specifies distinguished subject name of the certificate to search. |
setSubjectName(String value) | For non empty values specifies distinguished subject name of the certificate to search. |
getIssuerName() | For non empty values specifies distinguished name of the certificate issuer to search. |
setIssuerName(String value) | For non empty values specifies distinguished name of the certificate issuer to search. |
DigitalSearchOptions()
public DigitalSearchOptions()
Initializes a new instance of the DigitalSearchOptions class with default values.
getComments()
public final String getComments()
Comments of Digital signature to search.
Returns: java.lang.String
setComments(String value)
public final void setComments(String value)
Comments of Digital signature to search.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getSignDateTimeFrom()
public final Date getSignDateTimeFrom()
Date and time range of Digital signature to search. Nullable value will be ignored.
Returns: java.util.Date
setSignDateTimeFrom(Date value)
public final void setSignDateTimeFrom(Date value)
Date and time range of Digital signature to search. Nullable value will be ignored.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
getSignDateTimeTo()
public final Date getSignDateTimeTo()
Date and time range of Digital Signature to search. Nullable value will be ignored.
Returns: java.util.Date
setSignDateTimeTo(Date value)
public final void setSignDateTimeTo(Date value)
Date and time range of Digital Signature to search. Nullable value will be ignored.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
getSubjectName()
public final String getSubjectName()
For non empty values specifies distinguished subject name of the certificate to search.
Returns: java.lang.String
setSubjectName(String value)
public final void setSubjectName(String value)
For non empty values specifies distinguished subject name of the certificate to search.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getIssuerName()
public final String getIssuerName()
For non empty values specifies distinguished name of the certificate issuer to search.
Returns: java.lang.String
setIssuerName(String value)
public final void setIssuerName(String value)
For non empty values specifies distinguished name of the certificate issuer to search.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |