class org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper
  super_class: java.lang.Object
{
  private static final int DEFAULT_MAX_USES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  private java.security.SecureRandom random;
    descriptor: Ljava/security/SecureRandom;
    flags: (0x0002) ACC_PRIVATE

  private int maxUses;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int uses;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper this
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            iconst_m1
            putfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.maxUses:I
         2: .line 73
            aload 0 /* this */
            iconst_0
            putfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.uses:I
         3: .line 68
            return
        end local 0 // org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jboss/resteasy/core/AsynchronousDispatcher$SecureRandomWrapper;

  public synchronized int nextInt();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper this
         0: .line 77
            aload 0 /* this */
            dup
            getfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.uses:I
            iconst_1
            iadd
            dup_x1
            putfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.uses:I
            aload 0 /* this */
            getfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.maxUses:I
            if_icmple 2
         1: .line 79
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.reset:()V
         2: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.random:Ljava/security/SecureRandom;
            invokevirtual java.security.SecureRandom.nextInt:()I
            ireturn
        end local 0 // org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/core/AsynchronousDispatcher$SecureRandomWrapper;

  private void reset();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper this
         0: .line 86
            aload 0 /* this */
            getfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.maxUses:I
            ifge 2
         1: .line 88
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.getMaxUses:()I
            putfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.maxUses:I
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.security.SecureRandom
            dup
            invokespecial java.security.SecureRandom.<init>:()V
            putfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.random:Ljava/security/SecureRandom;
         3: .line 91
            aload 0 /* this */
            getfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.random:Ljava/security/SecureRandom;
            bipush 20
            newarray 8
            invokevirtual java.security.SecureRandom.nextBytes:([B)V
         4: .line 92
            aload 0 /* this */
            iconst_0
            putfield org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper.uses:I
         5: .line 93
            return
        end local 0 // org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jboss/resteasy/core/AsynchronousDispatcher$SecureRandomWrapper;

  private int getMaxUses();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tType mismatch: cannot convert from ServletContext to ServletContext\n\tServletContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/AsynchronousDispatcher$SecureRandomWrapper;
}
SourceFile: "AsynchronousDispatcher.java"
NestHost: org.jboss.resteasy.core.AsynchronousDispatcher
InnerClasses:
  private SecureRandomWrapper = org.jboss.resteasy.core.AsynchronousDispatcher$SecureRandomWrapper of org.jboss.resteasy.core.AsynchronousDispatcher