public class org.jasypt.digest.PooledByteDigester implements org.jasypt.digest.ByteDigester
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jasypt.digest.PooledByteDigester
  super_class: java.lang.Object
{
  private final org.jasypt.digest.StandardByteDigester firstDigester;
    descriptor: Lorg/jasypt/digest/StandardByteDigester;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.jasypt.digest.config.DigesterConfig config;
    descriptor: Lorg/jasypt/digest/config/DigesterConfig;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean poolSizeSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.jasypt.digest.StandardByteDigester[] pool;
    descriptor: [Lorg/jasypt/digest/StandardByteDigester;
    flags: (0x0002) ACC_PRIVATE

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

  private boolean initialized;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jasypt.digest.PooledByteDigester this
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aconst_null
            putfield org.jasypt.digest.PooledByteDigester.config:Lorg/jasypt/digest/config/DigesterConfig;
         2: .line 57
            aload 0 /* this */
            iconst_0
            putfield org.jasypt.digest.PooledByteDigester.poolSize:I
         3: .line 58
            aload 0 /* this */
            iconst_0
            putfield org.jasypt.digest.PooledByteDigester.poolSizeSet:Z
         4: .line 61
            aload 0 /* this */
            iconst_0
            putfield org.jasypt.digest.PooledByteDigester.roundRobin:I
         5: .line 70
            aload 0 /* this */
            iconst_0
            putfield org.jasypt.digest.PooledByteDigester.initialized:Z
         6: .line 79
            aload 0 /* this */
            new org.jasypt.digest.StandardByteDigester
            dup
            invokespecial org.jasypt.digest.StandardByteDigester.<init>:()V
            putfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
         7: .line 80
            return
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/jasypt/digest/PooledByteDigester;

  public synchronized void setConfig(org.jasypt.digest.config.DigesterConfig);
    descriptor: (Lorg/jasypt/digest/config/DigesterConfig;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // org.jasypt.digest.config.DigesterConfig config
         0: .line 110
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            aload 1 /* config */
            invokevirtual org.jasypt.digest.StandardByteDigester.setConfig:(Lorg/jasypt/digest/config/DigesterConfig;)V
         1: .line 111
            aload 0 /* this */
            aload 1 /* config */
            putfield org.jasypt.digest.PooledByteDigester.config:Lorg/jasypt/digest/config/DigesterConfig;
         2: .line 112
            return
        end local 1 // org.jasypt.digest.config.DigesterConfig config
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jasypt/digest/PooledByteDigester;
            0    3     1  config  Lorg/jasypt/digest/config/DigesterConfig;
    MethodParameters:
        Name  Flags
      config  final

  public synchronized void setAlgorithm(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // java.lang.String algorithm
         0: .line 142
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            aload 1 /* algorithm */
            invokevirtual org.jasypt.digest.StandardByteDigester.setAlgorithm:(Ljava/lang/String;)V
         1: .line 143
            return
        end local 1 // java.lang.String algorithm
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jasypt/digest/PooledByteDigester;
            0    2     1  algorithm  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      algorithm  final

  public synchronized void setSaltSizeBytes(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // int saltSizeBytes
         0: .line 161
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            iload 1 /* saltSizeBytes */
            invokevirtual org.jasypt.digest.StandardByteDigester.setSaltSizeBytes:(I)V
         1: .line 162
            return
        end local 1 // int saltSizeBytes
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jasypt/digest/PooledByteDigester;
            0    2     1  saltSizeBytes  I
    MethodParameters:
               Name  Flags
      saltSizeBytes  final

  public synchronized void setIterations(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // int iterations
         0: .line 181
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            iload 1 /* iterations */
            invokevirtual org.jasypt.digest.StandardByteDigester.setIterations:(I)V
         1: .line 182
            return
        end local 1 // int iterations
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jasypt/digest/PooledByteDigester;
            0    2     1  iterations  I
    MethodParameters:
            Name  Flags
      iterations  final

  public synchronized void setSaltGenerator(org.jasypt.salt.SaltGenerator);
    descriptor: (Lorg/jasypt/salt/SaltGenerator;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // org.jasypt.salt.SaltGenerator saltGenerator
         0: .line 194
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            aload 1 /* saltGenerator */
            invokevirtual org.jasypt.digest.StandardByteDigester.setSaltGenerator:(Lorg/jasypt/salt/SaltGenerator;)V
         1: .line 195
            return
        end local 1 // org.jasypt.salt.SaltGenerator saltGenerator
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jasypt/digest/PooledByteDigester;
            0    2     1  saltGenerator  Lorg/jasypt/salt/SaltGenerator;
    MethodParameters:
               Name  Flags
      saltGenerator  final

  public synchronized void setProviderName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // java.lang.String providerName
         0: .line 224
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            aload 1 /* providerName */
            invokevirtual org.jasypt.digest.StandardByteDigester.setProviderName:(Ljava/lang/String;)V
         1: .line 225
            return
        end local 1 // java.lang.String providerName
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jasypt/digest/PooledByteDigester;
            0    2     1  providerName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      providerName  final

  public synchronized void setProvider(java.security.Provider);
    descriptor: (Ljava/security/Provider;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // java.security.Provider provider
         0: .line 247
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            aload 1 /* provider */
            invokevirtual org.jasypt.digest.StandardByteDigester.setProvider:(Ljava/security/Provider;)V
         1: .line 248
            return
        end local 1 // java.security.Provider provider
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jasypt/digest/PooledByteDigester;
            0    2     1  provider  Ljava/security/Provider;
    MethodParameters:
          Name  Flags
      provider  final

  public synchronized void setInvertPositionOfSaltInMessageBeforeDigesting(boolean);
    descriptor: (Z)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // boolean invertPositionOfSaltInMessageBeforeDigesting
         0: .line 271
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            iload 1 /* invertPositionOfSaltInMessageBeforeDigesting */
            invokevirtual org.jasypt.digest.StandardByteDigester.setInvertPositionOfSaltInMessageBeforeDigesting:(Z)V
         1: .line 272
            return
        end local 1 // boolean invertPositionOfSaltInMessageBeforeDigesting
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot                                          Name  Signature
            0    2     0                                          this  Lorg/jasypt/digest/PooledByteDigester;
            0    2     1  invertPositionOfSaltInMessageBeforeDigesting  Z
    MethodParameters:
                                              Name  Flags
      invertPositionOfSaltInMessageBeforeDigesting  final

  public synchronized void setInvertPositionOfPlainSaltInEncryptionResults(boolean);
    descriptor: (Z)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // boolean invertPositionOfPlainSaltInEncryptionResults
         0: .line 297
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            iload 1 /* invertPositionOfPlainSaltInEncryptionResults */
            invokevirtual org.jasypt.digest.StandardByteDigester.setInvertPositionOfPlainSaltInEncryptionResults:(Z)V
         1: .line 298
            return
        end local 1 // boolean invertPositionOfPlainSaltInEncryptionResults
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot                                          Name  Signature
            0    2     0                                          this  Lorg/jasypt/digest/PooledByteDigester;
            0    2     1  invertPositionOfPlainSaltInEncryptionResults  Z
    MethodParameters:
                                              Name  Flags
      invertPositionOfPlainSaltInEncryptionResults  final

  public synchronized void setUseLenientSaltSizeCheck(boolean);
    descriptor: (Z)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // boolean useLenientSaltSizeCheck
         0: .line 339
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            iload 1 /* useLenientSaltSizeCheck */
            invokevirtual org.jasypt.digest.StandardByteDigester.setUseLenientSaltSizeCheck:(Z)V
         1: .line 340
            return
        end local 1 // boolean useLenientSaltSizeCheck
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/jasypt/digest/PooledByteDigester;
            0    2     1  useLenientSaltSizeCheck  Z
    MethodParameters:
                         Name  Flags
      useLenientSaltSizeCheck  final

  public synchronized void setPoolSize(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // int poolSize
         0: .line 355
            iload 1 /* poolSize */
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Pool size be > 0"
            invokestatic org.jasypt.commons.CommonUtils.validateIsTrue:(ZLjava/lang/String;)V
         3: .line 356
            aload 0 /* this */
            invokevirtual org.jasypt.digest.PooledByteDigester.isInitialized:()Z
            ifeq 5
         4: .line 357
            new org.jasypt.exceptions.AlreadyInitializedException
            dup
            invokespecial org.jasypt.exceptions.AlreadyInitializedException.<init>:()V
            athrow
         5: .line 359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* poolSize */
            putfield org.jasypt.digest.PooledByteDigester.poolSize:I
         6: .line 360
            aload 0 /* this */
            iconst_1
            putfield org.jasypt.digest.PooledByteDigester.poolSizeSet:Z
         7: .line 361
            return
        end local 1 // int poolSize
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jasypt/digest/PooledByteDigester;
            0    8     1  poolSize  I
    MethodParameters:
          Name  Flags
      poolSize  final

  public boolean isInitialized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jasypt.digest.PooledByteDigester this
         0: .line 388
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.initialized:Z
            ireturn
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jasypt/digest/PooledByteDigester;

  public synchronized void initialize();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jasypt.digest.PooledByteDigester this
         0: .line 429
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.initialized:Z
            ifne 18
         1: .line 431
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.config:Lorg/jasypt/digest/config/DigesterConfig;
            ifnull 8
         2: .line 433
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.config:Lorg/jasypt/digest/config/DigesterConfig;
            invokeinterface org.jasypt.digest.config.DigesterConfig.getPoolSize:()Ljava/lang/Integer;
            astore 1 /* configPoolSize */
        start local 1 // java.lang.Integer configPoolSize
         3: .line 435
            aload 0 /* this */
         4: .line 436
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.poolSizeSet:Z
            ifne 5
            aload 1 /* configPoolSize */
            ifnonnull 6
         5: .line 437
      StackMap locals: org.jasypt.digest.PooledByteDigester java.lang.Integer
      StackMap stack: org.jasypt.digest.PooledByteDigester
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.poolSize:I
            goto 7
      StackMap locals:
      StackMap stack: org.jasypt.digest.PooledByteDigester
         6: aload 1 /* configPoolSize */
            invokevirtual java.lang.Integer.intValue:()I
         7: .line 435
      StackMap locals: org.jasypt.digest.PooledByteDigester java.lang.Integer
      StackMap stack: org.jasypt.digest.PooledByteDigester int
            putfield org.jasypt.digest.PooledByteDigester.poolSize:I
        end local 1 // java.lang.Integer configPoolSize
         8: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.poolSize:I
            ifgt 10
         9: .line 442
            new java.lang.IllegalArgumentException
            dup
            ldc "Pool size must be set and > 0"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.poolSize:I
            anewarray org.jasypt.digest.StandardByteDigester
            putfield org.jasypt.digest.PooledByteDigester.pool:[Lorg/jasypt/digest/StandardByteDigester;
        11: .line 446
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.pool:[Lorg/jasypt/digest/StandardByteDigester;
            iconst_0
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.firstDigester:Lorg/jasypt/digest/StandardByteDigester;
            aastore
        12: .line 448
            iconst_1
            istore 1 /* i */
        start local 1 // int i
        13: goto 16
        14: .line 449
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.pool:[Lorg/jasypt/digest/StandardByteDigester;
            iload 1 /* i */
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.pool:[Lorg/jasypt/digest/StandardByteDigester;
            iload 1 /* i */
            iconst_1
            isub
            aaload
            invokevirtual org.jasypt.digest.StandardByteDigester.cloneDigester:()Lorg/jasypt/digest/StandardByteDigester;
            aastore
        15: .line 448
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 1 /* i */
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.poolSize:I
            if_icmplt 14
        end local 1 // int i
        17: .line 452
            aload 0 /* this */
            iconst_1
            putfield org.jasypt.digest.PooledByteDigester.initialized:Z
        18: .line 456
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Lorg/jasypt/digest/PooledByteDigester;
            3    8     1  configPoolSize  Ljava/lang/Integer;
           13   17     1               i  I

  public byte[] digest(byte[]);
    descriptor: ([B)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // byte[] message
         0: .line 535
            aload 0 /* this */
            invokevirtual org.jasypt.digest.PooledByteDigester.isInitialized:()Z
            ifne 2
         1: .line 536
            aload 0 /* this */
            invokevirtual org.jasypt.digest.PooledByteDigester.initialize:()V
         2: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         3: .line 541
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.roundRobin:I
            istore 2 /* poolPosition */
        start local 2 // int poolPosition
         4: .line 542
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.roundRobin:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.poolSize:I
            irem
            putfield org.jasypt.digest.PooledByteDigester.roundRobin:I
         5: .line 540
            aload 3
            monitorexit
         6: goto 9
        end local 2 // int poolPosition
      StackMap locals: org.jasypt.digest.PooledByteDigester byte[] top org.jasypt.digest.PooledByteDigester
      StackMap stack: java.lang.Throwable
         7: aload 3
            monitorexit
         8: athrow
        start local 2 // int poolPosition
         9: .line 545
      StackMap locals: org.jasypt.digest.PooledByteDigester byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.pool:[Lorg/jasypt/digest/StandardByteDigester;
            iload 2 /* poolPosition */
            aaload
            aload 1 /* message */
            invokevirtual org.jasypt.digest.StandardByteDigester.digest:([B)[B
            areturn
        end local 2 // int poolPosition
        end local 1 // byte[] message
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/jasypt/digest/PooledByteDigester;
            0   10     1       message  [B
            4    7     2  poolPosition  I
            9   10     2  poolPosition  I
      Exception table:
        from    to  target  type
           3     6       7  any
           7     8       7  any
    MethodParameters:
         Name  Flags
      message  

  public boolean matches(byte[], byte[]);
    descriptor: ([B[B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.jasypt.digest.PooledByteDigester this
        start local 1 // byte[] message
        start local 2 // byte[] digest
         0: .line 584
            aload 0 /* this */
            invokevirtual org.jasypt.digest.PooledByteDigester.isInitialized:()Z
            ifne 2
         1: .line 585
            aload 0 /* this */
            invokevirtual org.jasypt.digest.PooledByteDigester.initialize:()V
         2: .line 589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         3: .line 590
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.roundRobin:I
            istore 3 /* poolPosition */
        start local 3 // int poolPosition
         4: .line 591
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.roundRobin:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.poolSize:I
            irem
            putfield org.jasypt.digest.PooledByteDigester.roundRobin:I
         5: .line 589
            aload 4
            monitorexit
         6: goto 9
        end local 3 // int poolPosition
      StackMap locals: org.jasypt.digest.PooledByteDigester byte[] byte[] top org.jasypt.digest.PooledByteDigester
      StackMap stack: java.lang.Throwable
         7: aload 4
            monitorexit
         8: athrow
        start local 3 // int poolPosition
         9: .line 594
      StackMap locals: org.jasypt.digest.PooledByteDigester byte[] byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield org.jasypt.digest.PooledByteDigester.pool:[Lorg/jasypt/digest/StandardByteDigester;
            iload 3 /* poolPosition */
            aaload
            aload 1 /* message */
            aload 2 /* digest */
            invokevirtual org.jasypt.digest.StandardByteDigester.matches:([B[B)Z
            ireturn
        end local 3 // int poolPosition
        end local 2 // byte[] digest
        end local 1 // byte[] message
        end local 0 // org.jasypt.digest.PooledByteDigester this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/jasypt/digest/PooledByteDigester;
            0   10     1       message  [B
            0   10     2        digest  [B
            4    7     3  poolPosition  I
            9   10     3  poolPosition  I
      Exception table:
        from    to  target  type
           3     6       7  any
           7     8       7  any
    MethodParameters:
         Name  Flags
      message  final
      digest   final
}
SourceFile: "PooledByteDigester.java"