public class DeterministicKey extends Object
| Constructor and Description |
|---|
DeterministicKey(DeterministicKey parent,
byte[] privateKey,
byte[] chainCode,
HDPath childNumberPath) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getChainCode() |
HDPath |
getPath() |
BigInteger |
getPrivateKey() |
byte[] |
getPrivKeyBytes33() |
org.bouncycastle.math.ec.ECPoint |
getPubKeyPoint() |
public DeterministicKey(DeterministicKey parent, byte[] privateKey, byte[] chainCode, HDPath childNumberPath)
public byte[] getChainCode()
public org.bouncycastle.math.ec.ECPoint getPubKeyPoint()
public byte[] getPrivKeyBytes33()
public BigInteger getPrivateKey()
public HDPath getPath()
Copyright © 2022 IoTeX Group. All rights reserved.