DecryptRequestObjectBuilder constructor
DecryptRequestObjectBuilder({
- String? message,
- String? privateKey,
- String? passphrase,
- KeyOptionsObjectBuilder? options,
- EntityObjectBuilder? signed,
Implementation
DecryptRequestObjectBuilder({
String? message,
String? privateKey,
String? passphrase,
KeyOptionsObjectBuilder? options,
EntityObjectBuilder? signed,
}) : _message = message,
_privateKey = privateKey,
_passphrase = passphrase,
_options = options,
_signed = signed;