A B C D E I O P U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AddressFormatException - Exception in org.sol4k.utilities
- AddressFormatException() - Constructor for exception org.sol4k.utilities.AddressFormatException
- AddressFormatException(String) - Constructor for exception org.sol4k.utilities.AddressFormatException
- AddressFormatException.InvalidCharacter - Exception in org.sol4k.utilities
-
This exception is thrown by
Base58when you try to decode data and a character isn't valid. - AddressFormatException.InvalidChecksum - Exception in org.sol4k.utilities
-
This exception is thrown by
Base58when you try to decode data and the checksum isn't valid. - AddressFormatException.InvalidDataLength - Exception in org.sol4k.utilities
-
This exception is thrown by
Base58when you try to decode data and the data isn't of the right size. - AddressFormatException.InvalidPrefix - Exception in org.sol4k.utilities
-
This exception is thrown by the
EncodedPrivateKeyhierarchy of classes when you try and decode an address or private key with an invalid prefix (version header or human-readable part). - AddressFormatException.UnexpectedWitnessVersion - Exception in org.sol4k.utilities
-
This exception is thrown by
SegwitAddresswhen you try to decode data and the witness version doesn't match the Bech32 encoding as per BIP350. - AddressFormatException.WrongNetwork - Exception in org.sol4k.utilities
-
This exception is thrown by the
EncodedPrivateKeyhierarchy of classes when you try and decode an address with a prefix (version header or human-readable part) that used by another network (usually: mainnet vs testnet). - ALPHABET - Static variable in class org.sol4k.utilities.Base58
B
- Base58 - Class in org.sol4k.utilities
-
Base58 is a way to encode Bitcoin addresses (or arbitrary data) as alphanumeric strings.
- Base58() - Constructor for class org.sol4k.utilities.Base58
- bytesToBigInteger(byte[]) - Static method in class org.sol4k.utilities.ByteUtils
- ByteUtils - Class in org.sol4k.utilities
-
Utility methods for bit, byte, and integer manipulation and conversion.
- ByteUtils() - Constructor for class org.sol4k.utilities.ByteUtils
C
- character - Variable in exception org.sol4k.utilities.AddressFormatException.InvalidCharacter
D
- decode(String) - Static method in class org.sol4k.utilities.Base58
-
Decodes the given base58 string into the original data bytes.
- decodeToBigInteger(String) - Static method in class org.sol4k.utilities.Base58
E
- encode(byte[]) - Static method in class org.sol4k.utilities.Base58
-
Encodes the given bytes as a base58 string (no checksum is appended).
I
- InvalidCharacter(char, int) - Constructor for exception org.sol4k.utilities.AddressFormatException.InvalidCharacter
- InvalidChecksum() - Constructor for exception org.sol4k.utilities.AddressFormatException.InvalidChecksum
- InvalidChecksum(String) - Constructor for exception org.sol4k.utilities.AddressFormatException.InvalidChecksum
- InvalidDataLength() - Constructor for exception org.sol4k.utilities.AddressFormatException.InvalidDataLength
- InvalidDataLength(String) - Constructor for exception org.sol4k.utilities.AddressFormatException.InvalidDataLength
- InvalidPrefix() - Constructor for exception org.sol4k.utilities.AddressFormatException.InvalidPrefix
- InvalidPrefix(String) - Constructor for exception org.sol4k.utilities.AddressFormatException.InvalidPrefix
O
- org.sol4k.utilities - package org.sol4k.utilities
P
- position - Variable in exception org.sol4k.utilities.AddressFormatException.InvalidCharacter
U
- UnexpectedWitnessVersion() - Constructor for exception org.sol4k.utilities.AddressFormatException.UnexpectedWitnessVersion
- UnexpectedWitnessVersion(String) - Constructor for exception org.sol4k.utilities.AddressFormatException.UnexpectedWitnessVersion
W
- WrongNetwork(int) - Constructor for exception org.sol4k.utilities.AddressFormatException.WrongNetwork
- WrongNetwork(String) - Constructor for exception org.sol4k.utilities.AddressFormatException.WrongNetwork
All Classes All Packages