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

delombok.io.github.qsy7.encryption.service.RandomSequenceGenerator Maven / Gradle / Ivy

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

public interface RandomSequenceGenerator {
  String generate(int minLength, int maxLength);

  String generate(int minLength, int maxLength, String characters);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy