public class SerializedMasterPublicKey
extends java.lang.Object
| Constructor and Description |
|---|
SerializedMasterPublicKey(byte[] serializedMasterPublicKey) |
SerializedMasterPublicKey(byte[] masterPublicKey,
byte[] chainCode) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getChainCode() |
byte[] |
getMasterPublicKey() |
byte[] |
getSerializedMasterPublicKey() |
static boolean |
isValidSerializedMasterPublicKey(byte[] serializedMasterPublicKey) |
public SerializedMasterPublicKey(byte[] serializedMasterPublicKey)
public SerializedMasterPublicKey(byte[] masterPublicKey,
byte[] chainCode)
public static boolean isValidSerializedMasterPublicKey(byte[] serializedMasterPublicKey)
public byte[] getSerializedMasterPublicKey()
public byte[] getMasterPublicKey()
public byte[] getChainCode()