Class Key

java.lang.Object
dk.hyperdivision.multisig_hmac.Key

public class Key
extends Object
Key represents an instance of an index + cryptographically random key pair
Author:
Amalie Due Jensen
  • Constructor Details

    • Key

      public Key​(int index, byte[] key)
      Constructs and initializes a new instance of Key
      Parameters:
      index - - the index in the instance
      key - - the key in the instance