| Package | Description |
|---|---|
| com.aspose.cad.imageoptions |
| Modifier and Type | Method and Description |
|---|---|
PdfDigitalSignatureHashAlgorithmCore |
PdfDigitalSignatureDetailsCore.getHashAlgorithm()
Hash algorithm.
|
static PdfDigitalSignatureHashAlgorithmCore |
PdfDigitalSignatureHashAlgorithmCore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfDigitalSignatureHashAlgorithmCore[] |
PdfDigitalSignatureHashAlgorithmCore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfDigitalSignatureDetailsCore.setHashAlgorithm(PdfDigitalSignatureHashAlgorithmCore value)
Hash algorithm.
|
| Constructor and Description |
|---|
PdfDigitalSignatureDetailsCore(String certificate,
String password,
String reason,
String location,
Date signatureDate,
PdfDigitalSignatureHashAlgorithmCore hashAlgorithm)
Initializes a new instance of the
PdfDigitalSignatureDetailsCore class. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.