Class Bip32Utils

java.lang.Object
com.hedera.hashgraph.sdk.utils.Bip32Utils

public class Bip32Utils extends Object
Utility class for BIP32 functionalities
  • Field Details

    • HARDENED_BIT

      public static final int HARDENED_BIT
      Indicates if the index is hardened
      See Also:
  • Method Details

    • toHardenedIndex

      public static int toHardenedIndex(int index)
      Harden the index
      Parameters:
      index - the derivation index
      Returns:
      the hardened index
    • isHardenedIndex

      public static boolean isHardenedIndex(int index)
      Check if the index is hardened
      Parameters:
      index - the derivation index
      Returns:
      true if the index is hardened