class org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest extends org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$GeneralDigest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest
  super_class: org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$GeneralDigest
{
  private static final int DIGEST_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

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

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

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

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

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

  private int[] X;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

  private static final int Y1;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1518500249

  private static final int Y2;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1859775393

  private static final int Y3;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1894007588

  private static final int Y4;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -899497514

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
         0: .line 177
            aload 0 /* this */
            invokespecial org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$GeneralDigest.<init>:()V
         1: .line 171
            aload 0 /* this */
            bipush 80
            newarray 10
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
         2: .line 179
            aload 0 /* this */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.reset:()V
         3: .line 180
            return
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;

  public java.lang.String getAlgorithmName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
         0: .line 184
            ldc "SHA-1"
            areturn
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;

  public int getDigestSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
         0: .line 189
            bipush 20
            ireturn
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;

  protected void processWord(byte[], int);
    descriptor: ([BI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
        start local 1 // byte[] in
        start local 2 // int inOff
         0: .line 198
            aload 1 /* in */
            iload 2 /* inOff */
            baload
            bipush 24
            ishl
            istore 3 /* n */
        start local 3 // int n
         1: .line 199
            iload 3 /* n */
            aload 1 /* in */
            iinc 2 /* inOff */ 1
            iload 2 /* inOff */
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
            istore 3 /* n */
         2: .line 200
            iload 3 /* n */
            aload 1 /* in */
            iinc 2 /* inOff */ 1
            iload 2 /* inOff */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            ior
            istore 3 /* n */
         3: .line 201
            iload 3 /* n */
            aload 1 /* in */
            iinc 2 /* inOff */ 1
            iload 2 /* inOff */
            baload
            sipush 255
            iand
            ior
            istore 3 /* n */
         4: .line 202
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.xOff:I
            iload 3 /* n */
            iastore
         5: .line 204
            aload 0 /* this */
            dup
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.xOff:I
            iconst_1
            iadd
            dup_x1
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.xOff:I
            bipush 16
            if_icmpne 7
         6: .line 206
            aload 0 /* this */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.processBlock:()V
         7: .line 208
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int n
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;
            0    8     1     in  [B
            0    8     2  inOff  I
            1    8     3      n  I
    MethodParameters:
       Name  Flags
      in     
      inOff  

  protected void processLength(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
        start local 1 // long bitLength
         0: .line 213
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.xOff:I
            bipush 14
            if_icmple 2
         1: .line 215
            aload 0 /* this */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.processBlock:()V
         2: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            bipush 14
            lload 1 /* bitLength */
            bipush 32
            lushr
            l2i
            iastore
         3: .line 219
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            bipush 15
            lload 1 /* bitLength */
            ldc -1
            land
            l2i
            iastore
         4: .line 220
            return
        end local 1 // long bitLength
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;
            0    5     1  bitLength  J
    MethodParameters:
           Name  Flags
      bitLength  

  public int doFinal(byte[], int);
    descriptor: ([BI)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
        start local 1 // byte[] out
        start local 2 // int outOff
         0: .line 226
            aload 0 /* this */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.finish:()V
         1: .line 228
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H1:I
            aload 1 /* out */
            iload 2 /* outOff */
            invokestatic org.bouncycastle.util.Pack.intToBigEndian:(I[BI)V
         2: .line 229
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H2:I
            aload 1 /* out */
            iload 2 /* outOff */
            iconst_4
            iadd
            invokestatic org.bouncycastle.util.Pack.intToBigEndian:(I[BI)V
         3: .line 230
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H3:I
            aload 1 /* out */
            iload 2 /* outOff */
            bipush 8
            iadd
            invokestatic org.bouncycastle.util.Pack.intToBigEndian:(I[BI)V
         4: .line 231
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H4:I
            aload 1 /* out */
            iload 2 /* outOff */
            bipush 12
            iadd
            invokestatic org.bouncycastle.util.Pack.intToBigEndian:(I[BI)V
         5: .line 232
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H5:I
            aload 1 /* out */
            iload 2 /* outOff */
            bipush 16
            iadd
            invokestatic org.bouncycastle.util.Pack.intToBigEndian:(I[BI)V
         6: .line 234
            aload 0 /* this */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.reset:()V
         7: .line 236
            bipush 20
            ireturn
        end local 2 // int outOff
        end local 1 // byte[] out
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;
            0    8     1     out  [B
            0    8     2  outOff  I
    MethodParameters:
        Name  Flags
      out     
      outOff  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
         0: .line 244
            aload 0 /* this */
            invokespecial org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$GeneralDigest.reset:()V
         1: .line 246
            aload 0 /* this */
            ldc 1732584193
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H1:I
         2: .line 247
            aload 0 /* this */
            ldc -271733879
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H2:I
         3: .line 248
            aload 0 /* this */
            ldc -1732584194
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H3:I
         4: .line 249
            aload 0 /* this */
            ldc 271733878
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H4:I
         5: .line 250
            aload 0 /* this */
            ldc -1009589776
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H5:I
         6: .line 252
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.xOff:I
         7: .line 253
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         8: goto 11
         9: .line 255
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 1 /* i */
            iconst_0
            iastore
        10: .line 253
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 1 /* i */
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            arraylength
            if_icmpne 9
        end local 1 // int i
        12: .line 257
            return
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;
            8   12     1     i  I

  private int f(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
        start local 1 // int u
        start local 2 // int v
        start local 3 // int w
         0: .line 272
            iload 1 /* u */
            iload 2 /* v */
            iand
            iload 1 /* u */
            iconst_m1
            ixor
            iload 3 /* w */
            iand
            ior
            ireturn
        end local 3 // int w
        end local 2 // int v
        end local 1 // int u
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;
            0    1     1     u  I
            0    1     2     v  I
            0    1     3     w  I
    MethodParameters:
      Name  Flags
      u     
      v     
      w     

  private int h(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
        start local 1 // int u
        start local 2 // int v
        start local 3 // int w
         0: .line 280
            iload 1 /* u */
            iload 2 /* v */
            ixor
            iload 3 /* w */
            ixor
            ireturn
        end local 3 // int w
        end local 2 // int v
        end local 1 // int u
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;
            0    1     1     u  I
            0    1     2     v  I
            0    1     3     w  I
    MethodParameters:
      Name  Flags
      u     
      v     
      w     

  private int g(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
        start local 1 // int u
        start local 2 // int v
        start local 3 // int w
         0: .line 288
            iload 1 /* u */
            iload 2 /* v */
            iand
            iload 1 /* u */
            iload 3 /* w */
            iand
            ior
            iload 2 /* v */
            iload 3 /* w */
            iand
            ior
            ireturn
        end local 3 // int w
        end local 2 // int v
        end local 1 // int u
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;
            0    1     1     u  I
            0    1     2     v  I
            0    1     3     w  I
    MethodParameters:
      Name  Flags
      u     
      v     
      w     

  protected void processBlock();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=1
        start local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
         0: .line 296
            bipush 16
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 298
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 1 /* i */
            iconst_3
            isub
            iaload
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 1 /* i */
            bipush 8
            isub
            iaload
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 1 /* i */
            bipush 14
            isub
            iaload
            ixor
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 1 /* i */
            bipush 16
            isub
            iaload
            ixor
            istore 2 /* t */
        start local 2 // int t
         3: .line 299
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 1 /* i */
            iload 2 /* t */
            iconst_1
            ishl
            iload 2 /* t */
            bipush 31
            iushr
            ior
            iastore
        end local 2 // int t
         4: .line 296
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            bipush 80
            if_icmplt 2
        end local 1 // int i
         6: .line 305
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H1:I
            istore 1 /* A */
        start local 1 // int A
         7: .line 306
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H2:I
            istore 2 /* B */
        start local 2 // int B
         8: .line 307
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H3:I
            istore 3 /* C */
        start local 3 // int C
         9: .line 308
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H4:I
            istore 4 /* D */
        start local 4 // int D
        10: .line 309
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H5:I
            istore 5 /* E */
        start local 5 // int E
        11: .line 314
            iconst_0
            istore 6 /* idx */
        start local 6 // int idx
        12: .line 316
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        13: goto 25
        14: .line 320
      StackMap locals: org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest int int int int int int int
      StackMap stack:
            iload 5 /* E */
            iload 1 /* A */
            iconst_5
            ishl
            iload 1 /* A */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 2 /* B */
            iload 3 /* C */
            iload 4 /* D */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.f:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1518500249
            iadd
            iadd
            istore 5 /* E */
        15: .line 321
            iload 2 /* B */
            bipush 30
            ishl
            iload 2 /* B */
            iconst_2
            iushr
            ior
            istore 2 /* B */
        16: .line 323
            iload 4 /* D */
            iload 5 /* E */
            iconst_5
            ishl
            iload 5 /* E */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 1 /* A */
            iload 2 /* B */
            iload 3 /* C */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.f:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1518500249
            iadd
            iadd
            istore 4 /* D */
        17: .line 324
            iload 1 /* A */
            bipush 30
            ishl
            iload 1 /* A */
            iconst_2
            iushr
            ior
            istore 1 /* A */
        18: .line 326
            iload 3 /* C */
            iload 4 /* D */
            iconst_5
            ishl
            iload 4 /* D */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 5 /* E */
            iload 1 /* A */
            iload 2 /* B */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.f:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1518500249
            iadd
            iadd
            istore 3 /* C */
        19: .line 327
            iload 5 /* E */
            bipush 30
            ishl
            iload 5 /* E */
            iconst_2
            iushr
            ior
            istore 5 /* E */
        20: .line 329
            iload 2 /* B */
            iload 3 /* C */
            iconst_5
            ishl
            iload 3 /* C */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 4 /* D */
            iload 5 /* E */
            iload 1 /* A */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.f:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1518500249
            iadd
            iadd
            istore 2 /* B */
        21: .line 330
            iload 4 /* D */
            bipush 30
            ishl
            iload 4 /* D */
            iconst_2
            iushr
            ior
            istore 4 /* D */
        22: .line 332
            iload 1 /* A */
            iload 2 /* B */
            iconst_5
            ishl
            iload 2 /* B */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 3 /* C */
            iload 4 /* D */
            iload 5 /* E */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.f:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1518500249
            iadd
            iadd
            istore 1 /* A */
        23: .line 333
            iload 3 /* C */
            bipush 30
            ishl
            iload 3 /* C */
            iconst_2
            iushr
            ior
            istore 3 /* C */
        24: .line 316
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        25: iload 7 /* j */
            iconst_4
            if_icmplt 14
        end local 7 // int j
        26: .line 339
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        27: goto 39
        28: .line 343
      StackMap locals:
      StackMap stack:
            iload 5 /* E */
            iload 1 /* A */
            iconst_5
            ishl
            iload 1 /* A */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 2 /* B */
            iload 3 /* C */
            iload 4 /* D */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1859775393
            iadd
            iadd
            istore 5 /* E */
        29: .line 344
            iload 2 /* B */
            bipush 30
            ishl
            iload 2 /* B */
            iconst_2
            iushr
            ior
            istore 2 /* B */
        30: .line 346
            iload 4 /* D */
            iload 5 /* E */
            iconst_5
            ishl
            iload 5 /* E */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 1 /* A */
            iload 2 /* B */
            iload 3 /* C */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1859775393
            iadd
            iadd
            istore 4 /* D */
        31: .line 347
            iload 1 /* A */
            bipush 30
            ishl
            iload 1 /* A */
            iconst_2
            iushr
            ior
            istore 1 /* A */
        32: .line 349
            iload 3 /* C */
            iload 4 /* D */
            iconst_5
            ishl
            iload 4 /* D */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 5 /* E */
            iload 1 /* A */
            iload 2 /* B */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1859775393
            iadd
            iadd
            istore 3 /* C */
        33: .line 350
            iload 5 /* E */
            bipush 30
            ishl
            iload 5 /* E */
            iconst_2
            iushr
            ior
            istore 5 /* E */
        34: .line 352
            iload 2 /* B */
            iload 3 /* C */
            iconst_5
            ishl
            iload 3 /* C */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 4 /* D */
            iload 5 /* E */
            iload 1 /* A */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1859775393
            iadd
            iadd
            istore 2 /* B */
        35: .line 353
            iload 4 /* D */
            bipush 30
            ishl
            iload 4 /* D */
            iconst_2
            iushr
            ior
            istore 4 /* D */
        36: .line 355
            iload 1 /* A */
            iload 2 /* B */
            iconst_5
            ishl
            iload 2 /* B */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 3 /* C */
            iload 4 /* D */
            iload 5 /* E */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc 1859775393
            iadd
            iadd
            istore 1 /* A */
        37: .line 356
            iload 3 /* C */
            bipush 30
            ishl
            iload 3 /* C */
            iconst_2
            iushr
            ior
            istore 3 /* C */
        38: .line 339
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        39: iload 7 /* j */
            iconst_4
            if_icmplt 28
        end local 7 // int j
        40: .line 362
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        41: goto 53
        42: .line 366
      StackMap locals:
      StackMap stack:
            iload 5 /* E */
            iload 1 /* A */
            iconst_5
            ishl
            iload 1 /* A */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 2 /* B */
            iload 3 /* C */
            iload 4 /* D */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.g:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -1894007588
            iadd
            iadd
            istore 5 /* E */
        43: .line 367
            iload 2 /* B */
            bipush 30
            ishl
            iload 2 /* B */
            iconst_2
            iushr
            ior
            istore 2 /* B */
        44: .line 369
            iload 4 /* D */
            iload 5 /* E */
            iconst_5
            ishl
            iload 5 /* E */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 1 /* A */
            iload 2 /* B */
            iload 3 /* C */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.g:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -1894007588
            iadd
            iadd
            istore 4 /* D */
        45: .line 370
            iload 1 /* A */
            bipush 30
            ishl
            iload 1 /* A */
            iconst_2
            iushr
            ior
            istore 1 /* A */
        46: .line 372
            iload 3 /* C */
            iload 4 /* D */
            iconst_5
            ishl
            iload 4 /* D */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 5 /* E */
            iload 1 /* A */
            iload 2 /* B */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.g:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -1894007588
            iadd
            iadd
            istore 3 /* C */
        47: .line 373
            iload 5 /* E */
            bipush 30
            ishl
            iload 5 /* E */
            iconst_2
            iushr
            ior
            istore 5 /* E */
        48: .line 375
            iload 2 /* B */
            iload 3 /* C */
            iconst_5
            ishl
            iload 3 /* C */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 4 /* D */
            iload 5 /* E */
            iload 1 /* A */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.g:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -1894007588
            iadd
            iadd
            istore 2 /* B */
        49: .line 376
            iload 4 /* D */
            bipush 30
            ishl
            iload 4 /* D */
            iconst_2
            iushr
            ior
            istore 4 /* D */
        50: .line 378
            iload 1 /* A */
            iload 2 /* B */
            iconst_5
            ishl
            iload 2 /* B */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 3 /* C */
            iload 4 /* D */
            iload 5 /* E */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.g:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -1894007588
            iadd
            iadd
            istore 1 /* A */
        51: .line 379
            iload 3 /* C */
            bipush 30
            ishl
            iload 3 /* C */
            iconst_2
            iushr
            ior
            istore 3 /* C */
        52: .line 362
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        53: iload 7 /* j */
            iconst_4
            if_icmplt 42
        end local 7 // int j
        54: .line 385
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        55: goto 67
        56: .line 389
      StackMap locals:
      StackMap stack:
            iload 5 /* E */
            iload 1 /* A */
            iconst_5
            ishl
            iload 1 /* A */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 2 /* B */
            iload 3 /* C */
            iload 4 /* D */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -899497514
            iadd
            iadd
            istore 5 /* E */
        57: .line 390
            iload 2 /* B */
            bipush 30
            ishl
            iload 2 /* B */
            iconst_2
            iushr
            ior
            istore 2 /* B */
        58: .line 392
            iload 4 /* D */
            iload 5 /* E */
            iconst_5
            ishl
            iload 5 /* E */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 1 /* A */
            iload 2 /* B */
            iload 3 /* C */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -899497514
            iadd
            iadd
            istore 4 /* D */
        59: .line 393
            iload 1 /* A */
            bipush 30
            ishl
            iload 1 /* A */
            iconst_2
            iushr
            ior
            istore 1 /* A */
        60: .line 395
            iload 3 /* C */
            iload 4 /* D */
            iconst_5
            ishl
            iload 4 /* D */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 5 /* E */
            iload 1 /* A */
            iload 2 /* B */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -899497514
            iadd
            iadd
            istore 3 /* C */
        61: .line 396
            iload 5 /* E */
            bipush 30
            ishl
            iload 5 /* E */
            iconst_2
            iushr
            ior
            istore 5 /* E */
        62: .line 398
            iload 2 /* B */
            iload 3 /* C */
            iconst_5
            ishl
            iload 3 /* C */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 4 /* D */
            iload 5 /* E */
            iload 1 /* A */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -899497514
            iadd
            iadd
            istore 2 /* B */
        63: .line 399
            iload 4 /* D */
            bipush 30
            ishl
            iload 4 /* D */
            iconst_2
            iushr
            ior
            istore 4 /* D */
        64: .line 401
            iload 1 /* A */
            iload 2 /* B */
            iconst_5
            ishl
            iload 2 /* B */
            bipush 27
            iushr
            ior
            aload 0 /* this */
            iload 3 /* C */
            iload 4 /* D */
            iload 5 /* E */
            invokevirtual org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.h:(III)I
            iadd
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 6 /* idx */
            iinc 6 /* idx */ 1
            iaload
            iadd
            ldc -899497514
            iadd
            iadd
            istore 1 /* A */
        65: .line 402
            iload 3 /* C */
            bipush 30
            ishl
            iload 3 /* C */
            iconst_2
            iushr
            ior
            istore 3 /* C */
        66: .line 385
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        67: iload 7 /* j */
            iconst_3
            if_icmple 56
        end local 7 // int j
        68: .line 406
            aload 0 /* this */
            dup
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H1:I
            iload 1 /* A */
            iadd
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H1:I
        69: .line 407
            aload 0 /* this */
            dup
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H2:I
            iload 2 /* B */
            iadd
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H2:I
        70: .line 408
            aload 0 /* this */
            dup
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H3:I
            iload 3 /* C */
            iadd
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H3:I
        71: .line 409
            aload 0 /* this */
            dup
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H4:I
            iload 4 /* D */
            iadd
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H4:I
        72: .line 410
            aload 0 /* this */
            dup
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H5:I
            iload 5 /* E */
            iadd
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.H5:I
        73: .line 415
            aload 0 /* this */
            iconst_0
            putfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.xOff:I
        74: .line 416
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        75: goto 78
        76: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest.X:[I
            iload 7 /* i */
            iconst_0
            iastore
        77: .line 416
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        78: iload 7 /* i */
            bipush 16
            if_icmplt 76
        end local 7 // int i
        79: .line 420
            return
        end local 6 // int idx
        end local 5 // int E
        end local 4 // int D
        end local 3 // int C
        end local 2 // int B
        end local 1 // int A
        end local 0 // org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   80     0  this  Lorg/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest;
            1    6     1     i  I
            3    4     2     t  I
            7   80     1     A  I
            8   80     2     B  I
            9   80     3     C  I
           10   80     4     D  I
           11   80     5     E  I
           12   80     6   idx  I
           13   26     7     j  I
           27   40     7     j  I
           41   54     7     j  I
           55   68     7     j  I
           75   79     7     i  I
}
SourceFile: "MSOutlookKeyIdCalculator.java"
NestHost: org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator
InnerClasses:
  private abstract GeneralDigest = org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$GeneralDigest of org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator
  private SHA1Digest = org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator$SHA1Digest of org.bouncycastle.cert.selector.MSOutlookKeyIdCalculator