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

Packages that use ChildNumber
com.google.bitcoin.crypto   
 

Uses of ChildNumber in com.google.bitcoin.crypto
 

Fields in com.google.bitcoin.crypto declared as ChildNumber
static ChildNumber ChildNumber.ZERO
           
 

Methods in com.google.bitcoin.crypto that return ChildNumber
 ChildNumber DeterministicKey.getChildNumber()
          Returns the last element of the path returned by DeterministicKey.getChildNumberPath()
 

Methods in com.google.bitcoin.crypto that return types with arguments of type ChildNumber
 com.google.common.collect.ImmutableList<ChildNumber> DeterministicKey.getChildNumberPath()
          Returns the path through some DeterministicHierarchy which reaches this keys position in the tree.
 

Methods in com.google.bitcoin.crypto with parameters of type ChildNumber
 DeterministicKey DeterministicHierarchy.deriveChild(List<ChildNumber> parentPath, boolean relative, boolean createParent, ChildNumber createChildNumber)
          Extends the tree by calculating the requested child for the given path.
static DeterministicKey HDKeyDerivation.deriveChildKey(DeterministicKey parent, ChildNumber childNumber)
           
 

Method parameters in com.google.bitcoin.crypto with type arguments of type ChildNumber
 DeterministicKey DeterministicHierarchy.deriveChild(List<ChildNumber> parentPath, boolean relative, boolean createParent, ChildNumber createChildNumber)
          Extends the tree by calculating the requested child for the given path.
 DeterministicKey DeterministicHierarchy.deriveNextChild(com.google.common.collect.ImmutableList<ChildNumber> parentPath, boolean relative, boolean createParent, boolean privateDerivation)
          Extends the tree by calculating the next key that hangs off the given parent path.
 DeterministicKey DeterministicHierarchy.get(List<ChildNumber> path, boolean relativePath, boolean create)
          Returns a key for the given path, optionally creating it.
 



Copyright © 2014. All rights reserved.