final class sun.security.ssl.HandshakeMessage$CertificateStatus extends sun.security.ssl.HandshakeMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.HandshakeMessage$CertificateStatus
  super_class: sun.security.ssl.HandshakeMessage
{
  private final sun.security.ssl.StatusRequestType statusType;
    descriptor: Lsun/security/ssl/StatusRequestType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private java.util.List<byte[]> encodedResponses;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<[B>;

  int messageType();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
         0: .line 683
            bipush 22
            ireturn
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeMessage$CertificateStatus;

  void <init>(sun.security.ssl.StatusRequestType, java.security.cert.X509Certificate[], java.util.Map<java.security.cert.X509Certificate, byte[]>);
    descriptor: (Lsun/security/ssl/StatusRequestType;[Ljava/security/cert/X509Certificate;Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
        start local 1 // sun.security.ssl.StatusRequestType type
        start local 2 // java.security.cert.X509Certificate[] chain
        start local 3 // java.util.Map responses
         0: .line 702
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 679
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.messageLength:I
         2: .line 704
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
         3: .line 705
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
         4: .line 706
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 2 /* chain */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
         5: .line 708
            aload 2 /* chain */
            ldc "Null chain not allowed"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         6: .line 709
            aload 3 /* responses */
            ldc "Null responses not allowed"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         7: .line 711
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP:Lsun/security/ssl/StatusRequestType;
            if_acmpne 14
         8: .line 713
            aload 3 /* responses */
            aload 2 /* chain */
            iconst_0
            aaload
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast byte[]
            astore 4 /* respDER */
        start local 4 // byte[] respDER
         9: .line 714
            aload 4 /* respDER */
            ifnull 13
            aload 4 /* respDER */
            arraylength
            ifle 13
        10: .line 715
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            aload 4 /* respDER */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 716
            aload 0 /* this */
            iconst_3
            aload 4 /* respDER */
            arraylength
            iadd
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
        12: .line 717
            goto 30
        13: .line 718
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.StatusRequestType java.security.cert.X509Certificate[] java.util.Map byte[]
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Zero-length or null OCSP Response"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // byte[] respDER
        14: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP_MULTI:Lsun/security/ssl/StatusRequestType;
            if_acmpne 27
        15: .line 722
            aload 2 /* chain */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 25
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.StatusRequestType java.security.cert.X509Certificate[] java.util.Map top int int java.security.cert.X509Certificate[]
      StackMap stack:
        16: aload 7
            iload 5
            aaload
            astore 4 /* cert */
        start local 4 // java.security.cert.X509Certificate cert
        17: .line 723
            aload 3 /* responses */
            aload 4 /* cert */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast byte[]
            astore 8 /* respDER */
        start local 8 // byte[] respDER
        18: .line 724
            aload 8 /* respDER */
            ifnull 22
        19: .line 725
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            aload 8 /* respDER */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        20: .line 726
            aload 0 /* this */
            dup
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
            aload 8 /* respDER */
            arraylength
            iconst_3
            iadd
            iadd
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
        21: .line 727
            goto 24
        22: .line 730
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.StatusRequestType java.security.cert.X509Certificate[] java.util.Map java.security.cert.X509Certificate int int java.security.cert.X509Certificate[] byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            iconst_0
            newarray 8
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 731
            aload 0 /* this */
            dup
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
            iconst_3
            iadd
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
        end local 8 // byte[] respDER
        end local 4 // java.security.cert.X509Certificate cert
        24: .line 722
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.StatusRequestType java.security.cert.X509Certificate[] java.util.Map top int int java.security.cert.X509Certificate[]
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        25: iload 5
            iload 6
            if_icmplt 16
        26: .line 734
            goto 30
        27: .line 735
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.StatusRequestType java.security.cert.X509Certificate[] java.util.Map
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
        28: .line 736
            new java.lang.StringBuilder
            dup
            ldc "Unsupported StatusResponseType: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        29: .line 735
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 738
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.Map responses
        end local 2 // java.security.cert.X509Certificate[] chain
        end local 1 // sun.security.ssl.StatusRequestType type
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   31     0       this  Lsun/security/ssl/HandshakeMessage$CertificateStatus;
            0   31     1       type  Lsun/security/ssl/StatusRequestType;
            0   31     2      chain  [Ljava/security/cert/X509Certificate;
            0   31     3  responses  Ljava/util/Map<Ljava/security/cert/X509Certificate;[B>;
            9   14     4    respDER  [B
           17   24     4       cert  Ljava/security/cert/X509Certificate;
           18   24     8    respDER  [B
    Signature: (Lsun/security/ssl/StatusRequestType;[Ljava/security/cert/X509Certificate;Ljava/util/Map<Ljava/security/cert/X509Certificate;[B>;)V
    MethodParameters:
           Name  Flags
      type       
      chain      
      responses  

  void <init>(sun.security.ssl.HandshakeInStream);
    descriptor: (Lsun/security/ssl/HandshakeInStream;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
        start local 1 // sun.security.ssl.HandshakeInStream input
         0: .line 751
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 679
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.messageLength:I
         2: .line 752
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
         3: .line 753
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
         4: .line 755
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            invokestatic sun.security.ssl.StatusRequestType.get:(I)Lsun/security/ssl/StatusRequestType;
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
         5: .line 756
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP:Lsun/security/ssl/StatusRequestType;
            if_acmpne 12
         6: .line 757
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getBytes24:()[B
            astore 2 /* respDER */
        start local 2 // byte[] respDER
         7: .line 759
            aload 2 /* respDER */
            arraylength
            ifle 11
         8: .line 760
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            aload 2 /* respDER */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 761
            aload 0 /* this */
            iconst_3
            aload 2 /* respDER */
            arraylength
            iadd
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
        10: .line 762
            goto 27
        11: .line 763
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.HandshakeInStream byte[]
      StackMap stack:
            new javax.net.ssl.SSLHandshakeException
            dup
            ldc "Zero-length OCSP Response"
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // byte[] respDER
        12: .line 765
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP_MULTI:Lsun/security/ssl/StatusRequestType;
            if_acmpne 24
        13: .line 766
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt24:()I
            istore 2 /* respListLen */
        start local 2 // int respListLen
        14: .line 767
            aload 0 /* this */
            iload 2 /* respListLen */
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
        15: .line 773
            goto 19
        16: .line 774
      StackMap locals: int
      StackMap stack:
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getBytes24:()[B
            astore 3 /* respDER */
        start local 3 // byte[] respDER
        17: .line 775
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            aload 3 /* respDER */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        18: .line 776
            iload 2 /* respListLen */
            aload 3 /* respDER */
            arraylength
            iconst_3
            iadd
            isub
            istore 2 /* respListLen */
        end local 3 // byte[] respDER
        19: .line 773
      StackMap locals:
      StackMap stack:
            iload 2 /* respListLen */
            ifgt 16
        20: .line 779
            iload 2 /* respListLen */
            ifeq 27
        21: .line 780
            new javax.net.ssl.SSLHandshakeException
            dup
        22: .line 781
            ldc "Bad OCSP response list length"
        23: .line 780
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int respListLen
        24: .line 784
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLHandshakeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported StatusResponseType: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        25: .line 785
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        26: .line 784
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 787
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.security.ssl.HandshakeInStream input
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   28     0         this  Lsun/security/ssl/HandshakeMessage$CertificateStatus;
            0   28     1        input  Lsun/security/ssl/HandshakeInStream;
            7   12     2      respDER  [B
           14   24     2  respListLen  I
           17   19     3      respDER  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  int messageLength();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
         0: .line 796
            iconst_1
            istore 1 /* len */
        start local 1 // int len
         1: .line 798
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.messageLength:I
            iconst_m1
            if_icmpne 8
         2: .line 799
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP:Lsun/security/ssl/StatusRequestType;
            if_acmpne 5
         3: .line 800
            iload 1 /* len */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
            iadd
            istore 1 /* len */
         4: .line 801
            goto 7
      StackMap locals: int
      StackMap stack:
         5: aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP_MULTI:Lsun/security/ssl/StatusRequestType;
            if_acmpne 7
         6: .line 802
            iload 1 /* len */
            iconst_3
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
            iadd
            iadd
            istore 1 /* len */
         7: .line 804
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* len */
            putfield sun.security.ssl.HandshakeMessage$CertificateStatus.messageLength:I
         8: .line 807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.messageLength:I
            ireturn
        end local 1 // int len
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/security/ssl/HandshakeMessage$CertificateStatus;
            1    9     1   len  I

  void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
        start local 1 // sun.security.ssl.HandshakeOutStream s
         0: .line 820
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getfield sun.security.ssl.StatusRequestType.id:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         1: .line 821
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP:Lsun/security/ssl/StatusRequestType;
            if_acmpne 4
         2: .line 822
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast byte[]
            invokevirtual sun.security.ssl.HandshakeOutStream.putBytes24:([B)V
         3: .line 823
            goto 17
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP_MULTI:Lsun/security/ssl/StatusRequestType;
            if_acmpne 14
         5: .line 824
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponsesLen:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt24:(I)V
         6: .line 825
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 12
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.HandshakeOutStream top java.util.Iterator
      StackMap stack:
         7: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast byte[]
            astore 2 /* respBytes */
        start local 2 // byte[] respBytes
         8: .line 826
            aload 2 /* respBytes */
            ifnull 11
         9: .line 827
            aload 1 /* s */
            aload 2 /* respBytes */
            invokevirtual sun.security.ssl.HandshakeOutStream.putBytes24:([B)V
        10: .line 828
            goto 12
        11: .line 829
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.HandshakeOutStream byte[] java.util.Iterator
      StackMap stack:
            aload 1 /* s */
            aconst_null
            invokevirtual sun.security.ssl.HandshakeOutStream.putBytes24:([B)V
        end local 2 // byte[] respBytes
        12: .line 825
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.HandshakeOutStream top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        13: .line 832
            goto 17
        14: .line 835
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus sun.security.ssl.HandshakeOutStream
      StackMap stack:
            new javax.net.ssl.SSLHandshakeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported status_type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        15: .line 836
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getfield sun.security.ssl.StatusRequestType.id:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        16: .line 835
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 838
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.security.ssl.HandshakeOutStream s
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lsun/security/ssl/HandshakeMessage$CertificateStatus;
            0   18     1          s  Lsun/security/ssl/HandshakeOutStream;
            8   12     2  respBytes  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  void print(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
        start local 1 // java.io.PrintStream s
         0: .line 850
            aload 1 /* s */
            ldc "*** CertificateStatus"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 851
            getstatic sun.security.ssl.HandshakeMessage$CertificateStatus.debug:Lsun/security/ssl/Debug;
            ifnull 22
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 22
         2: .line 852
            aload 1 /* s */
            new java.lang.StringBuilder
            dup
            ldc "Type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         3: .line 853
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP:Lsun/security/ssl/StatusRequestType;
            if_acmpne 7
         4: .line 854
            new sun.security.provider.certpath.OCSPResponse
            dup
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast byte[]
            invokespecial sun.security.provider.certpath.OCSPResponse.<init>:([B)V
            astore 2 /* oResp */
        start local 2 // sun.security.provider.certpath.OCSPResponse oResp
         5: .line 855
            aload 1 /* s */
            aload 2 /* oResp */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
        end local 2 // sun.security.provider.certpath.OCSPResponse oResp
         6: .line 856
            goto 22
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            getstatic sun.security.ssl.StatusRequestType.OCSP_MULTI:Lsun/security/ssl/StatusRequestType;
            if_acmpne 22
         8: .line 857
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 2 /* numResponses */
        start local 2 // int numResponses
         9: .line 858
            aload 1 /* s */
            new java.lang.StringBuilder
            dup
            iload 2 /* numResponses */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        10: .line 859
            iload 2 /* numResponses */
            iconst_1
            if_icmpne 11
            ldc " entry:"
            goto 12
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus java.io.PrintStream int
      StackMap stack: java.io.PrintStream java.lang.StringBuilder
        11: ldc " entries:"
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus java.io.PrintStream int
      StackMap stack: java.io.PrintStream java.lang.StringBuilder java.lang.String
        12: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 858
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        14: .line 860
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 21
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus java.io.PrintStream int top java.util.Iterator
      StackMap stack:
        15: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast byte[]
            astore 3 /* respDER */
        start local 3 // byte[] respDER
        16: .line 861
            aload 3 /* respDER */
            arraylength
            ifle 20
        17: .line 862
            new sun.security.provider.certpath.OCSPResponse
            dup
            aload 3 /* respDER */
            invokespecial sun.security.provider.certpath.OCSPResponse.<init>:([B)V
            astore 5 /* oResp */
        start local 5 // sun.security.provider.certpath.OCSPResponse oResp
        18: .line 863
            aload 1 /* s */
            aload 5 /* oResp */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
        end local 5 // sun.security.provider.certpath.OCSPResponse oResp
        19: .line 864
            goto 21
        20: .line 865
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus java.io.PrintStream int byte[] java.util.Iterator
      StackMap stack:
            aload 1 /* s */
            ldc "<Zero-length entry>"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 3 // byte[] respDER
        21: .line 860
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus java.io.PrintStream int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        end local 2 // int numResponses
        22: .line 870
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateStatus java.io.PrintStream
      StackMap stack:
            return
        end local 1 // java.io.PrintStream s
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   23     0          this  Lsun/security/ssl/HandshakeMessage$CertificateStatus;
            0   23     1             s  Ljava/io/PrintStream;
            5    6     2         oResp  Lsun/security/provider/certpath/OCSPResponse;
            9   22     2  numResponses  I
           16   21     3       respDER  [B
           18   19     5         oResp  Lsun/security/provider/certpath/OCSPResponse;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  sun.security.ssl.StatusRequestType getType();
    descriptor: ()Lsun/security/ssl/StatusRequestType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
         0: .line 879
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.statusType:Lsun/security/ssl/StatusRequestType;
            areturn
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeMessage$CertificateStatus;

  java.util.List<byte[]> getResponses();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
         0: .line 892
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateStatus.encodedResponses:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeMessage$CertificateStatus;
    Signature: ()Ljava/util/List<[B>;
}
SourceFile: "HandshakeMessage.java"
NestHost: sun.security.ssl.HandshakeMessage
InnerClasses:
  final CertificateStatus = sun.security.ssl.HandshakeMessage$CertificateStatus of sun.security.ssl.HandshakeMessage