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 256
            bipush 54
            bipush 48
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.genPad:(II)[B
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.MD5_pad1:[B
         1: .line 257
            bipush 92
            bipush 48
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.genPad:(II)[B
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.MD5_pad2:[B
         2: .line 259
            bipush 54
            bipush 40
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.genPad:(II)[B
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad1:[B
         3: .line 260
            bipush 92
            bipush 40
            invokestatic sun.security.ssl.HandshakeHash$S30HandshakeHash.genPad:(II)[B
            putstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SHA_pad2:[B
         4: .line 262
            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 263
            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 271
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 272
            aload 0 /* this */
            ldc "MD5"
            invokestatic sun.security.ssl.JsseJce.getMessageDigest:(Ljava/lang/String;)Ljava/security/MessageDigest;
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdMD5:Ljava/security/MessageDigest;
         2: .line 273
            aload 0 /* this */
            ldc "SHA"
            invokestatic sun.security.ssl.JsseJce.getMessageDigest:(Ljava/lang/String;)Ljava/security/MessageDigest;
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdSHA:Ljava/security/MessageDigest;
         3: .line 275
            iconst_0
            istore 2 /* hasArchived */
        start local 2 // boolean hasArchived
         4: .line 276
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdMD5:Ljava/security/MessageDigest;
            instanceof java.lang.Cloneable
            ifeq 7
         5: .line 277
            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;
         6: .line 278
            goto 9
         7: .line 279
      StackMap locals: sun.security.ssl.HandshakeHash$S30HandshakeHash sun.security.ssl.CipherSuite int
      StackMap stack:
            iconst_1
            istore 2 /* hasArchived */
         8: .line 280
            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;
         9: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdSHA: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.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;
        11: .line 284
            goto 14
        12: .line 285
      StackMap locals:
      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.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;
        14: .line 289
      StackMap locals:
      StackMap stack:
            iload 2 /* hasArchived */
            ifeq 17
        15: .line 290
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
        16: .line 291
            goto 18
        17: .line 292
      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;
        18: .line 294
      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   19     0         this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            0   19     1  cipherSuite  Lsun/security/ssl/CipherSuite;
            4   19     2  hasArchived  Z
    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 298
            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 299
            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 300
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
            ifnull 4
         3: .line 301
            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 303
      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 307
            bipush 36
            newarray 8
            astore 1 /* digest */
        start local 1 // byte[] digest
         1: .line 308
            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 309
            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 311
            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 316
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
            ifnull 2
         1: .line 317
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.baos:Ljava/io/ByteArrayOutputStream;
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            areturn
         2: .line 318
      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 319
            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 321
      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 326
            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 327
            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 329
            iload 1 /* useClientLabel */
            ifeq 6
         3: .line 330
            aload 3 /* md5Clone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SSL_CLIENT:[B
            invokevirtual java.security.MessageDigest.update:([B)V
         4: .line 331
            aload 4 /* shaClone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SSL_CLIENT:[B
            invokevirtual java.security.MessageDigest.update:([B)V
         5: .line 332
            goto 8
         6: .line 333
      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 334
            aload 4 /* shaClone */
            getstatic sun.security.ssl.HandshakeHash$S30HandshakeHash.SSL_SERVER:[B
            invokevirtual java.security.MessageDigest.update:([B)V
         8: .line 337
      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 338
            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 340
            bipush 36
            newarray 8
            astore 5 /* digest */
        start local 5 // byte[] digest
        11: .line 341
            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 342
            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 344
            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 348
            ldc "RSA"
            aload 1 /* algorithm */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 9
         1: .line 349
            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 350
            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 351
            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 352
            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 354
            bipush 36
            newarray 8
            astore 5 /* digest */
        start local 5 // byte[] digest
         6: .line 355
            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 356
            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 358
            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 360
      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 361
            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 362
            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 367
            iload 1 /* count */
            newarray 8
            astore 2 /* padding */
        start local 2 // byte[] padding
         1: .line 368
            aload 2 /* padding */
            iload 0 /* b */
            i2b
            invokestatic java.util.Arrays.fill:([BB)V
         2: .line 369
            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=3, locals=2, args_size=1
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
         0: .line 374
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdMD5:Ljava/security/MessageDigest;
            instanceof java.lang.Cloneable
            ifeq 7
         1: .line 376
            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 377
            goto 9
        end local 1 // java.security.MessageDigest md5Clone
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
         3: pop
         4: .line 378
            new java.lang.RuntimeException
            dup
         5: .line 379
            ldc "MessageDigest does no support clone operation"
         6: .line 378
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 382
      StackMap locals:
      StackMap stack:
            ldc "MD5"
            invokestatic sun.security.ssl.JsseJce.getMessageDigest:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 1 /* md5Clone */
        start local 1 // java.security.MessageDigest md5Clone
         8: .line 383
            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
         9: .line 386
      StackMap locals: java.security.MessageDigest
      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   10     0      this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            2    3     1  md5Clone  Ljava/security/MessageDigest;
            8   10     1  md5Clone  Ljava/security/MessageDigest;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.CloneNotSupportedException

  private java.security.MessageDigest cloneSha();
    descriptor: ()Ljava/security/MessageDigest;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.ssl.HandshakeHash$S30HandshakeHash this
         0: .line 391
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$S30HandshakeHash.mdSHA:Ljava/security/MessageDigest;
            instanceof java.lang.Cloneable
            ifeq 7
         1: .line 393
            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 394
            goto 9
        end local 1 // java.security.MessageDigest shaClone
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
         3: pop
         4: .line 395
            new java.lang.RuntimeException
            dup
         5: .line 396
            ldc "MessageDigest does no support clone operation"
         6: .line 395
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 399
      StackMap locals:
      StackMap stack:
            ldc "SHA"
            invokestatic sun.security.ssl.JsseJce.getMessageDigest:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 1 /* shaClone */
        start local 1 // java.security.MessageDigest shaClone
         8: .line 400
            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
         9: .line 403
      StackMap locals: java.security.MessageDigest
      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   10     0      this  Lsun/security/ssl/HandshakeHash$S30HandshakeHash;
            2    3     1  shaClone  Ljava/security/MessageDigest;
            8   10     1  shaClone  Ljava/security/MessageDigest;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.CloneNotSupportedException

  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 408
            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 409
            aload 3 /* masterSecret */
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
         3: .line 408
      StackMap locals:
      StackMap stack: byte[]
            astore 4 /* keyBytes */
        start local 4 // byte[] keyBytes
         4: .line 410
            aload 4 /* keyBytes */
            ifnull 7
         5: .line 411
            aload 0 /* md */
            aload 4 /* keyBytes */
            invokevirtual java.security.MessageDigest.update:([B)V
         6: .line 412
            goto 8
         7: .line 413
      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 415
      StackMap locals:
      StackMap stack:
            aload 0 /* md */
            aload 1 /* pad1 */
            invokevirtual java.security.MessageDigest.update:([B)V
         9: .line 416
            aload 0 /* md */
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 5 /* temp */
        start local 5 // byte[] temp
        10: .line 418
            aload 4 /* keyBytes */
            ifnull 13
        11: .line 419
            aload 0 /* md */
            aload 4 /* keyBytes */
            invokevirtual java.security.MessageDigest.update:([B)V
        12: .line 420
            goto 14
        13: .line 421
      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 423
      StackMap locals:
      StackMap stack:
            aload 0 /* md */
            aload 2 /* pad2 */
            invokevirtual java.security.MessageDigest.update:([B)V
        15: .line 424
            aload 0 /* md */
            aload 5 /* temp */
            invokevirtual java.security.MessageDigest.update:([B)V
        16: .line 425
            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 429
            aload 0 /* md */
            instanceof sun.security.util.MessageDigestSpi2
            ifeq 3
         1: .line 430
            aload 0 /* md */
            checkcast sun.security.util.MessageDigestSpi2
            aload 1 /* key */
            invokeinterface sun.security.util.MessageDigestSpi2.engineUpdate:(Ljavax/crypto/SecretKey;)V
         2: .line 431
            goto 11
         3: .line 432
      StackMap locals:
      StackMap stack:
            new java.lang.Exception
            dup
         4: .line 433
            ldc "Digest does not support implUpdate(SecretKey)"
         5: .line 432
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 435
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         7: .line 436
            new java.lang.RuntimeException
            dup
         8: .line 437
            ldc "Could not obtain encoded key and MessageDigest cannot digest key"
         9: .line 438
            aload 2 /* e */
        10: .line 436
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        11: .line 440
      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