final class sun.security.ssl.HandshakeHash$S30HandshakeHash implements sun.security.ssl.HandshakeHash$TranscriptHash
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.HandshakeHash$S30HandshakeHash
  super_class: java.lang.Object
{
  static final byte[] MD5_pad1;
    descriptor: [B
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final byte[] MD5_pad2;
    descriptor: [B
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final byte[] SHA_pad1;
    descriptor: [B
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final byte[] SHA_pad2;
    descriptor: [B
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static final byte[] SSL_CLIENT;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] SSL_SERVER;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.security.MessageDigest mdMD5;
    descriptor: Ljava/security/MessageDigest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.security.MessageDigest mdSHA;
    descriptor: Ljava/security/MessageDigest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.security.ssl.HandshakeHash$TranscriptHash md5;
    descriptor: Lsun/security/ssl/HandshakeHash$TranscriptHash;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.security.ssl.HandshakeHash$TranscriptHash sha;
    descriptor: Lsun/security/ssl/HandshakeHash$TranscriptHash;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.ByteArrayOutputStream baos;
    descriptor: Ljava/io/ByteArrayOutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 257
            bipush 54
            bipush 48
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.genPad:(II)[B
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.MD5_pad1:[B
         1: .line 258
            bipush 92
            bipush 48
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.genPad:(II)[B
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.MD5_pad2:[B
         2: .line 260
            bipush 54
            bipush 40
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.genPad:(II)[B
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad1:[B
         3: .line 261
            bipush 92
            bipush 40
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.genPad:(II)[B
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad2:[B
         4: .line 263
            iconst_4
            newarray 8
            dup
            iconst_0
            bipush 67
            bastore
            dup
            iconst_1
            bipush 76
            bastore
            dup
            iconst_2
            bipush 78
            bastore
            dup
            iconst_3
            bipush 84
            bastore
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SSL_CLIENT:[B
         5: .line 264
            iconst_4
            newarray 8
            dup
            iconst_0
            bipush 83
            bastore
            dup
            iconst_1
            bipush 82
            bastore
            dup
            iconst_2
            bipush 86
            bastore
            dup
            iconst_3
            bipush 82
            bastore
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SSL_SERVER:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.security.ssl.CipherSuite);
    descriptor: (Lsun/security/ssl/CipherSuite;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
        start local 1 // sun.security.ssl.CipherSuite cipherSuite
         0: .line 272
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 274
            aload 0 /* this */
            ldc "MD5"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdMD5:Ljava/security/MessageDigest;
         2: .line 275
            aload 0 /* this */
            ldc "SHA"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdSHA:Ljava/security/MessageDigest;
         3: .line 276
            goto 8
      StackMap locals: sun.security.ssl.HandshakeHash$S30HandshakeHash sun.security.ssl.CipherSuite
      StackMap stack: java.security.NoSuchAlgorithmException
         4: astore 2 /* nsae */
        start local 2 // java.security.NoSuchAlgorithmException nsae
         5: .line 277
            new java.lang.RuntimeException
            dup
         6: .line 278
            ldc "Hash algorithm MD5 or SHA is not available"
            aload 2 /* nsae */
         7: .line 277
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.security.NoSuchAlgorithmException nsae
         8: .line 281
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* hasArchived */
        start local 2 // boolean hasArchived
         9: .line 282
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdMD5:Ljava/security/MessageDigest;
            instanceof java.lang.Cloneable
            ifeq 12
        10: .line 283
            aload 0 /* this */
            new sun.security.ssl.HandshakeHash$CloneableHash
            dup
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdMD5:Ljava/security/MessageDigest;
            invokespecial sun.security.ssl.HandshakeHash$CloneableHash.<init>:(Ljava/security/MessageDigest;)V
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.md5:Lsun/security/ssl/HandshakeHash$TranscriptHash;
        11: .line 284
            goto 14
        12: .line 285
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 2 /* hasArchived */
        13: .line 286
            aload 0 /* this */
            new sun.security.ssl.HandshakeHash$NonCloneableHash
            dup
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdMD5:Ljava/security/MessageDigest;
            invokespecial sun.security.ssl.HandshakeHash$NonCloneableHash.<init>:(Ljava/security/MessageDigest;)V
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.md5:Lsun/security/ssl/HandshakeHash$TranscriptHash;
        14: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdSHA:Ljava/security/MessageDigest;
            instanceof java.lang.Cloneable
            ifeq 17
        15: .line 289
            aload 0 /* this */
            new sun.security.ssl.HandshakeHash$CloneableHash
            dup
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdSHA:Ljava/security/MessageDigest;
            invokespecial sun.security.ssl.HandshakeHash$CloneableHash.<init>:(Ljava/security/MessageDigest;)V
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.sha:Lsun/security/ssl/HandshakeHash$TranscriptHash;
        16: .line 290
            goto 19
        17: .line 291
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* hasArchived */
        18: .line 292
            aload 0 /* this */
            new sun.security.ssl.HandshakeHash$NonCloneableHash
            dup
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdSHA:Ljava/security/MessageDigest;
            invokespecial sun.security.ssl.HandshakeHash$NonCloneableHash.<init>:(Ljava/security/MessageDigest;)V
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.sha:Lsun/security/ssl/HandshakeHash$TranscriptHash;
        19: .line 295
      StackMap locals:
      StackMap stack:
            iload 2 /* hasArchived */
            ifeq 22
        20: .line 296
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
        21: .line 297
            goto 23
        22: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
        23: .line 300
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean hasArchived
        end local 1 // sun.security.ssl.CipherSuite cipherSuite
        end local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   24     0         this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            0   24     1  cipherSuite  Lsun/security/ssl/CipherSuite;
            5    8     2         nsae  Ljava/security/NoSuchAlgorithmException;
            9   24     2  hasArchived  Z
      Exception table:
        from    to  target  type
           1     3       4  Class java.security.NoSuchAlgorithmException
    MethodParameters:
             Name  Flags
      cipherSuite  

  public void update(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
        start local 1 // byte[] input
        start local 2 // int offset
        start local 3 // int length
         0: .line 304
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.md5:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            aload 1 /* input */
            iload 2 /* offset */
            iload 3 /* length */
            invokeinterface sun.security.ssl.HandshakeHash$TranscriptHash.update:([BII)V
         1: .line 305
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.sha:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            aload 1 /* input */
            iload 2 /* offset */
            iload 3 /* length */
            invokeinterface sun.security.ssl.HandshakeHash$TranscriptHash.update:([BII)V
         2: .line 306
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
            ifnull 4
         3: .line 307
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
            aload 1 /* input */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual java.io.ByteArrayOutputStream.write:([BII)V
         4: .line 309
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] input
        end local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            0    5     1   input  [B
            0    5     2  offset  I
            0    5     3  length  I
    MethodParameters:
        Name  Flags
      input   
      offset  
      length  

  public byte[] digest();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
         0: .line 313
            bipush 36
            newarray 8
            astore 1 /* digest */
        start local 1 // byte[] digest
         1: .line 314
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.md5:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            invokeinterface sun.security.ssl.HandshakeHash$TranscriptHash.digest:()[B
            iconst_0
            aload 1 /* digest */
            iconst_0
            bipush 16
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 315
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.sha:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            invokeinterface sun.security.ssl.HandshakeHash$TranscriptHash.digest:()[B
            iconst_0
            aload 1 /* digest */
            bipush 16
            bipush 20
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 317
            aload 1 /* digest */
            areturn
        end local 1 // byte[] digest
        end local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            1    4     1  digest  [B

  public byte[] archived();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
         0: .line 322
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
            ifnull 2
         1: .line 323
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            areturn
         2: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.md5:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            instanceof sun.security.ssl.HandshakeHash$NonCloneableHash
            ifeq 4
         3: .line 325
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.md5:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            invokeinterface sun.security.ssl.HandshakeHash$TranscriptHash.archived:()[B
            areturn
         4: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.sha:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            invokeinterface sun.security.ssl.HandshakeHash$TranscriptHash.archived:()[B
            areturn
        end local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;

  byte[] digest(boolean, javax.crypto.SecretKey);
    descriptor: (ZLjavax/crypto/SecretKey;)[B
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
        start local 1 // boolean useClientLabel
        start local 2 // javax.crypto.SecretKey masterSecret
         0: .line 332
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeHash$S30HandshakeHash.cloneMd5:()Ljava/security/MessageDigest;
            astore 3 /* md5Clone */
        start local 3 // java.security.MessageDigest md5Clone
         1: .line 333
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeHash$S30HandshakeHash.cloneSha:()Ljava/security/MessageDigest;
            astore 4 /* shaClone */
        start local 4 // java.security.MessageDigest shaClone
         2: .line 335
            iload 1 /* useClientLabel */
            ifeq 6
         3: .line 336
            aload 3 /* md5Clone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SSL_CLIENT:[B
            invokevirtual java.security.MessageDigest.update:([B)V
         4: .line 337
            aload 4 /* shaClone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SSL_CLIENT:[B
            invokevirtual java.security.MessageDigest.update:([B)V
         5: .line 338
            goto 8
         6: .line 339
      StackMap locals: java.security.MessageDigest java.security.MessageDigest
      StackMap stack:
            aload 3 /* md5Clone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SSL_SERVER:[B
            invokevirtual java.security.MessageDigest.update:([B)V
         7: .line 340
            aload 4 /* shaClone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SSL_SERVER:[B
            invokevirtual java.security.MessageDigest.update:([B)V
         8: .line 343
      StackMap locals:
      StackMap stack:
            aload 3 /* md5Clone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.MD5_pad1:[B
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.MD5_pad2:[B
            aload 2 /* masterSecret */
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.updateDigest:(Ljava/security/MessageDigest;[B[BLjavax/crypto/SecretKey;)V
         9: .line 344
            aload 4 /* shaClone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad1:[B
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad2:[B
            aload 2 /* masterSecret */
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.updateDigest:(Ljava/security/MessageDigest;[B[BLjavax/crypto/SecretKey;)V
        10: .line 346
            bipush 36
            newarray 8
            astore 5 /* digest */
        start local 5 // byte[] digest
        11: .line 347
            aload 3 /* md5Clone */
            invokevirtual java.security.MessageDigest.digest:()[B
            iconst_0
            aload 5 /* digest */
            iconst_0
            bipush 16
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 348
            aload 4 /* shaClone */
            invokevirtual java.security.MessageDigest.digest:()[B
            iconst_0
            aload 5 /* digest */
            bipush 16
            bipush 20
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 350
            aload 5 /* digest */
            areturn
        end local 5 // byte[] digest
        end local 4 // java.security.MessageDigest shaClone
        end local 3 // java.security.MessageDigest md5Clone
        end local 2 // javax.crypto.SecretKey masterSecret
        end local 1 // boolean useClientLabel
        end local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            0   14     1  useClientLabel  Z
            0   14     2    masterSecret  Ljavax/crypto/SecretKey;
            1   14     3        md5Clone  Ljava/security/MessageDigest;
            2   14     4        shaClone  Ljava/security/MessageDigest;
           11   14     5          digest  [B
    MethodParameters:
                Name  Flags
      useClientLabel  
      masterSecret    

  byte[] digest(java.lang.String, javax.crypto.SecretKey);
    descriptor: (Ljava/lang/String;Ljavax/crypto/SecretKey;)[B
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
        start local 1 // java.lang.String algorithm
        start local 2 // javax.crypto.SecretKey masterSecret
         0: .line 354
            ldc "RSA"
            aload 1 /* algorithm */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 9
         1: .line 355
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeHash$S30HandshakeHash.cloneMd5:()Ljava/security/MessageDigest;
            astore 3 /* md5Clone */
        start local 3 // java.security.MessageDigest md5Clone
         2: .line 356
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeHash$S30HandshakeHash.cloneSha:()Ljava/security/MessageDigest;
            astore 4 /* shaClone */
        start local 4 // java.security.MessageDigest shaClone
         3: .line 357
            aload 3 /* md5Clone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.MD5_pad1:[B
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.MD5_pad2:[B
            aload 2 /* masterSecret */
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.updateDigest:(Ljava/security/MessageDigest;[B[BLjavax/crypto/SecretKey;)V
         4: .line 358
            aload 4 /* shaClone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad1:[B
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad2:[B
            aload 2 /* masterSecret */
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.updateDigest:(Ljava/security/MessageDigest;[B[BLjavax/crypto/SecretKey;)V
         5: .line 360
            bipush 36
            newarray 8
            astore 5 /* digest */
        start local 5 // byte[] digest
         6: .line 361
            aload 3 /* md5Clone */
            invokevirtual java.security.MessageDigest.digest:()[B
            iconst_0
            aload 5 /* digest */
            iconst_0
            bipush 16
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 362
            aload 4 /* shaClone */
            invokevirtual java.security.MessageDigest.digest:()[B
            iconst_0
            aload 5 /* digest */
            bipush 16
            bipush 20
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 364
            aload 5 /* digest */
            areturn
        end local 5 // byte[] digest
        end local 4 // java.security.MessageDigest shaClone
        end local 3 // java.security.MessageDigest md5Clone
         9: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.HandshakeHash$S30HandshakeHash.cloneSha:()Ljava/security/MessageDigest;
            astore 3 /* shaClone */
        start local 3 // java.security.MessageDigest shaClone
        10: .line 367
            aload 3 /* shaClone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad1:[B
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad2:[B
            aload 2 /* masterSecret */
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.updateDigest:(Ljava/security/MessageDigest;[B[BLjavax/crypto/SecretKey;)V
        11: .line 368
            aload 3 /* shaClone */
            invokevirtual java.security.MessageDigest.digest:()[B
            areturn
        end local 3 // java.security.MessageDigest shaClone
        end local 2 // javax.crypto.SecretKey masterSecret
        end local 1 // java.lang.String algorithm
        end local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            0   12     1     algorithm  Ljava/lang/String;
            0   12     2  masterSecret  Ljavax/crypto/SecretKey;
            2    9     3      md5Clone  Ljava/security/MessageDigest;
            3    9     4      shaClone  Ljava/security/MessageDigest;
            6    9     5        digest  [B
           10   12     3      shaClone  Ljava/security/MessageDigest;
    MethodParameters:
              Name  Flags
      algorithm     
      masterSecret  

  private static byte[] genPad(int, int);
    descriptor: (II)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // int b
        start local 1 // int count
         0: .line 373
            iload 1 /* count */
            newarray 8
            astore 2 /* padding */
        start local 2 // byte[] padding
         1: .line 374
            aload 2 /* padding */
            iload 0 /* b */
            i2b
            invokestatic java.util.Arrays.fill:([BB)V
         2: .line 375
            aload 2 /* padding */
            areturn
        end local 2 // byte[] padding
        end local 1 // int count
        end local 0 // int b
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0        b  I
            0    3     1    count  I
            1    3     2  padding  [B
    MethodParameters:
       Name  Flags
      b      
      count  

  private java.security.MessageDigest cloneMd5();
    descriptor: ()Ljava/security/MessageDigest;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
         0: .line 380
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdMD5:Ljava/security/MessageDigest;
            instanceof java.lang.Cloneable
            ifeq 7
         1: .line 382
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdMD5:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.clone:()Ljava/lang/Object;
            checkcast java.security.MessageDigest
            astore 1 /* md5Clone */
        start local 1 // java.security.MessageDigest md5Clone
         2: .line 383
            goto 14
        end local 1 // java.security.MessageDigest md5Clone
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
         3: pop
         4: .line 384
            new java.lang.RuntimeException
            dup
         5: .line 385
            ldc "MessageDigest does no support clone operation"
         6: .line 384
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 389
      StackMap locals:
      StackMap stack:
            ldc "MD5"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 1 /* md5Clone */
        start local 1 // java.security.MessageDigest md5Clone
         8: .line 390
            goto 13
        end local 1 // java.security.MessageDigest md5Clone
      StackMap locals:
      StackMap stack: java.security.NoSuchAlgorithmException
         9: astore 2 /* nsae */
        start local 2 // java.security.NoSuchAlgorithmException nsae
        10: .line 391
            new java.lang.RuntimeException
            dup
        11: .line 392
            ldc "Hash algorithm MD5 is not available"
            aload 2 /* nsae */
        12: .line 391
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.security.NoSuchAlgorithmException nsae
        start local 1 // java.security.MessageDigest md5Clone
        13: .line 394
      StackMap locals: java.security.MessageDigest
      StackMap stack:
            aload 1 /* md5Clone */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.md5:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            invokeinterface sun.security.ssl.HandshakeHash$TranscriptHash.archived:()[B
            invokevirtual java.security.MessageDigest.update:([B)V
        14: .line 397
      StackMap locals:
      StackMap stack:
            aload 1 /* md5Clone */
            areturn
        end local 1 // java.security.MessageDigest md5Clone
        end local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            2    3     1  md5Clone  Ljava/security/MessageDigest;
            8    9     1  md5Clone  Ljava/security/MessageDigest;
           13   15     1  md5Clone  Ljava/security/MessageDigest;
           10   13     2      nsae  Ljava/security/NoSuchAlgorithmException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.CloneNotSupportedException
           7     8       9  Class java.security.NoSuchAlgorithmException

  private java.security.MessageDigest cloneSha();
    descriptor: ()Ljava/security/MessageDigest;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
         0: .line 402
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdSHA:Ljava/security/MessageDigest;
            instanceof java.lang.Cloneable
            ifeq 7
         1: .line 404
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdSHA:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.clone:()Ljava/lang/Object;
            checkcast java.security.MessageDigest
            astore 1 /* shaClone */
        start local 1 // java.security.MessageDigest shaClone
         2: .line 405
            goto 14
        end local 1 // java.security.MessageDigest shaClone
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
         3: pop
         4: .line 406
            new java.lang.RuntimeException
            dup
         5: .line 407
            ldc "MessageDigest does no support clone operation"
         6: .line 406
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 411
      StackMap locals:
      StackMap stack:
            ldc "SHA"
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 1 /* shaClone */
        start local 1 // java.security.MessageDigest shaClone
         8: .line 412
            goto 13
        end local 1 // java.security.MessageDigest shaClone
      StackMap locals:
      StackMap stack: java.security.NoSuchAlgorithmException
         9: astore 2 /* nsae */
        start local 2 // java.security.NoSuchAlgorithmException nsae
        10: .line 413
            new java.lang.RuntimeException
            dup
        11: .line 414
            ldc "Hash algorithm SHA is not available"
            aload 2 /* nsae */
        12: .line 413
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.security.NoSuchAlgorithmException nsae
        start local 1 // java.security.MessageDigest shaClone
        13: .line 416
      StackMap locals: java.security.MessageDigest
      StackMap stack:
            aload 1 /* shaClone */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.sha:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            invokeinterface sun.security.ssl.HandshakeHash$TranscriptHash.archived:()[B
            invokevirtual java.security.MessageDigest.update:([B)V
        14: .line 419
      StackMap locals:
      StackMap stack:
            aload 1 /* shaClone */
            areturn
        end local 1 // java.security.MessageDigest shaClone
        end local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            2    3     1  shaClone  Ljava/security/MessageDigest;
            8    9     1  shaClone  Ljava/security/MessageDigest;
           13   15     1  shaClone  Ljava/security/MessageDigest;
           10   13     2      nsae  Ljava/security/NoSuchAlgorithmException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.CloneNotSupportedException
           7     8       9  Class java.security.NoSuchAlgorithmException

  private static void updateDigest(java.security.MessageDigest, byte[], byte[], javax.crypto.SecretKey);
    descriptor: (Ljava/security/MessageDigest;[B[BLjavax/crypto/SecretKey;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // java.security.MessageDigest md
        start local 1 // byte[] pad1
        start local 2 // byte[] pad2
        start local 3 // javax.crypto.SecretKey masterSecret
         0: .line 424
            ldc "RAW"
            aload 3 /* masterSecret */
            invokeinterface javax.crypto.SecretKey.getFormat:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 425
            aload 3 /* masterSecret */
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
         3: .line 424
      StackMap locals:
      StackMap stack: byte[]
            astore 4 /* keyBytes */
        start local 4 // byte[] keyBytes
         4: .line 426
            aload 4 /* keyBytes */
            ifnull 7
         5: .line 427
            aload 0 /* md */
            aload 4 /* keyBytes */
            invokevirtual java.security.MessageDigest.update:([B)V
         6: .line 428
            goto 8
         7: .line 429
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* md */
            aload 3 /* masterSecret */
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.digestKey:(Ljava/security/MessageDigest;Ljavax/crypto/SecretKey;)V
         8: .line 431
      StackMap locals:
      StackMap stack:
            aload 0 /* md */
            aload 1 /* pad1 */
            invokevirtual java.security.MessageDigest.update:([B)V
         9: .line 432
            aload 0 /* md */
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 5 /* temp */
        start local 5 // byte[] temp
        10: .line 434
            aload 4 /* keyBytes */
            ifnull 13
        11: .line 435
            aload 0 /* md */
            aload 4 /* keyBytes */
            invokevirtual java.security.MessageDigest.update:([B)V
        12: .line 436
            goto 14
        13: .line 437
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* md */
            aload 3 /* masterSecret */
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.digestKey:(Ljava/security/MessageDigest;Ljavax/crypto/SecretKey;)V
        14: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* md */
            aload 2 /* pad2 */
            invokevirtual java.security.MessageDigest.update:([B)V
        15: .line 440
            aload 0 /* md */
            aload 5 /* temp */
            invokevirtual java.security.MessageDigest.update:([B)V
        16: .line 441
            return
        end local 5 // byte[] temp
        end local 4 // byte[] keyBytes
        end local 3 // javax.crypto.SecretKey masterSecret
        end local 2 // byte[] pad2
        end local 1 // byte[] pad1
        end local 0 // java.security.MessageDigest md
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0            md  Ljava/security/MessageDigest;
            0   17     1          pad1  [B
            0   17     2          pad2  [B
            0   17     3  masterSecret  Ljavax/crypto/SecretKey;
            4   17     4      keyBytes  [B
           10   17     5          temp  [B
    MethodParameters:
              Name  Flags
      md            
      pad1          
      pad2          
      masterSecret  

  private static void digestKey(java.security.MessageDigest, javax.crypto.SecretKey);
    descriptor: (Ljava/security/MessageDigest;Ljavax/crypto/SecretKey;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.security.MessageDigest md
        start local 1 // javax.crypto.SecretKey key
         0: .line 445
            aload 0 /* md */
            instanceof sun.security.util.MessageDigestSpi2
            ifeq 3
         1: .line 446
            aload 0 /* md */
            checkcast sun.security.util.MessageDigestSpi2
            aload 1 /* key */
            invokeinterface sun.security.util.MessageDigestSpi2.engineUpdate:(Ljavax/crypto/SecretKey;)V
         2: .line 447
            goto 11
         3: .line 448
      StackMap locals:
      StackMap stack:
            new java.lang.Exception
            dup
         4: .line 449
            ldc "Digest does not support implUpdate(SecretKey)"
         5: .line 448
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 451
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         7: .line 452
            new java.lang.RuntimeException
            dup
         8: .line 453
            ldc "Could not obtain encoded key and MessageDigest cannot digest key"
         9: .line 454
            aload 2 /* e */
        10: .line 452
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        11: .line 456
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.crypto.SecretKey key
        end local 0 // java.security.MessageDigest md
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0    md  Ljava/security/MessageDigest;
            0   12     1   key  Ljavax/crypto/SecretKey;
            7   11     2     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     6       6  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      md    
      key   
}
SourceFile: "HandshakeHash.java"
NestHost: sun.security.ssl.HandshakeHash
InnerClasses:
  final CloneableHash = sun.security.ssl.HandshakeHash$CloneableHash of sun.security.ssl.HandshakeHash
  final NonCloneableHash = sun.security.ssl.HandshakeHash$NonCloneableHash of sun.security.ssl.HandshakeHash
  final S30HandshakeHash = sun.security.ssl.HandshakeHash$S30HandshakeHash of sun.security.ssl.HandshakeHash
  abstract TranscriptHash = sun.security.ssl.HandshakeHash$TranscriptHash of sun.security.ssl.HandshakeHash