Uses of Class
dk.hyperdivision.multisig_hmac.IndexKey
-
Uses of IndexKey in dk.hyperdivision.multisig_hmac
Subclasses of IndexKey in dk.hyperdivision.multisig_hmac Modifier and Type Class Description classDeriveKeyDeriveKey represents a pair of index + cryptographically random key.classKeyGenKeyGen represents a pair of index + cryptographically random key.Methods in dk.hyperdivision.multisig_hmac with parameters of type IndexKey Modifier and Type Method Description static byte[]Sign. sign(IndexKey KeyObj, byte[] Data, String Algorithm)Independently signs data with a keyMethod parameters in dk.hyperdivision.multisig_hmac with type arguments of type IndexKey Modifier and Type Method Description static booleanVerify. verify(List<IndexKey> Keys, Combine Signature, byte[] data, int Threshold, String Algorithm, int BYTES)Verifies a signature of data against a list of keysConstructors in dk.hyperdivision.multisig_hmac with parameters of type IndexKey Constructor Description Sign(IndexKey KeyObj, byte[] Data, String Algorithm)Constructs and initializes a sign of data with a key A list of instances of Sign can be passed to an instance of Combine