Index

A B C D E F G H I L N O P S T U V W X 
All Classes and Interfaces|All Packages|Serialized Form

A

ACCOUNT_ID - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
 
ACCOUNT_PUBLIC_KEY - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
 
accountId() - Method in interface org.xrpl.xrpl4j.codec.addresses.DecodedXAddress
The Account ID of the X-Address.
accountId() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
The Account ID of the X-Address.
accountId(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress.Builder
Initializes the value for the accountId attribute.
AddressBase58 - Class in org.xrpl.xrpl4j.codec.addresses
Extension of Base58 to provide XRPL Address specific Base58 encoding and decoding functionality.
AddressBase58() - Constructor for class org.xrpl.xrpl4j.codec.addresses.AddressBase58
 
AddressCodec - Class in org.xrpl.xrpl4j.codec.addresses
A Codec for encoding/decoding various address primitives.
AddressCodec() - Constructor for class org.xrpl.xrpl4j.codec.addresses.AddressCodec
 
ALPHABET - Static variable in class org.xrpl.xrpl4j.codec.addresses.Base58
 
append(UnsignedByte) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Appends an UnsignedByte to this UnsignedByteArray.
append(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Appends the given bytes to the end of this array.
asByte() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Converts the UnsignedByte to a signed byte.
asInt() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Converts the UnsignedByte to a signed int.

B

Base58 - Class in org.xrpl.xrpl4j.codec.addresses
Utility class for encoding and decoding in Base58.
Base58() - Constructor for class org.xrpl.xrpl4j.codec.addresses.Base58
 
build() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress.Builder
build() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded.Builder
Builds a new ImmutableDecoded.
build() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress.Builder
builder() - Static method in interface org.xrpl.xrpl4j.codec.addresses.ClassicAddress
builder() - Static method in interface org.xrpl.xrpl4j.codec.addresses.Decoded
Get a new ImmutableDecoded.Builder instance.
builder() - Static method in interface org.xrpl.xrpl4j.codec.addresses.DecodedXAddress
builder() - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
Creates a builder for ImmutableClassicAddress.
builder() - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
Creates a builder for ImmutableDecoded.
builder() - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
Creates a builder for ImmutableDecodedXAddress.
bytes() - Method in interface org.xrpl.xrpl4j.codec.addresses.Decoded
The bytes of the decoded Base58 String.
bytes() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
The bytes of the decoded Base58 String.
bytes(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded.Builder
Initializes the value for the bytes attribute.
ByteUtils - Class in org.xrpl.xrpl4j.codec.addresses
Deprecated.
Prefer the version in the xrpl4j-core module instead.
ByteUtils() - Constructor for class org.xrpl.xrpl4j.codec.addresses.ByteUtils
Deprecated.
 

C

checkSize(int, BigInteger) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
Deprecated.
Checks that the given BigInteger value has a bitsize (binary) less than or equal to the expectedBits.
classicAddress() - Method in interface org.xrpl.xrpl4j.codec.addresses.ClassicAddress
A classic address, as an Address.
classicAddress() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
A classic address, as an Address.
classicAddress(Address) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress.Builder
Initializes the value for the classicAddress attribute.
ClassicAddress - Interface in org.xrpl.xrpl4j.codec.addresses
An address on the XRP Ledger represented in Classic Address form.
classicAddressToXAddress(Address, boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
X-Address support will be removed in a future version.
classicAddressToXAddress(Address, UnsignedInteger, boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
X-Address support will be removed in a future version.
classicAddressToXAddress(Address, Optional<UnsignedInteger>, boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
X-Address support will be removed in a future version.
copyOf(ClassicAddress) - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
Creates an immutable copy of a ClassicAddress value.
copyOf(Decoded) - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
Creates an immutable copy of a Decoded value.
copyOf(DecodedXAddress) - Static method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
Creates an immutable copy of a DecodedXAddress value.

D

decode(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.Base58
Decodes a Base58 encoded String to a byte array.
decode(String, List<Version>, UnsignedInteger) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
Decode a Base58Check String with no specified VersionTypes.
decode(String, List<VersionType>, List<Version>, Optional<UnsignedInteger>) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
Decode a Base58Check String.
decode(String, Version) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
Decode a Base58Check String with no specified VersionTypes or expected length.
decodeAccountId(Address) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Decode a Base58Check encoded XRPL AccountID.
decodeAccountPublicKey(String) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
This will be replaced by a PublicKeyCodec or KeyCodec.
decodeAccountPublicKey(String) - Method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
Decode a Base58Check encoded XRPL Account Public Key.
decodeChecked(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.Base58
Decodes the given Base58Check encoded String to a byte array, and validates the checksum.
Decoded - Interface in org.xrpl.xrpl4j.codec.addresses
Represents a decoded Base58 String.
DecodedXAddress - Interface in org.xrpl.xrpl4j.codec.addresses
An X-Address, decoded into an AccountID, destination tag, and a boolean for testnet or mainnet.
DecodeException - Exception in org.xrpl.xrpl4j.codec.addresses.exceptions
 
DecodeException(String) - Constructor for exception org.xrpl.xrpl4j.codec.addresses.exceptions.DecodeException
 
decodeNodePublicKey(String) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
This will be replaced by a PublicKeyCodec or KeyCodec.
decodeNodePublicKey(String) - Method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
Decode a Base58Check encoded XRPL Node Public Key.
decodeSeed(String) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
Prefer the variant in SeedCodec instead.
decodeSeed(String) - Method in class org.xrpl.xrpl4j.codec.addresses.SeedCodec
Decodes a Base58Check encoded XRPL secret key base58EncodedSeed value.
decodeXAddress(XAddress) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Decodes an X-Address to an AccountID, destination tag, and a boolean for XRPL-testnet or XRPL-mainnet.
destroy() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
 
destroy() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
 
doubleDigest(byte[]) - Static method in class org.xrpl.xrpl4j.codec.addresses.Utils
doubleDigest(byte[], int, int) - Static method in class org.xrpl.xrpl4j.codec.addresses.Utils
Calculates the SHA-256 hash of the given byte range, and then hashes the resulting hash again.

E

ED25519 - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.VersionType
 
ED25519_SEED - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
 
empty() - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Creates an empty UnsignedByteArray.
encode(byte[]) - Static method in class org.xrpl.xrpl4j.codec.addresses.Base58
Encodes the given bytes to a Base58 String.
encode(UnsignedByteArray, List<Version>, UnsignedInteger) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
Encodes the given UnsignedByteArray to a Base58Check String.
encodeAccountId(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Encode an XRPL AccountID to a Base58Check encoded String.
encodeAccountPublicKey(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
This will be replaced by a PublicKeyCodec or KeyCodec.
encodeAccountPublicKey(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
Encode an XRPL Account Public Key to a Base58Check encoded String.
encodeChecked(byte[]) - Static method in class org.xrpl.xrpl4j.codec.addresses.Base58
Encodes the given byte array to a Base58 String with a 4 byte checksum appended.
encodeChecked(byte[], List<Version>) - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressBase58
Concatenates the given Version bytes with the given input bytes, and Base58Check encodes the result.
EncodeException - Exception in org.xrpl.xrpl4j.codec.addresses.exceptions
 
EncodeException(String) - Constructor for exception org.xrpl.xrpl4j.codec.addresses.exceptions.EncodeException
 
encodeNodePublicKey(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
This will be replaced by a PublicKeyCodec or KeyCodec.
encodeNodePublicKey(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
Encode an XRPL Node Public Key to a Base58Check encoded String.
encodeSeed(UnsignedByteArray, VersionType) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
Prefer the variant in SeedCodec instead.
encodeSeed(UnsignedByteArray, VersionType) - Method in class org.xrpl.xrpl4j.codec.addresses.SeedCodec
Encodes a byte array to a Base58Check String using the given VersionType.
encodeXAddress(UnsignedByteArray, Optional<UnsignedInteger>, boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Encodes and AccountID, destination tag, and the XRPL network into an X-Address.
EncodingFormatException - Exception in org.xrpl.xrpl4j.codec.addresses.exceptions
 
EncodingFormatException() - Constructor for exception org.xrpl.xrpl4j.codec.addresses.exceptions.EncodingFormatException
 
EncodingFormatException(String) - Constructor for exception org.xrpl.xrpl4j.codec.addresses.exceptions.EncodingFormatException
 
equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
This instance is equal to all instances of ImmutableClassicAddress that have equal attribute values.
equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
This instance is equal to all instances of ImmutableDecoded that have equal attribute values.
equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
This instance is equal to all instances of ImmutableDecodedXAddress that have equal attribute values.
equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
 
equals(Object) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
 

F

FAMILY_SEED - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
 
fill(int) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
 
from(ClassicAddress) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress.Builder
Fill a builder with attribute values from the provided ClassicAddress instance.
from(Decoded) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded.Builder
Fill a builder with attribute values from the provided Decoded instance.
from(DecodedXAddress) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress.Builder
Fill a builder with attribute values from the provided DecodedXAddress instance.
fromHex(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Converts a hex string to an UnsignedByteArray.

G

get(int) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Gets the UnsignedByte at a given index.
getHighBits() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Gets the 4 high order bits of the underlying UnsignedByte.
getInstance() - Static method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
 
getInstance() - Static method in class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
 
getInstance() - Static method in class org.xrpl.xrpl4j.codec.addresses.SeedCodec
 
getLowBits() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Gets the 4 low order bits of the underlying UnsignedByte.
getUnsignedBytes() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Get the underlying List of UnsignedBytes for this UnsignedByteArray.
getValues() - Method in enum org.xrpl.xrpl4j.codec.addresses.Version
 
getValuesAsBytes() - Method in enum org.xrpl.xrpl4j.codec.addresses.Version
Get values as a byte array.

H

hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
Computes a hash code from attributes: classicAddress, tag, test.
hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
Computes a hash code from attributes: version, bytes, type.
hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
Computes a hash code from attributes: accountId, tag, test.
hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
 
hashCode() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
 
hexValue() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Encodes this UnsignedByte as a hexadecimal String.
hexValue() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Get this UnsignedByteArray as an upper-cased Hex-encoded String.

I

ImmutableClassicAddress - Class in org.xrpl.xrpl4j.codec.addresses
Immutable implementation of ClassicAddress.
ImmutableClassicAddress.Builder - Class in org.xrpl.xrpl4j.codec.addresses
Builds instances of type ImmutableClassicAddress.
ImmutableDecoded - Class in org.xrpl.xrpl4j.codec.addresses
Immutable implementation of Decoded.
ImmutableDecoded.Builder - Class in org.xrpl.xrpl4j.codec.addresses
Builds instances of type ImmutableDecoded.
ImmutableDecodedXAddress - Class in org.xrpl.xrpl4j.codec.addresses
Immutable implementation of DecodedXAddress.
ImmutableDecodedXAddress.Builder - Class in org.xrpl.xrpl4j.codec.addresses
Builds instances of type ImmutableDecodedXAddress.
isDestroyed() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
 
isDestroyed() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
 
isNthBitSet(int) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Checks if the nth bit (1-based index from left to right) is set.
isValidClassicAddress(Address) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
Prefer the variant in AddressService instead.
isValidXAddress(XAddress) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
Prefer the variant in AddressService instead.

L

length() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Get the length of this UnsignedByteArray.

N

NODE_PUBLIC - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.Version
 

O

of(byte) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Construct an UnsignedByte from a byte.
of(byte[]) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Creates an UnsignedByteArray from a byte array.
of(byte, byte) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Construct an UnsignedByte from high bits and low bits.
of(int) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Construct an UnsignedByte from an int.
of(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Construct an UnsignedByte from a hexadecimal String.
of(UnsignedByte, UnsignedByte...) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Creates an UnsignedByteArray from one or more UnsignedByte values.
ofSize(int) - Static method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Creates an UnsignedByteArray with a given number of bytes (where each byte has the value 0).
or(UnsignedByte) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByte
Deprecated.
Does a bitwise OR on this UnsignedByte and the given UnsignedByte, and returns a new UnsignedByte as the result.
org.xrpl.xrpl4j.codec.addresses - package org.xrpl.xrpl4j.codec.addresses
 
org.xrpl.xrpl4j.codec.addresses.exceptions - package org.xrpl.xrpl4j.codec.addresses.exceptions
 

P

padded(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
Deprecated.
Pads a hex string to one that has an even number of characters.
padded(String, int) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
Deprecated.
Pads a hex string to one that has the expected number of characters.
parse(String) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
Deprecated.
Parses a hexadecimal String to a List of UnsignedBytes.
PublicKeyCodec - Class in org.xrpl.xrpl4j.codec.addresses
A Codec for encoding/decoding various seed primitives.
PublicKeyCodec() - Constructor for class org.xrpl.xrpl4j.codec.addresses.PublicKeyCodec
 

S

SECP256K1 - Enum constant in enum org.xrpl.xrpl4j.codec.addresses.VersionType
 
SeedCodec - Class in org.xrpl.xrpl4j.codec.addresses
A Codec for encoding/decoding various seed primitives.
SeedCodec() - Constructor for class org.xrpl.xrpl4j.codec.addresses.SeedCodec
 
set(int, UnsignedByte) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Sets the value at the given index to the given UnsignedByte.
slice(int, int) - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Returns a slice of the underlying byte array from the given start to the end index (exclusive).

T

tag() - Method in interface org.xrpl.xrpl4j.codec.addresses.ClassicAddress
The tag of the classic address.
tag() - Method in interface org.xrpl.xrpl4j.codec.addresses.DecodedXAddress
The tag of the X-Address.
tag() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
The tag of the classic address.
tag() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
The tag of the X-Address.
tag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress.Builder
Initializes the value for the tag attribute.
tag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress.Builder
Initializes the value for the tag attribute.
test() - Method in interface org.xrpl.xrpl4j.codec.addresses.ClassicAddress
Whether or not this address exists on mainnet or testnet.
test() - Method in interface org.xrpl.xrpl4j.codec.addresses.DecodedXAddress
Whether or not this address exists on mainnet or testnet.
test() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
Whether or not this address exists on mainnet or testnet.
test() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
Whether or not this address exists on mainnet or testnet.
test(boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress.Builder
Initializes the value for the test attribute.
test(boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress.Builder
Initializes the value for the test attribute.
toByteArray() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
Converts this UnsignedByteArray to a byte array.
toByteArray(int, int) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
Deprecated.
Converts an int to a byte array of the expected size, left padded with 0 bytes.
toByteArray(BigInteger, int) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
Deprecated.
Converts a BigInteger to a byte array of the expected size, left padded with 0 bytes.
toHex(List<UnsignedByte>) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
Deprecated.
Converts a List of UnsignedBytes to a hexadecimal String.
toString() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
Prints the immutable value ClassicAddress with attribute values.
toString() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
Prints the immutable value Decoded with attribute values.
toString() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
Prints the immutable value DecodedXAddress with attribute values.
toString() - Method in class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
 
toUnsignedLong(UnsignedByteArray) - Static method in class org.xrpl.xrpl4j.codec.addresses.ByteUtils
Deprecated.
Converts an UnsignedByteArray to an UnsignedLong.
type() - Method in interface org.xrpl.xrpl4j.codec.addresses.Decoded
The VersionType of the decoded Base58 String.
type() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
The VersionType of the decoded Base58 String.
type(Optional<? extends VersionType>) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded.Builder
Initializes the optional value type to type.
type(VersionType) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded.Builder
Initializes the optional value type to type.

U

UnsignedByte - Class in org.xrpl.xrpl4j.codec.addresses
Deprecated.
Prefer the version in the xrpl4j-core module instead.
UnsignedByteArray - Class in org.xrpl.xrpl4j.codec.addresses
Deprecated.
Prefer the version in the xrpl4j-core module instead.
UnsignedByteArray(List<UnsignedByte>) - Constructor for class org.xrpl.xrpl4j.codec.addresses.UnsignedByteArray
Deprecated.
 
Utils - Class in org.xrpl.xrpl4j.codec.addresses
 
Utils() - Constructor for class org.xrpl.xrpl4j.codec.addresses.Utils
 

V

valueOf(String) - Static method in enum org.xrpl.xrpl4j.codec.addresses.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xrpl.xrpl4j.codec.addresses.VersionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xrpl.xrpl4j.codec.addresses.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xrpl.xrpl4j.codec.addresses.VersionType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in interface org.xrpl.xrpl4j.codec.addresses.Decoded
The Version of the decoded Base58 String.
version() - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
The Version of the decoded Base58 String.
version(Version) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded.Builder
Initializes the value for the version attribute.
Version - Enum in org.xrpl.xrpl4j.codec.addresses
 
VersionType - Enum in org.xrpl.xrpl4j.codec.addresses
 

W

withAccountId(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
Copy the current immutable object by setting a value for the accountId attribute.
withBytes(UnsignedByteArray) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
Copy the current immutable object by setting a value for the bytes attribute.
withClassicAddress(Address) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
Copy the current immutable object by setting a value for the classicAddress attribute.
withTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
Copy the current immutable object by setting a value for the tag attribute.
withTag(UnsignedInteger) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
Copy the current immutable object by setting a value for the tag attribute.
withTest(boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableClassicAddress
Copy the current immutable object by setting a value for the test attribute.
withTest(boolean) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecodedXAddress
Copy the current immutable object by setting a value for the test attribute.
withType(Optional<? extends VersionType>) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
Copy the current immutable object by setting an optional value for the type attribute.
withType(VersionType) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
Copy the current immutable object by setting a present value for the optional type attribute.
withVersion(Version) - Method in class org.xrpl.xrpl4j.codec.addresses.ImmutableDecoded
Copy the current immutable object by setting a value for the version attribute.

X

xAddressToClassicAddress(XAddress) - Method in class org.xrpl.xrpl4j.codec.addresses.AddressCodec
Deprecated.
Prefer the variant in AddressService instead.
A B C D E F G H I L N O P S T U V W X 
All Classes and Interfaces|All Packages|Serialized Form