DecryptPkcs1v15BytesRequestObjectBuilder({ List<int>? ciphertext, String? privateKey, }) : _ciphertext = ciphertext, _privateKey = privateKey;