Class PathFromGenerator

Object
PathFromGenerator

public class PathFromGenerator extends Object
Utility class for deriving paths from a generator.
  • Method Details

    • derivePath

      public static Path derivePath(DerivePath generator, Path pathForBinding) throws DerivePathException
      Derives a path using a DerivePath generator and a binding path.
      Parameters:
      generator - the DerivePath generator to use for deriving the path.
      pathForBinding - the Path to use for binding in the derivation process.
      Returns:
      the derived Path.
      Throws:
      DerivePathException - if an error occurs during path derivation.