Package dk.hyperdivision.multisig_hmac
Class IndexKey
java.lang.Object
dk.hyperdivision.multisig_hmac.IndexKey
public class IndexKey extends Object
IndexKey represents an instance of a index + cryptographically random key.
IndexKey is extended by the classes KeyGen and DeriveKey, which are two different
ways of constructing and initializing keys.
- Author:
- Amalie Due Jensen
-
Constructor Summary
Constructors Constructor Description IndexKey() -
Method Summary
-
Constructor Details
-
IndexKey
public IndexKey()
-