public class CertificateSearchOptions extends SearchOptions
Represents search options for Certificate metadata signatures.
<b>Learn more</b>
| Constructor and Description |
|---|
CertificateSearchOptions()
Initializes a new instance of the TextSearchOptions class with default values.
|
CertificateSearchOptions(String text)
Initializes a new instance of the TextSearchOptions class with text value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMatchType()
Gets or sets text match type search.
|
String |
getText()
Specifies certificate property text to match on searching.
|
void |
setMatchType(int value)
Gets or sets text match type search.
|
void |
setText(String value)
Specifies certificate property text to match on searching.
|
getAllPages, getPageNumber, getPagesSetup, getSearchPages, getSkipExternal, setAllPages, setPageNumber, setPagesSetup, setSkipExternal, toStringpublic CertificateSearchOptions()
Initializes a new instance of the TextSearchOptions class with default values.
public CertificateSearchOptions(String text)
Initializes a new instance of the TextSearchOptions class with text value.
text - Set Text of Text signature.public final int getMatchType()
Gets or sets text match type search.
public final String getText()
Specifies certificate property text to match on searching.
public final void setMatchType(int value)
Gets or sets text match type search.
public final void setText(String value)
Specifies certificate property text to match on searching.
Copyright © 2026. All rights reserved.