Create a new SigningPackage.
The ciphersuite to use
Map of identifier to signing commitments
The message to sign
ReadonlyciphersuiteThe ciphersuite instance
ReadonlysigningThe set of commitments participants published in the first round
ReadonlymessageMessage which each participant will sign
StaticcreateStatic factory method to create a new SigningPackage.
The ciphersuite to use
Map of identifier to signing commitments
The message to sign
A new SigningPackage instance
Check equality with another SigningPackage.
The other SigningPackage
True if equal
Returns a string representation of this SigningPackage.
Concrete implementation of SigningPackage with common traits (clone, equals, toString).
This class wraps the signing commitments and message for a signing operation.