public final class TransactionSignerImpl extends Object implements TransactionSigner
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
TransactionSigner |
put(Index credentialIndex,
Index keyIndex,
Signer signer) |
TransactionSignature |
sign(byte[] message)
Signs the input `message`.
|
int |
size() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitfrom, frompublic TransactionSigner put(Index credentialIndex, Index keyIndex, Signer signer)
put in interface TransactionSignerpublic TransactionSignature sign(byte[] message)
TransactionSignersign in interface TransactionSignermessage - Input message byte array.TransactionSignature.public int size()
size in interface TransactionSignerpublic boolean isEmpty()
isEmpty in interface TransactionSignerCopyright © 2025. All rights reserved.