Uses of Class
dk.hyperdivision.multisig_hmac.MultisigHMAC.Algorithm
-
Uses of MultisigHMAC.Algorithm in dk.hyperdivision.multisig_hmac
Methods in dk.hyperdivision.multisig_hmac that return MultisigHMAC.Algorithm Modifier and Type Method Description static MultisigHMAC.AlgorithmMultisigHMAC.Algorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static MultisigHMAC.Algorithm[]MultisigHMAC.Algorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dk.hyperdivision.multisig_hmac with parameters of type MultisigHMAC.Algorithm Constructor Description DerivedMultisigHMAC(MultisigHMAC.Algorithm alg)Constructs and initializes a new instance of Multisig HMAC and sets the algorithm to be used for subsequent methods.MultisigHMAC(MultisigHMAC.Algorithm alg)Constructs and initializes a new instance of MultisigHMAC and sets the algorithm to be used for subsequent methods