- AbstractBytes - org.tron.tronj.crypto.tuweniTypes中的类
-
- 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
-
- 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
-
- 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
-
- 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中的接口
-
- 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.
- 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
-
- 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).
- 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
-
- 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.