Interface IUserManager

All Known Implementing Classes:
FileUserManager, UserManager

public interface IUserManager
Author:
Eike Stepper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addUser(String userID, char[] password)
     
    byte[]
    encrypt(String userID, byte[] data, String algorithmName, byte[] salt, int count)
     
    void