DecryptPkcs1v15RequestObjectBuilder constructor

DecryptPkcs1v15RequestObjectBuilder({
  1. String? ciphertext,
  2. String? privateKey,
})

Implementation

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