static DeterministicKey |
HDKeyDerivation.createMasterPrivateKey(byte[] seed) |
static DeterministicKey |
HDKeyDerivation.createMasterPrivKeyFromBytes(byte[] privKeyBytes,
byte[] chainCode) |
static DeterministicKey |
HDKeyDerivation.deriveChildKey(DeterministicKey parent,
ChildNumber childNumber) |
static HDKeyDerivation.RawKeyBytes |
HDKeyDerivation.deriveChildKeyBytesFromPrivate(DeterministicKey parent,
ChildNumber childNumber) |
static DeterministicKey |
HDKeyDerivation.deriveChildKeyFromPrivate(DeterministicKey parent,
ChildNumber childNumber) |