In the current version (1.82 or the latest github branch main), the class HashMLDSASigner accepts only the raw data as input.
Please either extend the class HashMLDSASigner, or better create a new class which accepts the hash value (byte[]) and hash algorithm OID (byte[]) as input. This allows the external application to compute the hash value by itself.
In the current version (1.82 or the latest github branch main), the class HashMLDSASigner accepts only the raw data as input.
Please either extend the class HashMLDSASigner, or better create a new class which accepts the hash value (byte[]) and hash algorithm OID (byte[]) as input. This allows the external application to compute the hash value by itself.