Package org.xrpl.xrpl4j.crypto.signing
Interface SignatureService<PK extends PrivateKeyable>
- All Superinterfaces:
TransactionSigner<PK>,TransactionVerifier
- All Known Implementing Classes:
AbstractSignatureService,BcDerivedKeySignatureService,BcSignatureService
public interface SignatureService<PK extends PrivateKeyable>
extends TransactionSigner<PK>, TransactionVerifier
Defines how to sign and verify an XRPL transaction using a single in-memory public/private key-pair.
-
Method Summary
Methods inherited from interface org.xrpl.xrpl4j.crypto.signing.TransactionSigner
derivePublicKey, multiSign, multiSignInner, multiSignToSigner, sign, sign, sign, signInnerMethods inherited from interface org.xrpl.xrpl4j.crypto.signing.TransactionVerifier
verify, verifyMultiSigned, verifyMultiSigned