DecryptSymmetricBytesRequestObjectBuilder constructor
DecryptSymmetricBytesRequestObjectBuilder({
- List<
int> ? message, - String? passphrase,
- KeyOptionsObjectBuilder? options,
Implementation
DecryptSymmetricBytesRequestObjectBuilder({
List<int>? message,
String? passphrase,
KeyOptionsObjectBuilder? options,
}) : _message = message,
_passphrase = passphrase,
_options = options;