SignPkcs1v15RequestObjectBuilder({ String? message, Hash? hash, String? privateKey, }) : _message = message, _hash = hash, _privateKey = privateKey;