Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ALPHABET - Static variable in class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.Base58
-
Base58 alphabet.
B
- Base58 - Class in tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core
-
Base58 is a way to encode Bitcoin addresses (or arbitrary data) as alphanumeric strings.
- Base58() - Constructor for class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.Base58
D
- decode(String) - Static method in class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.Base58
-
Decodes the given base58 string into the original data bytes.
- decodeChecked(String) - Static method in class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.Base58
-
Decodes the given base58 string into the original data bytes, using the checksum in the last 4 bytes of the decoded data to verify that the rest are correct.
- decodeToBigInteger(String) - Static method in class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.Base58
-
Decode the input from a base58 string into a BigInteger representation of the byte array.
E
- encode(byte[]) - Static method in class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.Base58
-
Encodes the given bytes as a base58 string (no checksum is appended).
- encodeChecked(byte[]) - Static method in class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.Base58
-
Encodes the given version and bytes as a base58 string.
I
- InvalidCharacter - Class in tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core
-
InvalidCharacter exception type.
- InvalidCharacter(char, int) - Constructor for class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.InvalidCharacter
- InvalidChecksum - Class in tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core
-
InvalidChecksum exception type.
- InvalidChecksum() - Constructor for class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.InvalidChecksum
- InvalidDataLength - Class in tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core
-
InvalidDataLength exception type.
- InvalidDataLength(String) - Constructor for class tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core.InvalidDataLength
-
InvalidDataLength
T
- tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core - package tech.figure.hdwallet.encoding.shadow.org.bitcoinj.core
All Classes and Interfaces|All Packages|Serialized Form