Get if the specified index is hardened.
static bool isHardenedIndex(int index) { return BitUtils.intIsBitSet( index, Bip32KeyDataConst.keyIndexHardenedBitNum); }