mirrored from https://www.bouncycastle.org/repositories/bc-java
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request