salt method

Set the salt.

Implementation

CryptDataBuilder salt(String v) {
  _salt = v;
  return this;
}