Package dk.hyperdivision.multisig_hmac
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 Summary
Constructors Constructor Description Key(int index, byte[] key)Constructs and initializes a new instance of Key -
Method Summary
-
Constructor Details
-
Key
public Key(int index, byte[] key)Constructs and initializes a new instance of Key- Parameters:
index- - the index in the instancekey- - the key in the instance
-