Class AsynchronousDispatcher.SecureRandomWrapper

java.lang.Object
org.jboss.resteasy.core.AsynchronousDispatcher.SecureRandomWrapper
Enclosing class:
AsynchronousDispatcher

private static class AsynchronousDispatcher.SecureRandomWrapper extends Object
  • Field Details

    • DEFAULT_MAX_USES

      private static final int DEFAULT_MAX_USES
      See Also:
    • random

      private SecureRandom random
    • maxUses

      private int maxUses
    • uses

      private int uses
  • Constructor Details

    • SecureRandomWrapper

      private SecureRandomWrapper()
  • Method Details

    • nextInt

      public int nextInt()
    • reset

      private void reset()
    • getMaxUses

      private int getMaxUses()