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 SignatureAccount. signBytes(byte[] bytes)Sign the given bytes, and wrap in signature.SignatureAccount. tealSign(byte[] data, Address contractAddress)Creates Signature compatible with ed25519verify TEAL opcode from data and contract address (program hash).SignatureAccount. 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 SignatureSignedBid. sigConstructors 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 SignatureLogicsigSignature. sigSignatureMultisigSignature.MultisigSubsig. sigMethods in com.algorand.algosdk.crypto with parameters of type Signature Modifier and Type Method Description booleanAddress. 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 SignatureHeartbeatProof. pk1SigSignatureHeartbeatProof. pk2SigSignatureHeartbeatProof. sigSignatureSignedTransaction. sigConstructors in com.algorand.algosdk.transaction with parameters of type Signature Constructor Description HeartbeatProof(Signature sig, Ed25519PublicKey pk, Ed25519PublicKey pk2, Signature pk1Sig, Signature pk2Sig)SignedTransaction(Transaction tx, Signature sig)SignedTransaction(Transaction tx, Signature sig, MultisigSignature mSig, LogicsigSignature lSig, String transactionID)SignedTransaction(Transaction tx, Signature sig, String txId)
-