DecryptSymmetricRequestObjectBuilder constructor

DecryptSymmetricRequestObjectBuilder({
  1. String? message,
  2. String? passphrase,
  3. KeyOptionsObjectBuilder? options,
})

Implementation

DecryptSymmetricRequestObjectBuilder({
  String? message,
  String? passphrase,
  KeyOptionsObjectBuilder? options,
})  : _message = message,
      _passphrase = passphrase,
      _options = options;