Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(byte[]) - Method in class org.web3j.utils.Bloom
-
add a byte array (topic) to filter.
- add(String) - Method in class org.web3j.utils.Bloom
-
add a byte array (topic) to filter.
- asByte(int, int) - Static method in class org.web3j.utils.Numeric
- Assertions - Class in org.web3j.utils
-
Assertion utility functions.
- Assertions() - Constructor for class org.web3j.utils.Assertions
B
- blake2b256(byte[]) - Static method in class org.web3j.crypto.Hash
-
Blake2-256 hash function.
- Bloom - Class in org.web3j.utils
-
Ethereum Bloom filter.
- Bloom() - Constructor for class org.web3j.utils.Bloom
-
creates empty filter (all bits set to zero).
- Bloom(byte[]) - Constructor for class org.web3j.utils.Bloom
-
create filter from bytes.
- Bloom(String) - Constructor for class org.web3j.utils.Bloom
-
create filter from hex string.
- Bytes - Class in org.web3j.utils
-
Byte array utility functions.
C
- capitaliseFirstLetter(String) - Static method in class org.web3j.utils.Strings
- ChainId - Enum Class in org.web3j.commons
- cleanHexPrefix(String) - Static method in class org.web3j.utils.Numeric
- containsHexPrefix(String) - Static method in class org.web3j.utils.Numeric
- Convert - Class in org.web3j.utils
-
Ethereum unit conversion functions.
- Convert.Unit - Enum Class in org.web3j.utils
D
- decodeQuantity(String) - Static method in class org.web3j.utils.Numeric
E
- encodeQuantity(BigInteger) - Static method in class org.web3j.utils.Numeric
- equals(Object) - Method in class org.web3j.utils.Bloom
- ETHER - Enum constant in enum class org.web3j.utils.Convert.Unit
F
- FINNEY - Enum constant in enum class org.web3j.utils.Convert.Unit
- fromString(String) - Static method in enum class org.web3j.utils.Convert.Unit
- fromWei(String, Convert.Unit) - Static method in class org.web3j.utils.Convert
- fromWei(BigDecimal, Convert.Unit) - Static method in class org.web3j.utils.Convert
G
- getBytes() - Method in class org.web3j.utils.Bloom
- getBytesHexString() - Method in class org.web3j.utils.Bloom
- getFirst() - Method in class org.web3j.crypto.Pair
- GETHER - Enum constant in enum class org.web3j.utils.Convert.Unit
- getId() - Method in enum class org.web3j.commons.ChainId
- getJavaVersion() - Static method in class org.web3j.commons.JavaVersion
- getJavaVersionAsDouble() - Static method in class org.web3j.commons.JavaVersion
- getSecond() - Method in class org.web3j.crypto.Pair
- getWeiFactor() - Method in enum class org.web3j.utils.Convert.Unit
- GWEI - Enum constant in enum class org.web3j.utils.Convert.Unit
H
- hash(byte[], String) - Static method in class org.web3j.crypto.Hash
-
Generates a digest for the given
input. - Hash - Class in org.web3j.crypto
-
Cryptographic hash functions.
- hashCode() - Method in class org.web3j.utils.Bloom
- hexStringToByteArray(String) - Static method in class org.web3j.utils.Numeric
- hmacSha512(byte[], byte[]) - Static method in class org.web3j.crypto.Hash
I
- isBlank(String) - Static method in class org.web3j.utils.Strings
-
Returns true if the string is empty or contains only white space codepoints, otherwise false.
- isEmpty(String) - Static method in class org.web3j.utils.Strings
-
Returns true if the string is empty, otherwise false.
- isIntegerValue(BigDecimal) - Static method in class org.web3j.utils.Numeric
- isValidHexQuantity(String) - Static method in class org.web3j.utils.Numeric
J
- JavaVersion - Class in org.web3j.commons
- JavaVersion() - Constructor for class org.web3j.commons.JavaVersion
- join(List<String>, String) - Static method in class org.web3j.utils.Strings
K
- KETHER - Enum constant in enum class org.web3j.utils.Convert.Unit
- KWEI - Enum constant in enum class org.web3j.utils.Convert.Unit
L
- lowercaseFirstLetter(String) - Static method in class org.web3j.utils.Strings
M
- MAIN_NET - Enum constant in enum class org.web3j.commons.ChainId
- MessageDecodingException - Exception in org.web3j.exceptions
-
Encoding exception.
- MessageDecodingException(String) - Constructor for exception org.web3j.exceptions.MessageDecodingException
- MessageDecodingException(String, Throwable) - Constructor for exception org.web3j.exceptions.MessageDecodingException
- MessageEncodingException - Exception in org.web3j.exceptions
-
Encoding exception.
- MessageEncodingException(String) - Constructor for exception org.web3j.exceptions.MessageEncodingException
- MessageEncodingException(String, Throwable) - Constructor for exception org.web3j.exceptions.MessageEncodingException
- METHER - Enum constant in enum class org.web3j.utils.Convert.Unit
- MWEI - Enum constant in enum class org.web3j.utils.Convert.Unit
N
- Numeric - Class in org.web3j.utils
-
Message codec functions.
O
- org.web3j.commons - package org.web3j.commons
- org.web3j.crypto - package org.web3j.crypto
- org.web3j.exceptions - package org.web3j.exceptions
- org.web3j.utils - package org.web3j.utils
P
- Pair - Class in org.web3j.crypto
- Pair(Object, Object) - Constructor for class org.web3j.crypto.Pair
- parsePaddedNumberHex(String) - Static method in class org.web3j.utils.Numeric
- prependHexPrefix(String) - Static method in class org.web3j.utils.Numeric
R
- removeDoubleQuotes(String) - Static method in class org.web3j.utils.Numeric
- repeat(char, int) - Static method in class org.web3j.utils.Strings
S
- sha256(byte[]) - Static method in class org.web3j.crypto.Hash
-
Generates SHA-256 digest for the given
input. - sha256hash160(byte[]) - Static method in class org.web3j.crypto.Hash
- sha3(byte[]) - Static method in class org.web3j.crypto.Hash
-
Keccak-256 hash function.
- sha3(byte[], int, int) - Static method in class org.web3j.crypto.Hash
-
Keccak-256 hash function.
- sha3(String) - Static method in class org.web3j.crypto.Hash
-
Keccak-256 hash function.
- sha3String(String) - Static method in class org.web3j.crypto.Hash
-
Keccak-256 hash function that operates on a UTF-8 encoded String.
- Strings - Class in org.web3j.utils
-
String utility functions.
- SZABO - Enum constant in enum class org.web3j.utils.Convert.Unit
T
- test(byte[]) - Method in class org.web3j.utils.Bloom
-
test presents of a topic.
- test(byte[], byte[]...) - Static method in class org.web3j.utils.Bloom
-
test topics against a bloom filter.
- test(String) - Method in class org.web3j.utils.Bloom
-
test presents of a topic.
- test(String, String...) - Static method in class org.web3j.utils.Bloom
-
test topics against a bloom filter.
- toBigInt(byte[]) - Static method in class org.web3j.utils.Numeric
- toBigInt(byte[], int, int) - Static method in class org.web3j.utils.Numeric
- toBigInt(String) - Static method in class org.web3j.utils.Numeric
- toBigIntNoPrefix(String) - Static method in class org.web3j.utils.Numeric
- toBytesPadded(BigInteger, int) - Static method in class org.web3j.utils.Numeric
- toCsv(List<String>) - Static method in class org.web3j.utils.Strings
- toHexString(byte[]) - Static method in class org.web3j.utils.Numeric
- toHexString(byte[], int, int, boolean) - Static method in class org.web3j.utils.Numeric
- toHexStringNoPrefix(byte[]) - Static method in class org.web3j.utils.Numeric
- toHexStringNoPrefix(BigInteger) - Static method in class org.web3j.utils.Numeric
- toHexStringNoPrefixZeroPadded(BigInteger, int) - Static method in class org.web3j.utils.Numeric
- toHexStringWithPrefix(BigInteger) - Static method in class org.web3j.utils.Numeric
- toHexStringWithPrefixSafe(BigInteger) - Static method in class org.web3j.utils.Numeric
-
Deprecated.
- toHexStringWithPrefixZeroPadded(BigInteger, int) - Static method in class org.web3j.utils.Numeric
- toString() - Method in class org.web3j.utils.Bloom
- toString() - Method in enum class org.web3j.utils.Convert.Unit
- toWei(String, Convert.Unit) - Static method in class org.web3j.utils.Convert
- toWei(BigDecimal, Convert.Unit) - Static method in class org.web3j.utils.Convert
- trimLeadingBytes(byte[], byte) - Static method in class org.web3j.utils.Bytes
- trimLeadingZeroes(byte[]) - Static method in class org.web3j.utils.Bytes
V
- valueOf(String) - Static method in enum class org.web3j.commons.ChainId
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.web3j.utils.Convert.Unit
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.web3j.commons.ChainId
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.web3j.utils.Convert.Unit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verifyPrecondition(boolean, String) - Static method in class org.web3j.utils.Assertions
-
Verify that the provided precondition holds true.
W
- WEI - Enum constant in enum class org.web3j.utils.Convert.Unit
Z
- zeros(int) - Static method in class org.web3j.utils.Strings
All Classes and Interfaces|All Packages|Serialized Form
Numeric.toHexStringNoPrefix(BigInteger value)instead, more details here