Class SecureRandomSessionIdGenerator

java.lang.Object
io.undertow.websockets.util.SecureRandomSessionIdGenerator

public class SecureRandomSessionIdGenerator extends Object
A generator that uses a secure random to generate a session ID. On some systems this may perform poorly if not enough entropy is available, depending on the algorithm in use.
Author:
Stuart Douglas
  • Constructor Details

    • SecureRandomSessionIdGenerator

      public SecureRandomSessionIdGenerator()
  • Method Details

    • createSessionId

      public String createSessionId()
    • getLength

      public int getLength()
    • setLength

      public void setLength(int length)