DecryptPkcs1v15RequestObjectBuilder({ String? ciphertext, String? privateKey, }) : _ciphertext = ciphertext, _privateKey = privateKey;