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,
com.aspose.ms.System.AsyncCallback callback,
Object state) |
byte[] |
endInvoke(com.aspose.ms.System.IAsyncResult result) |
abstract byte[] |
invoke(byte[] hash)
Delegate for custom sign the document hash (Beta).
|
getInvocationList, op_Equality, op_Inequalitypublic abstract byte[] invoke(byte[] hash)
Delegate for custom sign the document hash (Beta).
hash - Input hash of the document.public final com.aspose.ms.System.IAsyncResult beginInvoke(byte[] hash,
com.aspose.ms.System.AsyncCallback callback,
Object state)
public final byte[] endInvoke(com.aspose.ms.System.IAsyncResult result)
Copyright © 2024 Aspose. All Rights Reserved.