Skip navigation links
A B C D E F G H I J L M N O P R S T V Z 

A

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.
Bytes - Class in org.web3j.utils
Byte array utility functions.

C

capitaliseFirstLetter(String) - Static method in class org.web3j.utils.Strings
 
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 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
 

F

fromString(String) - Static method in enum 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

getFirst() - Method in class org.web3j.crypto.Pair
 
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 org.web3j.utils.Convert.Unit
 

H

Hash - Class in org.web3j.crypto
Cryptographic hash functions.
hash(byte[], String) - Static method in class org.web3j.crypto.Hash
Generates a digest for the given input.
hexStringToByteArray(String) - Static method in class org.web3j.utils.Numeric
 
hmacSha512(byte[], byte[]) - Static method in class org.web3j.crypto.Hash
 

I

isEmpty(String) - Static method in class org.web3j.utils.Strings
 
isIntegerValue(BigDecimal) - 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
 

L

lowercaseFirstLetter(String) - Static method in class org.web3j.utils.Strings
 

M

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
 

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
 
prependHexPrefix(String) - Static method in class org.web3j.utils.Numeric
 

R

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(String) - 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(byte[]) - 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.

T

toBigInt(byte[], int, int) - Static method in class org.web3j.utils.Numeric
 
toBigInt(byte[]) - 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[], int, int, boolean) - Static method in class org.web3j.utils.Numeric
 
toHexString(byte[]) - Static method in class org.web3j.utils.Numeric
 
toHexStringNoPrefix(BigInteger) - Static method in class org.web3j.utils.Numeric
 
toHexStringNoPrefix(byte[]) - 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
 
toHexStringWithPrefixZeroPadded(BigInteger, int) - Static method in class org.web3j.utils.Numeric
 
toString() - Method in enum 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 org.web3j.utils.Convert.Unit
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.web3j.utils.Convert.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
verifyPrecondition(boolean, String) - Static method in class org.web3j.utils.Assertions
Verify that the provided precondition holds true.

Z

zeros(int) - Static method in class org.web3j.utils.Strings
 
A B C D E F G H I J L M N O P R S T V Z 
Skip navigation links