Gets or sets the digital certificate file path.
This property is used only if CertificateStream is not specified.
Returns:
java.lang.String
setCertificateFilePath(String value)
public void setCertificateFilePath(String value)
Gets or sets the digital certificate file GUID.
This property is used only if CertificateStream is not specified.
Parameters:
Parameter
Type
Description
value
java.lang.String
getCertificateStream()
public final InputStream getCertificateStream()
Gets or sets digital certificate stream.
If this property is specified it is always used instead CertificateGuid.
Returns:
java.io.InputStream
setCertificateStream(InputStream value)
public final void setCertificateStream(InputStream value)
Gets or sets digital certificate stream.
If this property is specified it is always used instead CertificateGuid.
Parameters:
Parameter
Type
Description
value
java.io.InputStream
getVisible()
public final boolean getVisible()
Gets or sets the visibility of signature.
Returns:
boolean
setVisible(boolean value)
public final void setVisible(boolean value)
Gets or sets the visibility of signature.
Parameters:
Parameter
Type
Description
value
boolean
getUseLtv()
public final boolean getUseLtv()
Gets/sets LTV (Long Term Validation) validation flag.
Returns:
boolean
setUseLtv(boolean value)
public final void setUseLtv(boolean value)
Gets/sets LTV (Long Term Validation) validation flag.
Parameters:
Parameter
Type
Description
value
boolean
getCustomSignHash()
public final ICustomSignHash getCustomSignHash()
Gets or sets a custom hash-signing implementation, allowing callers to plug in their own
digital signing logic (HSM, remote signer, software keystore, etc.).
XAdES type
XAdESType
. Default value is None (XAdES is off).
At this moment XAdES signature type is supported only for Spreadsheet documents under .NET Framework only (not under .NET Standard)
Returns:
int
setXAdESType(int value)
public final void setXAdESType(int value)
XAdES type
XAdESType
. Default value is None (XAdES is off).
At this moment XAdES signature type is supported only for Spreadsheet documents under .NET Framework only (not under .NET Standard)
Parameters:
Parameter
Type
Description
value
int
getSignatureLineId()
public final UUID getSignatureLineId()
Returns:
java.util.UUID
setSignatureLineId(UUID value)
public final void setSignatureLineId(UUID value)
Parameters:
Parameter
Type
Description
value
java.util.UUID
toString()
public String toString()
Override string conversion.
Returns:
java.lang.String -
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.