public class PdfDigitalSignatureDetailsCore extends Object
Contains details for a PDF digital signature.
| Constructor and Description |
|---|
PdfDigitalSignatureDetailsCore(String certificate,
String password,
String reason,
String location,
Date signatureDate,
PdfDigitalSignatureHashAlgorithmCore hashAlgorithm)
Initializes a new instance of the
PdfDigitalSignatureDetailsCore class. |
| Modifier and Type | Method and Description |
|---|---|
PdfDigitalSignatureHashAlgorithmCore |
getHashAlgorithm()
Hash algorithm.
|
String |
getLocation()
Location of signing.
|
String |
getReason()
The reason of signing.
|
Date |
getSignatureDate()
Date of signing.
|
void |
setHashAlgorithm(PdfDigitalSignatureHashAlgorithmCore value)
Hash algorithm.
|
void |
setLocation(String value)
Location of signing.
|
void |
setReason(String value)
The reason of signing.
|
void |
setSignatureDate(Date value)
Date of signing.
|
public PdfDigitalSignatureDetailsCore(String certificate, String password, String reason, String location, Date signatureDate, PdfDigitalSignatureHashAlgorithmCore hashAlgorithm)
Initializes a new instance of the PdfDigitalSignatureDetailsCore class.
certificate - The certificate.reason - The reason.location - The location.signatureDate - The signature date.hashAlgorithm - The hash algorithm.public final String getReason()
The reason of signing.
public final void setReason(String value)
The reason of signing.
value - The reason.public final String getLocation()
Location of signing.
public final void setLocation(String value)
Location of signing.
value - The location.public final Date getSignatureDate()
Date of signing.
public final void setSignatureDate(Date value)
Date of signing.
value - The signature date.public final PdfDigitalSignatureHashAlgorithmCore getHashAlgorithm()
Hash algorithm.
public final void setHashAlgorithm(PdfDigitalSignatureHashAlgorithmCore value)
Hash algorithm.
value - The hash algorithm.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.