final class sun.security.ssl.HandshakeHash$T13HandshakeHash 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$T13HandshakeHash
  super_class: java.lang.Object
{
  private final sun.security.ssl.HandshakeHash$TranscriptHash transcriptHash;
    descriptor: Lsun/security/ssl/HandshakeHash$TranscriptHash;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(sun.security.ssl.CipherSuite);
    descriptor: (Lsun/security/ssl/CipherSuite;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.security.ssl.HandshakeHash$T13HandshakeHash this
        start local 1 // sun.security.ssl.CipherSuite cipherSuite
         0: .line 584
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 587
            aload 1 /* cipherSuite */
            getfield sun.security.ssl.CipherSuite.hashAlg:Lsun/security/ssl/CipherSuite$HashAlg;
            getfield sun.security.ssl.CipherSuite$HashAlg.name:Ljava/lang/String;
            invokestatic java.security.MessageDigest.getInstance:(Ljava/lang/String;)Ljava/security/MessageDigest;
            astore 2 /* md */
        start local 2 // java.security.MessageDigest md
         2: .line 588
            goto 10
        end local 2 // java.security.MessageDigest md
      StackMap locals: sun.security.ssl.HandshakeHash$T13HandshakeHash sun.security.ssl.CipherSuite
      StackMap stack: java.security.NoSuchAlgorithmException
         3: astore 3 /* nsae */
        start local 3 // java.security.NoSuchAlgorithmException nsae
         4: .line 589
            new java.lang.RuntimeException
            dup
         5: .line 590
            new java.lang.StringBuilder
            dup
            ldc "Hash algorithm "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 591
            aload 1 /* cipherSuite */
            getfield sun.security.ssl.CipherSuite.hashAlg:Lsun/security/ssl/CipherSuite$HashAlg;
            getfield sun.security.ssl.CipherSuite$HashAlg.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " is not available"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         7: .line 590
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 591
            aload 3 /* nsae */
         9: .line 589
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.security.NoSuchAlgorithmException nsae
        start local 2 // java.security.MessageDigest md
        10: .line 594
      StackMap locals: java.security.MessageDigest
      StackMap stack:
            aload 2 /* md */
            instanceof java.lang.Cloneable
            ifeq 13
        11: .line 595
            aload 0 /* this */
            new sun.security.ssl.HandshakeHash$CloneableHash
            dup
            aload 2 /* md */
            invokespecial sun.security.ssl.HandshakeHash$CloneableHash.<init>:(Ljava/security/MessageDigest;)V
            putfield sun.security.ssl.HandshakeHash$T13HandshakeHash.transcriptHash:Lsun/security/ssl/HandshakeHash$TranscriptHash;
        12: .line 596
            goto 14
        13: .line 597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.security.ssl.HandshakeHash$NonCloneableHash
            dup
            aload 2 /* md */
            invokespecial sun.security.ssl.HandshakeHash$NonCloneableHash.<init>:(Ljava/security/MessageDigest;)V
            putfield sun.security.ssl.HandshakeHash$T13HandshakeHash.transcriptHash:Lsun/security/ssl/HandshakeHash$TranscriptHash;
        14: .line 599
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.security.MessageDigest md
        end local 1 // sun.security.ssl.CipherSuite cipherSuite
        end local 0 // sun.security.ssl.HandshakeHash$T13HandshakeHash this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lsun/security/ssl/HandshakeHash$T13HandshakeHash;
            0   15     1  cipherSuite  Lsun/security/ssl/CipherSuite;
            2    3     2           md  Ljava/security/MessageDigest;
           10   15     2           md  Ljava/security/MessageDigest;
            4   10     3         nsae  Ljava/security/NoSuchAlgorithmException;
      Exception table:
        from    to  target  type
           1     2       3  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$T13HandshakeHash this
        start local 1 // byte[] input
        start local 2 // int offset
        start local 3 // int length
         0: .line 603
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$T13HandshakeHash.transcriptHash: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 604
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] input
        end local 0 // sun.security.ssl.HandshakeHash$T13HandshakeHash this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/security/ssl/HandshakeHash$T13HandshakeHash;
            0    2     1   input  [B
            0    2     2  offset  I
            0    2     3  length  I
    MethodParameters:
        Name  Flags
      input   
      offset  
      length  

  public byte[] digest();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeHash$T13HandshakeHash this
         0: .line 608
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeHash$T13HandshakeHash.transcriptHash:Lsun/security/ssl/HandshakeHash$TranscriptHash;
            invokeinterface sun.security.ssl.HandshakeHash$TranscriptHash.digest:()[B
            areturn
        end local 0 // sun.security.ssl.HandshakeHash$T13HandshakeHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeHash$T13HandshakeHash;

  public byte[] archived();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeHash$T13HandshakeHash this
         0: .line 614
            new java.lang.UnsupportedOperationException
            dup
         1: .line 615
            ldc "TLS 1.3 does not require archived."
         2: .line 614
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.security.ssl.HandshakeHash$T13HandshakeHash this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/HandshakeHash$T13HandshakeHash;
}
SourceFile: "HandshakeHash.java"
NestHost: sun.security.ssl.HandshakeHash
InnerClasses:
  final HashAlg = sun.security.ssl.CipherSuite$HashAlg of sun.security.ssl.CipherSuite
  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 T13HandshakeHash = sun.security.ssl.HandshakeHash$T13HandshakeHash of sun.security.ssl.HandshakeHash
  abstract TranscriptHash = sun.security.ssl.HandshakeHash$TranscriptHash of sun.security.ssl.HandshakeHash