XrpSeedUtils class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
decodeSeed(
String seed, [XRPKeyAlgorithm? algorithm]) → Tuple< List< int> , XRPKeyAlgorithm> - This method decodes a Ripple address (seed) into its corresponding entropy and encoding algorithm.
-
deriveED25519(
List< int> seed) → List<int> - Derives an ED25519 key from the given seed using the SHA-512 hash function.
-
deriveKeyPair(
List< int> seed) → List<int> - Derives a key pair from the given seed using a multi-step process.
-
encodeSeed(
List< int> entropy, XRPKeyAlgorithm encodingType) → String - This method encodes a seed (entropy) into a Ripple address using the specified encoding type.
Constants
- seedLength → const int
- Length constants for various XRPL components