Uses of Class
dk.hyperdivision.multisig_hmac.Signature
-
Uses of Signature in dk.hyperdivision.multisig_hmac
Methods in dk.hyperdivision.multisig_hmac that return Signature Modifier and Type Method Description SignatureMultisigHMAC. combine(List<Signature> signatures)Constructs and initializes a combined signature Only include each signature once, otherwise it will cancel out.SignatureMultisigHMAC. sign(Key key, byte[] message)Independently signs message with a keyMethods in dk.hyperdivision.multisig_hmac with parameters of type Signature Modifier and Type Method Description booleanDerivedMultisigHMAC. verify(byte[] masterKey, Signature signatures, byte[] message, int threshold)Verifies a signature of data against dynamically derived keys from a master keybooleanMultisigHMAC. verify(List<Key> keys, Signature signatures, byte[] message, int threshold)Verifies a signature of message against a list of keys