All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.qsy7.encryption.property.HashIterations Maven / Gradle / Ivy

The newest version!
package io.github.qsy7.encryption.property;

import io.github.qsy7.property.api.annotation.DefaultValue;
import io.github.qsy7.property.api.property.ConfigurableProperty;

public interface HashIterations extends ConfigurableProperty {
  //  1000,
  // 5000,
  // 50000;
  @DefaultValue int Default = 50000;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy