Uses of Class
com.google.bitcoin.crypto.HDDerivationException

Packages that use HDDerivationException
com.google.bitcoin.crypto   
 

Uses of HDDerivationException in com.google.bitcoin.crypto
 

Methods in com.google.bitcoin.crypto that throw HDDerivationException
static DeterministicKey HDKeyDerivation.createMasterPrivateKey(byte[] seed)
          Generates a new deterministic key from the given seed, which can be any arbitrary byte array.
static DeterministicKey HDKeyDerivation.createMasterPrivKeyFromBytes(byte[] privKeyBytes, byte[] chainCode)
           
static DeterministicKey HDKeyDerivation.deriveChildKey(DeterministicKey parent, ChildNumber childNumber)
           
 



Copyright © 2014. All rights reserved.