public class SignedAppearanceText extends Object
| Constructor and Description |
|---|
SignedAppearanceText()
Creates a new
SignedAppearanceText instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
generateDescriptionText()
Generates the signature description text based on the provided parameters.
|
String |
getLocationLine()
Returns the signing location.
|
String |
getReasonLine()
Returns the signing reason.
|
Calendar |
getSignDate()
Returns the signature date.
|
String |
getSignedBy()
Gets the name of the signer from the certificate.
|
SignedAppearanceText |
setLocationLine(String location)
Sets the signing location.
|
SignedAppearanceText |
setReasonLine(String reason)
Sets the signing reason.
|
SignedAppearanceText |
setSignDate(Calendar signDate)
Sets the signature date.
|
SignedAppearanceText |
setSignedBy(String signedBy)
Sets the name of the signer from the certificate.
|
public SignedAppearanceText()
SignedAppearanceText instance.public String getReasonLine()
public SignedAppearanceText setReasonLine(String reason)
reason - signing reason.SignedAppearanceText instance.public String getLocationLine()
public SignedAppearanceText setLocationLine(String location)
location - new signing location.SignedAppearanceText instance.public SignedAppearanceText setSignedBy(String signedBy)
signedBy - name of the signer.SignedAppearanceText instance.public String getSignedBy()
public Calendar getSignDate()
public SignedAppearanceText setSignDate(Calendar signDate)
signDate - new signature date.SignedAppearanceText instance.public String generateDescriptionText()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.