Class Identity


public class Identity extends DerivePath
Returns the same Path as the argument passed in.

i.e. the Path is unchanged.

Author:
Owen Feehan
  • Constructor Details

    • Identity

      public Identity()
  • Method Details

    • deriveFrom

      public Path deriveFrom(Path source, boolean debugMode) throws DerivePathException
      Description copied from class: DerivePath
      Derives a new path from an existing path.
      Specified by:
      deriveFrom in class DerivePath
      Parameters:
      source - the path to derive from.
      debugMode - true if debug-mode is activated
      Returns:
      the derived path.
      Throws:
      DerivePathException - if anything goes wrong