clear method

void clear()

Implementation

void clear() {
  _salt.clear();
  _secret?.clear();
  _additional?.clear();
}