setKey method

Implementation

NUIEncSharedPrefBuilder setKey(String key){
  this.key = key;
  return this;
}