public abstract class SignHash
extends com.aspose.ms.System.MulticastDelegate
Delegate for custom sign the document hash (Beta).
| Constructor and Description |
|---|
SignHash() |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.ms.System.IAsyncResult |
beginInvoke(byte[] hash,
DigestHashAlgorithm digestHashAlgorithm,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
byte[] |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract byte[] |
invoke(byte[] hash,
DigestHashAlgorithm digestHashAlgorithm)
Delegate for custom sign the document hash (Beta).
|
getInvocationList, op_Equality, op_Inequalitypublic abstract byte[] invoke(byte[] hash,
DigestHashAlgorithm digestHashAlgorithm)
Delegate for custom sign the document hash (Beta).
hash - Input hash of the document.digestHashAlgorithm - The digest algorithm used to create the hash. The value will never be equal to {DigestHashAlgorithm#Auto}.
Note that whether the digital signature is detached or not, the hash argument will always be the final hash to be signed.
public final com.aspose.ms.System.IAsyncResult beginInvoke(byte[] hash,
DigestHashAlgorithm digestHashAlgorithm,
com.aspose.ms.System.AsyncCallback callback,
Object state)
public final byte[] endInvoke(com.aspose.ms.System.IAsyncResult result)
Copyright © 2025 Aspose. All Rights Reserved.