Class KeyBitSet

java.lang.Object
com.exonum.binding.common.proofs.map.KeyBitSet

public final class KeyBitSet
extends Object
A key bit set.
  • Constructor Details

    • KeyBitSet

      public KeyBitSet​(byte[] key, int length)
      Creates a new bit set.
      Parameters:
      key - key bytes
      length - a length in bits, i.e., the number of significant bits in key array
  • Method Details