Index

A B C D E F G H J O P R S T U V W 
All Classes and Interfaces|All Packages

A

asRlp() - Method in class org.web3j.utils.Base64String
 
asRlpValues(RawPrivateTransaction, Sign.SignatureData) - Static method in class org.web3j.protocol.eea.crypto.PrivateTransactionEncoder
 

B

Base64String - Class in org.web3j.utils
 
Base64String.Deserializer - Class in org.web3j.utils
 
Base64String.Serializer - Class in org.web3j.utils
 
build(Web3jService) - Static method in interface org.web3j.protocol.eea.Eea
 

C

createContractTransaction(BigInteger, BigInteger, BigInteger, String, Base64String, List<Base64String>, Restriction) - Static method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
createContractTransaction(BigInteger, BigInteger, BigInteger, String, Base64String, Base64String, Restriction) - Static method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
createTransaction(long, BigInteger, BigInteger, BigInteger, BigInteger, String, String, Base64String, List<Base64String>, Restriction) - Static method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
createTransaction(long, BigInteger, BigInteger, BigInteger, BigInteger, String, String, Base64String, Base64String, Restriction) - Static method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
createTransaction(BigInteger, BigInteger, BigInteger, String, String, Base64String, List<Base64String>, Restriction) - Static method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
createTransaction(BigInteger, BigInteger, BigInteger, String, String, Base64String, Base64String, Restriction) - Static method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 

D

decode(String) - Static method in class org.web3j.protocol.eea.crypto.PrivateTransactionDecoder
 
deserialize(JsonParser, DeserializationContext) - Method in class org.web3j.utils.Base64String.Deserializer
 
Deserializer() - Constructor for class org.web3j.utils.Base64String.Deserializer
 

E

Eea - Interface in org.web3j.protocol.eea
 
eeaSendRawTransaction(String) - Method in interface org.web3j.protocol.eea.Eea
 
eeaSendRawTransaction(String) - Method in class org.web3j.protocol.eea.JsonRpc2_0Eea
 
encode(RawPrivateTransaction) - Static method in class org.web3j.protocol.eea.crypto.PrivateTransactionEncoder
 
encode(RawPrivateTransaction, long) - Static method in class org.web3j.protocol.eea.crypto.PrivateTransactionEncoder
 
equals(Object) - Method in class org.web3j.utils.Base64String
 

F

fromString(String) - Static method in enum class org.web3j.utils.Restriction
 

G

getAddress() - Method in class org.web3j.protocol.eea.crypto.PrivateTxSignServiceImpl
 
getEncodedTransaction(Long) - Method in class org.web3j.protocol.eea.crypto.SignedRawPrivateTransaction
 
getPrivacyGroupId() - Method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
getPrivateFor() - Method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
getPrivateFrom() - Method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
getRestriction() - Method in class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
getRestriction() - Method in enum class org.web3j.utils.Restriction
 
getSignatureData() - Method in class org.web3j.protocol.eea.crypto.SignedRawPrivateTransaction
 

H

hashCode() - Method in class org.web3j.utils.Base64String
 

J

JsonRpc2_0Eea - Class in org.web3j.protocol.eea
 
JsonRpc2_0Eea(Web3jService) - Constructor for class org.web3j.protocol.eea.JsonRpc2_0Eea
 
JsonRpc2_0Eea(Web3jService, long, ScheduledExecutorService) - Constructor for class org.web3j.protocol.eea.JsonRpc2_0Eea
 

O

org.web3j.protocol.eea - package org.web3j.protocol.eea
 
org.web3j.protocol.eea.crypto - package org.web3j.protocol.eea.crypto
 
org.web3j.utils - package org.web3j.utils
 

P

PrivateTransactionDecoder - Class in org.web3j.protocol.eea.crypto
 
PrivateTransactionDecoder() - Constructor for class org.web3j.protocol.eea.crypto.PrivateTransactionDecoder
 
PrivateTransactionEncoder - Class in org.web3j.protocol.eea.crypto
Create signed RLP encoded private transaction.
PrivateTransactionEncoder() - Constructor for class org.web3j.protocol.eea.crypto.PrivateTransactionEncoder
 
PrivateTxSignServiceImpl - Class in org.web3j.protocol.eea.crypto
Service to base sign transaction.
PrivateTxSignServiceImpl(Credentials) - Constructor for class org.web3j.protocol.eea.crypto.PrivateTxSignServiceImpl
 

R

raw() - Method in class org.web3j.utils.Base64String
 
RawPrivateTransaction - Class in org.web3j.protocol.eea.crypto
Transaction class used for signing transactions locally.
For the specification, refer to p4 of the yellow paper.
RawPrivateTransaction(BigInteger, BigInteger, BigInteger, String, String, Base64String, List<Base64String>, Base64String, Restriction) - Constructor for class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
RawPrivateTransaction(RawTransaction, Base64String, List<Base64String>, Restriction) - Constructor for class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
RawPrivateTransaction(RawTransaction, Base64String, Base64String, Restriction) - Constructor for class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
RawPrivateTransaction(ITransaction, Base64String, List<Base64String>, Base64String, Restriction) - Constructor for class org.web3j.protocol.eea.crypto.RawPrivateTransaction
 
RESTRICTED - Enum constant in enum class org.web3j.utils.Restriction
 
Restriction - Enum Class in org.web3j.utils
 

S

serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.web3j.utils.Base64String.Serializer
 
Serializer() - Constructor for class org.web3j.utils.Base64String.Serializer
 
sign(RawTransaction, long) - Method in class org.web3j.protocol.eea.crypto.PrivateTxSignServiceImpl
 
SignedRawPrivateTransaction - Class in org.web3j.protocol.eea.crypto
 
SignedRawPrivateTransaction(BigInteger, BigInteger, BigInteger, String, String, Sign.SignatureData, Base64String, List<Base64String>, Base64String, Restriction) - Constructor for class org.web3j.protocol.eea.crypto.SignedRawPrivateTransaction
 
SignedRawPrivateTransaction(SignedRawTransaction, Base64String, List<Base64String>, Restriction) - Constructor for class org.web3j.protocol.eea.crypto.SignedRawPrivateTransaction
 
SignedRawPrivateTransaction(SignedRawTransaction, Base64String, Base64String, Restriction) - Constructor for class org.web3j.protocol.eea.crypto.SignedRawPrivateTransaction
 
signMessage(RawPrivateTransaction, long, Credentials) - Static method in class org.web3j.protocol.eea.crypto.PrivateTransactionEncoder
 
signMessage(RawPrivateTransaction, Credentials) - Static method in class org.web3j.protocol.eea.crypto.PrivateTransactionEncoder
 

T

toString() - Method in class org.web3j.utils.Base64String
 

U

UNRESTRICTED - Enum constant in enum class org.web3j.utils.Restriction
 
unwrapList(List<Base64String>) - Static method in class org.web3j.utils.Base64String
 
unwrapListToRlp(List<Base64String>) - Static method in class org.web3j.utils.Base64String
 

V

valueOf(String) - Static method in enum class org.web3j.utils.Restriction
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.web3j.utils.Restriction
Returns an array containing the constants of this enum class, in the order they are declared.

W

wrap(byte[]) - Static method in class org.web3j.utils.Base64String
 
wrap(String) - Static method in class org.web3j.utils.Base64String
 
wrapList(String...) - Static method in class org.web3j.utils.Base64String
 
wrapList(List<String>) - Static method in class org.web3j.utils.Base64String
 
A B C D E F G H J O P R S T U V W 
All Classes and Interfaces|All Packages