Uses of Class
dk.hyperdivision.multisig_hmac.Key
-
Uses of Key in dk.hyperdivision.multisig_hmac
Methods in dk.hyperdivision.multisig_hmac that return Key Modifier and Type Method Description KeyDerivedMultisigHMAC. generate(int index, byte[] masterKey)Derives a new sub key from a master seed Note that index should be counted from 0.KeyMultisigHMAC. generate(int index)Generates a new cryptographically random keyMethods in dk.hyperdivision.multisig_hmac with parameters of type Key Modifier and Type Method Description SignatureMultisigHMAC. sign(Key key, byte[] message)Independently signs message with a key