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, wait
from, from
public TransactionSigner put(Index credentialIndex, Index keyIndex, Signer signer)
put
in interface TransactionSigner
public TransactionSignature sign(byte[] message)
TransactionSigner
sign
in interface TransactionSigner
message
- Input message byte array.TransactionSignature
.public int size()
size
in interface TransactionSigner
public boolean isEmpty()
isEmpty
in interface TransactionSigner
Copyright © 2025. All rights reserved.