Package com.bradyrussell.uiscoin.address
Class UISCoinAddress
java.lang.Object
com.bradyrussell.uiscoin.address.UISCoinAddress
public class UISCoinAddress
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UISCoinAddress.DecodedAddress
-
Constructor Summary
Constructors Constructor Description UISCoinAddress()
-
Method Summary
Modifier and Type Method Description static UISCoinAddress.DecodedAddress
decodeAddress(byte[] Address)
static byte[]
fromPublicKey(java.security.interfaces.ECPublicKey PubKey)
static byte[]
fromScriptHash(byte[] ScriptHash)
static byte[]
getChecksumFromHashData(byte[] PublicKeyHash)
static boolean
verifyAddressChecksum(byte[] Address)
-
Constructor Details
-
UISCoinAddress
public UISCoinAddress()
-
-
Method Details
-
fromPublicKey
public static byte[] fromPublicKey(java.security.interfaces.ECPublicKey PubKey) -
fromScriptHash
public static byte[] fromScriptHash(byte[] ScriptHash) -
decodeAddress
-
getChecksumFromHashData
public static byte[] getChecksumFromHashData(byte[] PublicKeyHash) -
verifyAddressChecksum
public static boolean verifyAddressChecksum(byte[] Address)
-