DecryptOaeprequestObjectBuilder constructor
DecryptOaeprequestObjectBuilder({})
Implementation
DecryptOaeprequestObjectBuilder({
String? ciphertext,
String? label,
Hash? hash,
String? privateKey,
}) : _ciphertext = ciphertext,
_label = label,
_hash = hash,
_privateKey = privateKey;