Uses of Class
com.algorand.algosdk.crypto.Signature
-
Packages that use Signature Package Description com.algorand.algosdk.account com.algorand.algosdk.auction com.algorand.algosdk.crypto com.algorand.algosdk.transaction -
-
Uses of Signature in com.algorand.algosdk.account
Methods in com.algorand.algosdk.account that return Signature Modifier and Type Method Description Signature
Account. signBytes(byte[] bytes)
Sign the given bytes, and wrap in signature.Signature
Account. tealSign(byte[] data, Address contractAddress)
Creates Signature compatible with ed25519verify TEAL opcode from data and contract address (program hash).Signature
Account. tealSignFromProgram(byte[] data, byte[] program)
Creates Signature compatible with ed25519verify TEAL opcode from data and program bytes -
Uses of Signature in com.algorand.algosdk.auction
Fields in com.algorand.algosdk.auction declared as Signature Modifier and Type Field Description Signature
SignedBid. sig
Constructors in com.algorand.algosdk.auction with parameters of type Signature Constructor Description SignedBid(Bid bid, Signature sig)
SignedBid(Bid bid, Signature sig, MultisigSignature mSig)
-
Uses of Signature in com.algorand.algosdk.crypto
Fields in com.algorand.algosdk.crypto declared as Signature Modifier and Type Field Description Signature
LogicsigSignature. sig
Signature
MultisigSignature.MultisigSubsig. sig
Methods in com.algorand.algosdk.crypto with parameters of type Signature Modifier and Type Method Description boolean
Address. verifyBytes(byte[] message, Signature signature)
verifyBytes verifies that the signature for the message is valid for the public key.Constructors in com.algorand.algosdk.crypto with parameters of type Signature Constructor Description MultisigSubsig(Ed25519PublicKey key, Signature sig)
-
Uses of Signature in com.algorand.algosdk.transaction
Fields in com.algorand.algosdk.transaction declared as Signature Modifier and Type Field Description Signature
SignedTransaction. sig
Constructors in com.algorand.algosdk.transaction with parameters of type Signature Constructor Description SignedTransaction(Transaction tx, Signature sig)
SignedTransaction(Transaction tx, Signature sig, MultisigSignature mSig, LogicsigSignature lSig, String transactionID)
SignedTransaction(Transaction tx, Signature sig, String txId)
-