iterations method

NUICryptographyBuilder iterations(
  1. int count
)

Implementation

NUICryptographyBuilder iterations(int count){
  _KEY_ITERATIONS_COUNT = count;
  return this;
}