跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W X Z 

A

AbstractBytes - org.tron.tronj.crypto.tuweniTypes中的类
An abstract Bytes value that provides implementations of AbstractBytes.equals(Object), AbstractBytes.hashCode() and AbstractBytes.toString().
AbstractBytes() - 类 的构造器org.tron.tronj.crypto.tuweniTypes.AbstractBytes
 
add(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
add(long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
add(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this + value).
add(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this + value).
addExact(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this + value).
addExact(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this + value).
addMod(UInt256, UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
addMod(long, UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
addMod(long, long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
addMod(T, UInt256) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value equivalent to ((this + value) mod modulus).
addMod(long, UInt256) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value equivalent to ((this + value) mod modulus).
addMod(long, long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value equivalent to ((this + value) mod modulus).
ALGORITHM - 类 中的静态变量org.tron.tronj.crypto.SECP256K1
 
ALPHABET - 类 中的静态变量org.tron.tronj.utils.Base58Check
 
and(Bytes) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a bit-wise AND of these bytes and the supplied bytes.
and(Bytes, T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Calculate a bit-wise AND of these bytes and the supplied bytes.
and(Bytes32) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Return a bit-wise AND of these bytes and the supplied bytes.
and(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a bit-wise AND of this value and the supplied value.
and(Bytes32) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a bit-wise AND of this value and the supplied bytes.
appendHexTo(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Append this value as a sequence of hexadecimal characters.
appendTo(ByteBuffer) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Append the bytes of this value to the ByteBuffer.
appendTo(Buffer) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Append the bytes of this value to the provided Vert.x Buffer.
asByte(int, int) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
asEcPoint() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PublicKey
Returns this public key as an ECPoint of Bouncy Castle, to facilitate cryptographic operations.
Assertions - org.tron.tronj.utils中的类
Assertion utility functions.
Assertions() - 类 的构造器org.tron.tronj.utils.Assertions
 

B

Base58Check - org.tron.tronj.utils中的类
Converts between an array of bytes and a Base58Check string.
base58ToBytes(String) - 类 中的静态方法org.tron.tronj.utils.Base58Check
 
bitLength() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides the number of bits following and including the highest-order ("leftmost") one-bit, or zero if all bits are zero.
bitLength() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
bitLength() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Provides the number of bits following and including the highest-order ("leftmost") one-bit in the binary representation of this value, or zero if all bits are zero.
blake2b256(byte[]) - 类 中的静态方法org.tron.tronj.crypto.Hash
Blake2-256 hash function.
Bytes - org.tron.tronj.crypto.tuweniTypes中的接口
A value made of bytes.
Bytes - org.tron.tronj.utils中的类
Byte array utility functions.
Bytes32 - org.tron.tronj.crypto.tuweniTypes中的接口
A Bytes value that is guaranteed to contain exactly 32 bytes.
BYTES_REQUIRED - 类 中的静态变量org.tron.tronj.crypto.SECP256K1.Signature
 
bytesToBase58(byte[]) - 类 中的静态方法org.tron.tronj.utils.Base58Check
 

C

calculateECDHKeyAgreement(SECP256K1.PrivateKey, SECP256K1.PublicKey) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1
Calculates an ECDH key agreement between the private and the public key.
capitaliseFirstLetter(String) - 类 中的静态方法org.tron.tronj.utils.Strings
 
cleanHexPrefix(String) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
clear() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Set all bytes in this value to 0.
commonPrefix(Bytes) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a slice over the common prefix between this set of bytes and another.
commonPrefixLength(Bytes) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return the number of bytes in common between this set of bytes and another.
compareTo(Bytes) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
 
compareTo(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
concatenate(List<Bytes>) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Create a value containing the concatenation of the values provided.
concatenate(Bytes...) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Create a value containing the concatenation of the values provided.
containsHexPrefix(String) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
Convert - org.tron.tronj.utils中的类
Ethereum unit conversion functions.
Convert.Unit - org.tron.tronj.utils中的枚举
 
copy() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a value equivalent to this one but guaranteed to 1) be deeply immutable (i.e. the underlying value will be immutable) and 2) to not retain more bytes than exposed by the value.
copy() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes32
 
copy() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.DelegatingBytes32
 
copy() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.MutableByteBufferWrappingBytes
 
copyTo(MutableBytes) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Copy the bytes of this value to the provided mutable one, which must have the same size.
copyTo(MutableBytes, int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Copy the bytes of this value to the provided mutable one from a particular offset.
create(SECP256K1.PrivateKey) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.KeyPair
 
create(BigInteger) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
create(Bytes32) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
create(String) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
create(SECP256K1.PrivateKey) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
create(BigInteger) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
create(Bytes) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
create(BigInteger, BigInteger, byte) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.Signature
Creates a new signature object given its parameters.
create(int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Create a new mutable byte value.
create() - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes32
Create a new mutable 32 bytes value.
CURVE - 类 中的静态变量org.tron.tronj.crypto.SECP256K1
 
CURVE_NAME - 类 中的静态变量org.tron.tronj.crypto.SECP256K1
 

D

decode(Bytes) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.Signature
 
decodeQuantity(String) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
decrement() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Decrements the value of the bytes by 1, treating the value as big endian.
DelegatingBytes32 - org.tron.tronj.crypto.tuweniTypes中的类
A class that holds and delegates all operations to its inner bytes field.
DelegatingBytes32(Bytes) - 类 的构造器org.tron.tronj.crypto.tuweniTypes.DelegatingBytes32
 
divide(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
divide(long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
divide(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this / value).
divide(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this / value).
divideCeil(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
divideCeil(long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
divideCeil(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is ceiling(this / value).
divideCeil(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is ceiling(this / value).

E

EMPTY - 接口 中的静态变量org.tron.tronj.crypto.tuweniTypes.Bytes
The empty value (with 0 bytes).
EMPTY - 接口 中的静态变量org.tron.tronj.crypto.tuweniTypes.MutableBytes
The empty value (with 0 bytes).
encodedBytes() - 类 中的方法org.tron.tronj.crypto.SECP256K1.Signature
 
encodeQuantity(BigInteger) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
equals(Object) - 类 中的方法org.tron.tronj.crypto.SECP256K1.KeyPair
 
equals(Object) - 类 中的方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
equals(Object) - 类 中的方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
equals(Object) - 类 中的方法org.tron.tronj.crypto.SECP256K1.Signature
 
equals(Object) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.AbstractBytes
Compare this value and the provided one for equality.
equals(Object) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 

F

fill(byte) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Fill all the bytes of this value with the specified byte.
fitsInt() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
fitsInt() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns true if the value can fit in an int.
fitsLong() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
fitsLong() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns true if the value can fit in a long.
fromBase64String(CharSequence) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Parse a base 64 string into a Bytes value.
fromBytes(Bytes) - 类 中的静态方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a UInt256 containing the value described by the specified bytes.
fromHexString(CharSequence) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Parse a hexadecimal string into a Bytes value.
fromHexString(CharSequence, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Parse a hexadecimal string into a Bytes value.
fromHexString(CharSequence) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Parse a hexadecimal string into a Bytes32.
fromHexString(String) - 类 中的静态方法org.tron.tronj.crypto.tuweniTypes.UInt256
Parse a hexadecimal string into a UInt256.
fromHexStringLenient(CharSequence) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Parse a hexadecimal string into a Bytes value.
fromHexStringLenient(CharSequence, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Parse a hexadecimal string into a Bytes value of the provided size.
fromHexStringLenient(CharSequence) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Parse a hexadecimal string into a Bytes32.
fromHexStringStrict(CharSequence) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Parse a hexadecimal string into a Bytes32.
fromString(String) - 枚举 中的静态方法org.tron.tronj.utils.Convert.Unit
 
fromSun(String, Convert.Unit) - 类 中的静态方法org.tron.tronj.utils.Convert
 
fromSun(BigDecimal, Convert.Unit) - 类 中的静态方法org.tron.tronj.utils.Convert
 

G

generate() - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.KeyPair
 
get(int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Retrieve a byte in this value.
get(int) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.DelegatingBytes32
 
getAlgorithm() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
getAlgorithm() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
getD() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
getEncoded() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
getEncoded() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
getEncodedBytes() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
getEncodedBytes() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
getFirst() - 类 中的方法org.tron.tronj.crypto.Pair
 
getFormat() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
getFormat() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
getInt(int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Retrieve the 4 bytes starting at the provided index in this value as an integer.
getInt(int, ByteOrder) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Retrieve the 4 bytes starting at the provided index in this value as an integer.
getJavaVersion() - 类 中的静态方法org.tron.tronj.commons.JavaVersion
 
getJavaVersionAsDouble() - 类 中的静态方法org.tron.tronj.commons.JavaVersion
 
getLong(int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Retrieves the 8 bytes starting at the provided index in this value as a long.
getLong(int, ByteOrder) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Retrieves the 8 bytes starting at the provided index in this value as a long.
getPrivateKey() - 类 中的方法org.tron.tronj.crypto.SECP256K1.KeyPair
 
getPublicKey() - 类 中的方法org.tron.tronj.crypto.SECP256K1.KeyPair
 
getR() - 类 中的方法org.tron.tronj.crypto.SECP256K1.Signature
 
getRecId() - 类 中的方法org.tron.tronj.crypto.SECP256K1.Signature
 
getS() - 类 中的方法org.tron.tronj.crypto.SECP256K1.Signature
 
getSecond() - 类 中的方法org.tron.tronj.crypto.Pair
 
getSunFactor() - 枚举 中的方法org.tron.tronj.utils.Convert.Unit
 

H

HALF_CURVE_ORDER - 类 中的静态变量org.tron.tronj.crypto.SECP256K1
 
Hash - org.tron.tronj.crypto中的类
Cryptographic hash functions.
hash(byte[], String) - 类 中的静态方法org.tron.tronj.crypto.Hash
Generates a digest for the given input.
hashCode() - 类 中的方法org.tron.tronj.crypto.SECP256K1.KeyPair
 
hashCode() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
hashCode() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
hashCode() - 类 中的方法org.tron.tronj.crypto.SECP256K1.Signature
 
hashCode() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.AbstractBytes
 
hashCode() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
hasLeadingZero() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Whether the bytes start with a zero bit value.
hasLeadingZeroByte() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Whether the bytes start with a zero byte value.
hexStringToByteArray(String) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
hmacSha512(byte[], byte[]) - 类 中的静态方法org.tron.tronj.crypto.Hash
 

I

increment() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Increments the value of the bytes by 1, treating the value as big endian.
intValue() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
intValue() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Provides this value as an int.
isEmpty() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Whether this value contains no bytes.
isEmpty(String) - 类 中的静态方法org.tron.tronj.utils.Strings
 
isIntegerValue(BigDecimal) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
isZero() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Whether this value has only zero bytes.
isZero() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
isZero() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns true is the value is 0.

J

JavaVersion - org.tron.tronj.commons中的类
 
JavaVersion() - 类 的构造器org.tron.tronj.commons.JavaVersion
 
join(List<String>, String) - 类 中的静态方法org.tron.tronj.utils.Strings
 

K

KeyPair(SECP256K1.PrivateKey, SECP256K1.PublicKey) - 类 的构造器org.tron.tronj.crypto.SECP256K1.KeyPair
 

L

leftPad(Bytes) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Left pad a Bytes value with zero bytes to create a Bytes32.
lowercaseFirstLetter(String) - 类 中的静态方法org.tron.tronj.utils.Strings
 

M

MAX_VALUE - 类 中的静态变量org.tron.tronj.crypto.tuweniTypes.UInt256
The maximum value of a UInt256
MessageDecodingException - org.tron.tronj.exceptions中的异常错误
Encoding exception.
MessageDecodingException(String) - 异常错误 的构造器org.tron.tronj.exceptions.MessageDecodingException
 
MessageDecodingException(String, Throwable) - 异常错误 的构造器org.tron.tronj.exceptions.MessageDecodingException
 
MessageEncodingException - org.tron.tronj.exceptions中的异常错误
Encoding exception.
MessageEncodingException(String) - 异常错误 的构造器org.tron.tronj.exceptions.MessageEncodingException
 
MessageEncodingException(String, Throwable) - 异常错误 的构造器org.tron.tronj.exceptions.MessageEncodingException
 
MIN_VALUE - 类 中的静态变量org.tron.tronj.crypto.tuweniTypes.UInt256
The minimum value of a UInt256
minimalBytes(long) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return the smallest bytes value whose bytes correspond to the provided long.
mod(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
mod(long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
mod(UInt256) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this mod modulus).
mod(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this mod modulus).
mod0(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
mod0(long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
mod0(UInt256) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this mod modulus), or 0 if modulus is 0.
mod0(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this mod modulus), or 0 if modulus is 0.
multiply(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
multiply(long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
multiply(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this * value).
multiply(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this * value).
multiplyMod(UInt256, UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
multiplyMod(long, UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
multiplyMod(long, long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
multiplyMod(T, UInt256) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is ((this * value) mod modulus).
multiplyMod(long, UInt256) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is ((this * value) mod modulus).
multiplyMod(long, long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is ((this * value) mod modulus).
MutableByteBufferWrappingBytes - org.tron.tronj.crypto.tuweniTypes中的类
 
MutableBytes - org.tron.tronj.crypto.tuweniTypes中的接口
A mutable Bytes value.
MutableBytes32 - org.tron.tronj.crypto.tuweniTypes中的接口
A mutable Bytes32, that is a mutable Bytes value of exactly 32 bytes.
mutableCopy() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a new mutable value initialized with the content of this value.
mutableCopy() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes32
 
mutableCopy() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.DelegatingBytes32
 
mutableSlice(int, int) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.MutableByteBufferWrappingBytes
 
mutableSlice(int, int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Create a mutable slice of the bytes of this value.

N

normaliseSignature(BigInteger, BigInteger, SECP256K1.PublicKey, Bytes32) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1
 
not() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a bit-wise NOT of these bytes.
not(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Calculate a bit-wise NOT of these bytes.
not() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes32
 
not() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a bit-wise NOT of this value.
numberOfLeadingZeroBytes() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides the number of leading zero bytes of the value
numberOfLeadingZeros() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides the number of zero bits preceding the highest-order ("leftmost") one-bit, or size() * 8 if all bits * are zero.
numberOfLeadingZeros() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
numberOfLeadingZeros() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Provides the number of zero bits preceding the highest-order one-bit.
numberOfTrailingZeroBytes() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides the number of trailing zero bytes of the value.
Numeric - org.tron.tronj.utils中的类
Message codec functions.

O

of(byte...) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Create a value that contains the specified bytes in their specified order.
of(int...) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Create a value that contains the specified bytes in their specified order.
of(byte...) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Create a value that contains the specified bytes in their specified order.
of(int...) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Create a value that contains the specified bytes in their specified order.
ofUnsignedInt(long) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a 4-byte value corresponding to the provided value interpreted as an unsigned int.
ofUnsignedInt(long, ByteOrder) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a 4-byte value corresponding to the provided value interpreted as an unsigned int.
ofUnsignedLong(long) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return an 8-byte value corresponding to the provided value interpreted as an unsigned long.
ofUnsignedLong(long, ByteOrder) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return an 8-byte value corresponding to the provided value interpreted as an unsigned long.
ofUnsignedShort(int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a 2-byte value corresponding to the provided value interpreted as an unsigned short.
ofUnsignedShort(int, ByteOrder) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a 2-byte value corresponding to the provided value interpreted as an unsigned short.
ONE - 类 中的静态变量org.tron.tronj.crypto.tuweniTypes.UInt256
The value 1
or(Bytes) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a bit-wise OR of these bytes and the supplied bytes.
or(Bytes, T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Calculate a bit-wise OR of these bytes and the supplied bytes.
or(Bytes32) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Return a bit-wise OR of these bytes and the supplied bytes.
or(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a bit-wise OR of this value and the supplied value.
or(Bytes32) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a bit-wise OR of this value and the supplied bytes.
org.tron.tronj.commons - 程序包 org.tron.tronj.commons
 
org.tron.tronj.crypto - 程序包 org.tron.tronj.crypto
 
org.tron.tronj.crypto.tuweniTypes - 程序包 org.tron.tronj.crypto.tuweniTypes
 
org.tron.tronj.exceptions - 程序包 org.tron.tronj.exceptions
 
org.tron.tronj.utils - 程序包 org.tron.tronj.utils
 

P

Pair - org.tron.tronj.crypto中的类
 
Pair(Object, Object) - 类 的构造器org.tron.tronj.crypto.Pair
 
plus(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this + value).
plus(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this + value).
pow(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
pow(long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
pow(UInt256) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this<sup>exponent</sup> mod 2<sup>256</sup>) This calculates an exponentiation over the modulus of 2^256.
pow(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this<sup>exponent</sup> mod 2<sup>256</sup>) This calculates an exponentiation over the modulus of 2^256.
prependHexPrefix(String) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
PROVIDER - 类 中的静态变量org.tron.tronj.crypto.SECP256K1
 

R

random(int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Generate random bytes.
random(int, Random) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Generate random bytes.
random() - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Generate random bytes.
random(Random) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Generate random bytes.
recoverFromSignature(Bytes32, SECP256K1.Signature) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
repeat(char, int) - 类 中的静态方法org.tron.tronj.utils.Strings
 
reverse() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Computes the reverse array of bytes of the current bytes.
rightPad(Bytes) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Right pad a Bytes value with zero bytes to create a Bytes32.

S

SECP256K1 - org.tron.tronj.crypto中的类
 
SECP256K1() - 类 的构造器org.tron.tronj.crypto.SECP256K1
 
SECP256K1.KeyPair - org.tron.tronj.crypto中的类
 
SECP256K1.PrivateKey - org.tron.tronj.crypto中的类
 
SECP256K1.PublicKey - org.tron.tronj.crypto中的类
 
SECP256K1.Signature - org.tron.tronj.crypto中的类
 
set(int, byte) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.MutableByteBufferWrappingBytes
 
set(int, byte) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Set a byte in this value.
set(int, Bytes) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Set a byte in this value.
setInt(int, int) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.MutableByteBufferWrappingBytes
 
setInt(int, int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Set the 4 bytes starting at the specified index to the specified integer value.
setLong(int, long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.MutableByteBufferWrappingBytes
 
setLong(int, long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Set the 8 bytes starting at the specified index to the specified long value.
sha256(byte[]) - 类 中的静态方法org.tron.tronj.crypto.Hash
Generates SHA-256 digest for the given input.
sha256hash160(byte[]) - 类 中的静态方法org.tron.tronj.crypto.Hash
 
sha3(String) - 类 中的静态方法org.tron.tronj.crypto.Hash
Keccak-256 hash function.
sha3(byte[], int, int) - 类 中的静态方法org.tron.tronj.crypto.Hash
Keccak-256 hash function.
sha3(byte[]) - 类 中的静态方法org.tron.tronj.crypto.Hash
Keccak-256 hash function.
sha3String(String) - 类 中的静态方法org.tron.tronj.crypto.Hash
Keccak-256 hash function that operates on a UTF-8 encoded String.
shiftLeft(int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Shift all bits in this value to the left.
shiftLeft(int, T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Shift all bits in this value to the left.
shiftLeft(int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes32
 
shiftLeft(int) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
Shift all bits in this value to the left.
shiftRight(int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Shift all bits in this value to the right.
shiftRight(int, T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Shift all bits in this value to the right.
shiftRight(int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes32
 
shiftRight(int) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
Shift all bits in this value to the right.
sign(Bytes32, SECP256K1.KeyPair) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1
 
size() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides the number of bytes this value represents.
SIZE - 接口 中的静态变量org.tron.tronj.crypto.tuweniTypes.Bytes32
The number of bytes in this value - i.e. 32
size() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes32
 
size() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.DelegatingBytes32
 
slice(int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Create a new value representing (a view of) a slice of the bytes of this value.
slice(int, int) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Create a new value representing (a view of) a slice of the bytes of this value.
slice(int, int) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.DelegatingBytes32
 
Strings - org.tron.tronj.utils中的类
String utility functions.
subtract(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
subtract(long) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
subtract(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this - value).
subtract(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this - value).
subtractExact(T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this - value).
subtractExact(long) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns a value that is (this - value).

T

toArray() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Extract the bytes of this value into a byte array.
toArray(ByteOrder) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Extract the bytes of this value into a byte array.
toArrayUnsafe() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Get the bytes represented by this value as byte array.
toBase64String() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides this value represented as base 64
toBigInt(byte[], int, int) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toBigInt(byte[]) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toBigInt(String) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toBigInteger() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
The BigInteger corresponding to interpreting these bytes as a two's-complement signed integer.
toBigInteger(ByteOrder) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
The BigInteger corresponding to interpreting these bytes as a two's-complement signed integer.
toBigInteger() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
toBigInteger() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Provides the value as a BigInteger.
toBigIntNoPrefix(String) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toBytes() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
toBytes() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Provides the value as bytes.
toBytesPadded(BigInteger, int) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toCsv(List<String>) - 类 中的静态方法org.tron.tronj.utils.Strings
 
toEllipsisHexString() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
 
toHexString() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides this value represented as hexadecimal, starting with "0x".
toHexString() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
This value represented as an hexadecimal string.
toHexString(byte[], int, int, boolean) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toHexString(byte[]) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toHexStringNoPrefix(BigInteger) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toHexStringNoPrefix(byte[]) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toHexStringNoPrefixZeroPadded(BigInteger, int) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toHexStringWithPrefix(BigInteger) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toHexStringWithPrefixSafe(BigInteger) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toHexStringWithPrefixZeroPadded(BigInteger, int) - 类 中的静态方法org.tron.tronj.utils.Numeric
 
toInt() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
The value corresponding to interpreting these bytes as an integer.
toInt(ByteOrder) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
The value corresponding to interpreting these bytes as an integer.
toLong() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
The value corresponding to interpreting these bytes as a long.
toLong(ByteOrder) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
The value corresponding to interpreting these bytes as a long.
toLong() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
toLong() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Provides the value as a long.
toMinimalBytes() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
toMinimalBytes() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Provides the value as bytes without any leading zero bytes.
toQuantityHexString() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides this value represented as a minimal hexadecimal string (without any leading zero, except if it's valued zero or empty, in which case it returns 0x0).
toShortHexString() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides this value represented as a minimal hexadecimal string (without any leading zero)
toShortHexString() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Returns this value represented as a minimal hexadecimal string (without any leading zero)
toString() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PrivateKey
 
toString() - 类 中的方法org.tron.tronj.crypto.SECP256K1.PublicKey
 
toString() - 类 中的方法org.tron.tronj.crypto.SECP256K1.Signature
 
toString() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.AbstractBytes
 
toString() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return the hexadecimal string representation of this value.
toString() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
toString() - 枚举 中的方法org.tron.tronj.utils.Convert.Unit
 
toSun(String, Convert.Unit) - 类 中的静态方法org.tron.tronj.utils.Convert
 
toSun(BigDecimal, Convert.Unit) - 类 中的静态方法org.tron.tronj.utils.Convert
 
toUInt256() - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
 
toUInt256() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256Value
Convert this value to a UInt256.
toUnprefixedHexString() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Provides this value represented as hexadecimal, with no prefix
toUnsignedBigInteger() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
The BigInteger corresponding to interpreting these bytes as an unsigned integer.
toUnsignedBigInteger(ByteOrder) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
The BigInteger corresponding to interpreting these bytes as an unsigned integer.
trimLeadingBytes(byte[], byte) - 类 中的静态方法org.tron.tronj.utils.Bytes
 
trimLeadingZeroes(byte[]) - 类 中的静态方法org.tron.tronj.utils.Bytes
 
trimLeadingZeros() - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a slice of representing the same value but without any leading zero bytes.

U

UInt256 - org.tron.tronj.crypto.tuweniTypes中的类
An unsigned 256-bit precision number.
UInt256Value<T extends UInt256Value<T>> - org.tron.tronj.crypto.tuweniTypes中的接口
Represents a 256-bit (32 bytes) unsigned integer value.
update(MessageDigest) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Update the provided message digest with the bytes of this value.

V

valueOf(long) - 类 中的静态方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a UInt256 containing the specified value.
valueOf(BigInteger) - 类 中的静态方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a UInt256 containing the specified value.
valueOf(String) - 枚举 中的静态方法org.tron.tronj.utils.Convert.Unit
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.tron.tronj.utils.Convert.Unit
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verify(Bytes, SECP256K1.Signature, SECP256K1.PublicKey) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1
Verifies the given ECDSA signature against the message bytes using the public key bytes.
verify(Bytes, SECP256K1.Signature, SECP256K1.PublicKey, UnaryOperator<Bytes>) - 类 中的静态方法org.tron.tronj.crypto.SECP256K1
Verifies the given ECDSA signature using the public key bytes against the message bytes, previously passed through a preprocessor function, which is normally a hashing function.
verifyPrecondition(boolean, String) - 类 中的静态方法org.tron.tronj.utils.Assertions
Verify that the provided precondition holds true.

W

wrap(byte[]) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Wrap the provided byte array as a Bytes value.
wrap(byte[], int, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Wrap a slice of a byte array as a Bytes value.
wrap(Bytes...) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Wrap a list of other values into a concatenated view.
wrap(byte[]) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Wrap the provided byte array, which must be of length 32, as a Bytes32.
wrap(byte[], int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Wrap a slice/sub-part of the provided array as a Bytes32.
wrap(Bytes) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Wrap a the provided value, which must be of size 32, as a Bytes32.
wrap(Bytes, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Wrap a slice/sub-part of the provided value as a Bytes32.
wrap(byte[]) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Wrap a byte array in a MutableBytes value.
wrap(byte[], int, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Wrap a slice of a byte array as a MutableBytes value.
wrap(byte[]) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes32
Wrap a 32 bytes array as a mutable 32 bytes value.
wrap(byte[], int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes32
Wrap a the provided array as a MutableBytes32.
wrap(MutableBytes) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes32
Wrap a the provided value, which must be of size 32, as a MutableBytes32.
wrap(MutableBytes, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes32
Wrap a slice/sub-part of the provided value as a MutableBytes32.
wrapBuffer(Buffer) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Wrap a full Vert.x Buffer as a Bytes value.
wrapBuffer(Buffer, int, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Wrap a slice of a Vert.x Buffer as a Bytes value.
wrapBuffer(Buffer) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Wrap a full Vert.x Buffer as a MutableBytes value.
wrapBuffer(Buffer, int, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Wrap a slice of a Vert.x Buffer as a MutableBytes value.
wrapByteBuf(ByteBuf) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Wrap a full Netty ByteBuf as a Bytes value.
wrapByteBuf(ByteBuf, int, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Wrap a slice of a Netty ByteBuf as a Bytes value.
wrapByteBuf(ByteBuf) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Wrap a full Netty ByteBuf as a MutableBytes value.
wrapByteBuf(ByteBuf, int, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Wrap a slice of a Netty ByteBuf as a MutableBytes value.
wrapByteBuffer(ByteBuffer) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Wrap a full Java NIO ByteBuffer as a Bytes value.
wrapByteBuffer(ByteBuffer, int, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.Bytes
Wrap a slice of a Java NIO ByteBuf as a Bytes value.
wrapByteBuffer(ByteBuffer) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Wrap a full Java NIO ByteBuffer as a MutableBytes value.
wrapByteBuffer(ByteBuffer, int, int) - 接口 中的静态方法org.tron.tronj.crypto.tuweniTypes.MutableBytes
Wrap a slice of a Java NIO ByteBuffer as a MutableBytes value.

X

xor(Bytes) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Return a bit-wise XOR of these bytes and the supplied bytes.
xor(Bytes, T) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes
Calculate a bit-wise XOR of these bytes and the supplied bytes.
xor(Bytes32) - 接口 中的方法org.tron.tronj.crypto.tuweniTypes.Bytes32
Return a bit-wise XOR of these bytes and the supplied bytes.
xor(UInt256) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a bit-wise XOR of this value and the supplied value.
xor(Bytes32) - 类 中的方法org.tron.tronj.crypto.tuweniTypes.UInt256
Return a bit-wise XOR of this value and the supplied bytes.

Z

ZERO - 接口 中的静态变量org.tron.tronj.crypto.tuweniTypes.Bytes32
A Bytes32 containing all zero bytes
ZERO - 类 中的静态变量org.tron.tronj.crypto.tuweniTypes.UInt256
The value 0
zeros(int) - 类 中的静态方法org.tron.tronj.utils.Strings
 
A B C D E F G H I J K L M N O P R S T U V W X Z 
跳过导航链接

Copyright © 2021. All rights reserved.