Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- validate(Network, String) - Static method in class com.barbantfintech.tools.common.cryptojdk.CryptoJDK.Address
-
Validates a blockchain address for receiving coins.
- validate(Network, String) - Static method in class com.barbantfintech.tools.common.cryptojdk.CryptoJDK.PrivateKey
-
Validates a given private key against the specified blockchain network.
- validate(Network, String) - Static method in class com.barbantfintech.tools.common.cryptojdk.CryptoJDK.XPub
-
Validates an extended public key (xPub) to ensure its correctness and usability.
- validate(String) - Static method in class com.barbantfintech.tools.common.cryptojdk.CryptoJDK.Address
-
Validates a blockchain address for receiving coins across multiple networks.
- validate(String) - Static method in class com.barbantfintech.tools.common.cryptojdk.CryptoJDK.Mnemonic
-
Validates a given mnemonic phrase.
- valueOf(String) - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.AddressType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.Coin
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.CoinType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.NetBase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.Network
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.AddressType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.Coin
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.CoinType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.NetBase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.Network
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(NetBase) - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.Coin
-
Get all coins for the specified base network.
- values(Network) - Static method in enum class com.barbantfintech.tools.common.cryptojdk.enums.Coin
-
Get all coins that are supported on the specified network.
- verify(Network, String, String, String) - Static method in class com.barbantfintech.tools.common.cryptojdk.CryptoJDK.Signature
-
Verifies the authenticity of a given message signature, ensuring it was signed using the private key associated with a specified blockchain address.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form