final class sun.security.ssl.HandshakeMessage$CertificateVerify extends sun.security.ssl.HandshakeMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.HandshakeMessage$CertificateVerify
  super_class: sun.security.ssl.HandshakeMessage
{
  private byte[] signature;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  sun.security.ssl.ProtocolVersion protocolVersion;
    descriptor: Lsun/security/ssl/ProtocolVersion;
    flags: (0x0000) 

  private sun.security.ssl.SignatureAndHashAlgorithm preferableSignatureAlgorithm;
    descriptor: Lsun/security/ssl/SignatureAndHashAlgorithm;
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.security.ssl.ProtocolVersion, sun.security.ssl.HandshakeHash, java.security.PrivateKey, javax.crypto.SecretKey, java.security.SecureRandom, sun.security.ssl.SignatureAndHashAlgorithm);
    descriptor: (Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Ljava/security/PrivateKey;Ljavax/crypto/SecretKey;Ljava/security/SecureRandom;Lsun/security/ssl/SignatureAndHashAlgorithm;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=9, args_size=7
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 2 // sun.security.ssl.HandshakeHash handshakeHash
        start local 3 // java.security.PrivateKey privateKey
        start local 4 // javax.crypto.SecretKey masterSecret
        start local 5 // java.security.SecureRandom sr
        start local 6 // sun.security.ssl.SignatureAndHashAlgorithm signAlgorithm
         0: .line 1997
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 1992
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
         2: .line 2003
            aload 0 /* this */
            aload 1 /* protocolVersion */
            putfield sun.security.ssl.HandshakeMessage$CertificateVerify.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         3: .line 2005
            aload 3 /* privateKey */
            invokeinterface java.security.PrivateKey.getAlgorithm:()Ljava/lang/String;
            astore 7 /* algorithm */
        start local 7 // java.lang.String algorithm
         4: .line 2006
            aconst_null
            astore 8 /* sig */
        start local 8 // java.security.Signature sig
         5: .line 2007
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS12PlusSpec:()Z
            ifeq 9
         6: .line 2008
            aload 0 /* this */
            aload 6 /* signAlgorithm */
            putfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
         7: .line 2009
            aload 6 /* signAlgorithm */
            invokevirtual sun.security.ssl.SignatureAndHashAlgorithm.getAlgorithmName:()Ljava/lang/String;
            invokestatic sun.security.ssl.JsseJce.getSignature:(Ljava/lang/String;)Ljava/security/Signature;
            astore 8 /* sig */
         8: .line 2010
            goto 10
         9: .line 2011
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateVerify sun.security.ssl.ProtocolVersion sun.security.ssl.HandshakeHash java.security.PrivateKey javax.crypto.SecretKey java.security.SecureRandom sun.security.ssl.SignatureAndHashAlgorithm java.lang.String java.security.Signature
      StackMap stack:
            aload 1 /* protocolVersion */
            aload 7 /* algorithm */
            invokestatic sun.security.ssl.HandshakeMessage$CertificateVerify.getSignature:(Lsun/security/ssl/ProtocolVersion;Ljava/lang/String;)Ljava/security/Signature;
            astore 8 /* sig */
        10: .line 2013
      StackMap locals:
      StackMap stack:
            aload 8 /* sig */
            aload 3 /* privateKey */
            aload 5 /* sr */
            invokevirtual java.security.Signature.initSign:(Ljava/security/PrivateKey;Ljava/security/SecureRandom;)V
        11: .line 2014
            aload 8 /* sig */
            aload 1 /* protocolVersion */
            aload 2 /* handshakeHash */
            aload 7 /* algorithm */
        12: .line 2015
            aload 4 /* masterSecret */
        13: .line 2014
            invokestatic sun.security.ssl.HandshakeMessage$CertificateVerify.updateSignature:(Ljava/security/Signature;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Ljava/lang/String;Ljavax/crypto/SecretKey;)V
        14: .line 2016
            aload 0 /* this */
            aload 8 /* sig */
            invokevirtual java.security.Signature.sign:()[B
            putfield sun.security.ssl.HandshakeMessage$CertificateVerify.signature:[B
        15: .line 2017
            return
        end local 8 // java.security.Signature sig
        end local 7 // java.lang.String algorithm
        end local 6 // sun.security.ssl.SignatureAndHashAlgorithm signAlgorithm
        end local 5 // java.security.SecureRandom sr
        end local 4 // javax.crypto.SecretKey masterSecret
        end local 3 // java.security.PrivateKey privateKey
        end local 2 // sun.security.ssl.HandshakeHash handshakeHash
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0             this  Lsun/security/ssl/HandshakeMessage$CertificateVerify;
            0   16     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0   16     2    handshakeHash  Lsun/security/ssl/HandshakeHash;
            0   16     3       privateKey  Ljava/security/PrivateKey;
            0   16     4     masterSecret  Ljavax/crypto/SecretKey;
            0   16     5               sr  Ljava/security/SecureRandom;
            0   16     6    signAlgorithm  Lsun/security/ssl/SignatureAndHashAlgorithm;
            4   16     7        algorithm  Ljava/lang/String;
            5   16     8              sig  Ljava/security/Signature;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
                 Name  Flags
      protocolVersion  
      handshakeHash    
      privateKey       
      masterSecret     
      sr               
      signAlgorithm    

  void <init>(sun.security.ssl.HandshakeInStream, java.util.Collection<sun.security.ssl.SignatureAndHashAlgorithm>, sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/HandshakeInStream;Ljava/util/Collection;Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
        start local 1 // sun.security.ssl.HandshakeInStream input
        start local 2 // java.util.Collection localSupportedSignAlgs
        start local 3 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 2022
            aload 0 /* this */
            invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
         1: .line 1992
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
         2: .line 2026
            aload 0 /* this */
            aload 3 /* protocolVersion */
            putfield sun.security.ssl.HandshakeMessage$CertificateVerify.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         3: .line 2029
            aload 3 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS12PlusSpec:()Z
            ifeq 18
         4: .line 2030
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            istore 4 /* hashAlg */
        start local 4 // int hashAlg
         5: .line 2031
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            istore 5 /* signAlg */
        start local 5 // int signAlg
         6: .line 2033
            aload 0 /* this */
         7: .line 2034
            iload 4 /* hashAlg */
            iload 5 /* signAlg */
            iconst_0
            invokestatic sun.security.ssl.SignatureAndHashAlgorithm.valueOf:(III)Lsun/security/ssl/SignatureAndHashAlgorithm;
         8: .line 2033
            putfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
         9: .line 2037
            aload 2 /* localSupportedSignAlgs */
        10: .line 2038
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
        11: .line 2037
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
        12: .line 2038
            ifne 18
        13: .line 2039
            new javax.net.ssl.SSLHandshakeException
            dup
        14: .line 2040
            new java.lang.StringBuilder
            dup
            ldc "Unsupported SignatureAndHashAlgorithm in CertificateVerify message: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        15: .line 2041
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        16: .line 2040
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        17: .line 2039
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int signAlg
        end local 4 // int hashAlg
        18: .line 2046
      StackMap locals: sun.security.ssl.HandshakeMessage$CertificateVerify sun.security.ssl.HandshakeInStream java.util.Collection sun.security.ssl.ProtocolVersion
      StackMap stack:
            aload 0 /* this */
            aload 1 /* input */
            invokevirtual sun.security.ssl.HandshakeInStream.getBytes16:()[B
            putfield sun.security.ssl.HandshakeMessage$CertificateVerify.signature:[B
        19: .line 2047
            return
        end local 3 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 2 // java.util.Collection localSupportedSignAlgs
        end local 1 // sun.security.ssl.HandshakeInStream input
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   20     0                    this  Lsun/security/ssl/HandshakeMessage$CertificateVerify;
            0   20     1                   input  Lsun/security/ssl/HandshakeInStream;
            0   20     2  localSupportedSignAlgs  Ljava/util/Collection<Lsun/security/ssl/SignatureAndHashAlgorithm;>;
            0   20     3         protocolVersion  Lsun/security/ssl/ProtocolVersion;
            5   18     4                 hashAlg  I
            6   18     5                 signAlg  I
    Exceptions:
      throws java.io.IOException
    Signature: (Lsun/security/ssl/HandshakeInStream;Ljava/util/Collection<Lsun/security/ssl/SignatureAndHashAlgorithm;>;Lsun/security/ssl/ProtocolVersion;)V
    MethodParameters:
                        Name  Flags
      input                   
      localSupportedSignAlgs  
      protocolVersion         

  sun.security.ssl.SignatureAndHashAlgorithm getPreferableSignatureAlgorithm();
    descriptor: ()Lsun/security/ssl/SignatureAndHashAlgorithm;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
         0: .line 2053
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
            areturn
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/HandshakeMessage$CertificateVerify;

  boolean verify(sun.security.ssl.ProtocolVersion, sun.security.ssl.HandshakeHash, java.security.PublicKey, javax.crypto.SecretKey);
    descriptor: (Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Ljava/security/PublicKey;Ljavax/crypto/SecretKey;)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 2 // sun.security.ssl.HandshakeHash handshakeHash
        start local 3 // java.security.PublicKey publicKey
        start local 4 // javax.crypto.SecretKey masterSecret
         0: .line 2063
            aload 3 /* publicKey */
            invokeinterface java.security.PublicKey.getAlgorithm:()Ljava/lang/String;
            astore 5 /* algorithm */
        start local 5 // java.lang.String algorithm
         1: .line 2064
            aconst_null
            astore 6 /* sig */
        start local 6 // java.security.Signature sig
         2: .line 2065
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS12PlusSpec:()Z
            ifeq 6
         3: .line 2067
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
            invokevirtual sun.security.ssl.SignatureAndHashAlgorithm.getAlgorithmName:()Ljava/lang/String;
         4: .line 2066
            invokestatic sun.security.ssl.JsseJce.getSignature:(Ljava/lang/String;)Ljava/security/Signature;
            astore 6 /* sig */
         5: .line 2068
            goto 7
         6: .line 2069
      StackMap locals: java.lang.String java.security.Signature
      StackMap stack:
            aload 1 /* protocolVersion */
            aload 5 /* algorithm */
            invokestatic sun.security.ssl.HandshakeMessage$CertificateVerify.getSignature:(Lsun/security/ssl/ProtocolVersion;Ljava/lang/String;)Ljava/security/Signature;
            astore 6 /* sig */
         7: .line 2071
      StackMap locals:
      StackMap stack:
            aload 6 /* sig */
            aload 3 /* publicKey */
            invokevirtual java.security.Signature.initVerify:(Ljava/security/PublicKey;)V
         8: .line 2072
            aload 6 /* sig */
            aload 1 /* protocolVersion */
            aload 2 /* handshakeHash */
            aload 5 /* algorithm */
         9: .line 2073
            aload 4 /* masterSecret */
        10: .line 2072
            invokestatic sun.security.ssl.HandshakeMessage$CertificateVerify.updateSignature:(Ljava/security/Signature;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Ljava/lang/String;Ljavax/crypto/SecretKey;)V
        11: .line 2074
            aload 6 /* sig */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.signature:[B
            invokevirtual java.security.Signature.verify:([B)Z
            ireturn
        end local 6 // java.security.Signature sig
        end local 5 // java.lang.String algorithm
        end local 4 // javax.crypto.SecretKey masterSecret
        end local 3 // java.security.PublicKey publicKey
        end local 2 // sun.security.ssl.HandshakeHash handshakeHash
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lsun/security/ssl/HandshakeMessage$CertificateVerify;
            0   12     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0   12     2    handshakeHash  Lsun/security/ssl/HandshakeHash;
            0   12     3        publicKey  Ljava/security/PublicKey;
            0   12     4     masterSecret  Ljavax/crypto/SecretKey;
            1   12     5        algorithm  Ljava/lang/String;
            2   12     6              sig  Ljava/security/Signature;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
                 Name  Flags
      protocolVersion  
      handshakeHash    
      publicKey        
      masterSecret     

  private static java.security.Signature getSignature(sun.security.ssl.ProtocolVersion, java.lang.String);
    descriptor: (Lsun/security/ssl/ProtocolVersion;Ljava/lang/String;)Ljava/security/Signature;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 1 // java.lang.String algorithm
         0: .line 2083
            aload 1 /* algorithm */
            dup
            astore 2
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 3
                 2206: 1
                67986: 2
                81440: 3
              default: 7
          }
      StackMap locals: java.lang.String
      StackMap stack:
         1: aload 2
            ldc "EC"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            goto 7
      StackMap locals:
      StackMap stack:
         2: aload 2
            ldc "DSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 2
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 4
            goto 7
         4: .line 2085
      StackMap locals:
      StackMap stack:
            invokestatic sun.security.ssl.RSASignature.getInternalInstance:()Ljava/security/Signature;
            areturn
         5: .line 2087
      StackMap locals:
      StackMap stack:
            ldc "RawDSA"
            invokestatic sun.security.ssl.JsseJce.getSignature:(Ljava/lang/String;)Ljava/security/Signature;
            areturn
         6: .line 2089
      StackMap locals:
      StackMap stack:
            ldc "NONEwithECDSA"
            invokestatic sun.security.ssl.JsseJce.getSignature:(Ljava/lang/String;)Ljava/security/Signature;
            areturn
         7: .line 2091
      StackMap locals:
      StackMap stack:
            new java.security.SignatureException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized algorithm: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         8: .line 2092
            aload 1 /* algorithm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 2091
            invokespecial java.security.SignatureException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String algorithm
        end local 0 // sun.security.ssl.ProtocolVersion protocolVersion
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0   10     1        algorithm  Ljava/lang/String;
    Exceptions:
      throws java.security.GeneralSecurityException
    MethodParameters:
                 Name  Flags
      protocolVersion  
      algorithm        

  private static void updateSignature(java.security.Signature, sun.security.ssl.ProtocolVersion, sun.security.ssl.HandshakeHash, java.lang.String, javax.crypto.SecretKey);
    descriptor: (Ljava/security/Signature;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Ljava/lang/String;Ljavax/crypto/SecretKey;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // java.security.Signature sig
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        start local 2 // sun.security.ssl.HandshakeHash handshakeHash
        start local 3 // java.lang.String algorithm
        start local 4 // javax.crypto.SecretKey masterKey
         0: .line 2106
            aload 3 /* algorithm */
            ldc "RSA"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
         1: .line 2107
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS12PlusSpec:()Z
            ifne 9
         2: .line 2108
            aload 2 /* handshakeHash */
            invokevirtual sun.security.ssl.HandshakeHash.getMD5Clone:()Ljava/security/MessageDigest;
            astore 5 /* md5Clone */
        start local 5 // java.security.MessageDigest md5Clone
         3: .line 2109
            aload 2 /* handshakeHash */
            invokevirtual sun.security.ssl.HandshakeHash.getSHAClone:()Ljava/security/MessageDigest;
            astore 6 /* shaClone */
        start local 6 // java.security.MessageDigest shaClone
         4: .line 2111
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS10PlusSpec:()Z
            ifne 7
         5: .line 2112
            aload 5 /* md5Clone */
            getstatic sun.security.ssl.HandshakeMessage$CertificateVerify.MD5_pad1:[B
            getstatic sun.security.ssl.HandshakeMessage$CertificateVerify.MD5_pad2:[B
            aload 4 /* masterKey */
            invokestatic sun.security.ssl.HandshakeMessage$CertificateVerify.updateDigest:(Ljava/security/MessageDigest;[B[BLjavax/crypto/SecretKey;)V
         6: .line 2113
            aload 6 /* shaClone */
            getstatic sun.security.ssl.HandshakeMessage$CertificateVerify.SHA_pad1:[B
            getstatic sun.security.ssl.HandshakeMessage$CertificateVerify.SHA_pad2:[B
            aload 4 /* masterKey */
            invokestatic sun.security.ssl.HandshakeMessage$CertificateVerify.updateDigest:(Ljava/security/MessageDigest;[B[BLjavax/crypto/SecretKey;)V
         7: .line 2118
      StackMap locals: java.security.MessageDigest java.security.MessageDigest
      StackMap stack:
            aload 0 /* sig */
            aload 5 /* md5Clone */
            aload 6 /* shaClone */
            invokestatic sun.security.ssl.RSASignature.setHashes:(Ljava/security/Signature;Ljava/security/MessageDigest;Ljava/security/MessageDigest;)V
        end local 6 // java.security.MessageDigest shaClone
        end local 5 // java.security.MessageDigest md5Clone
         8: .line 2119
            goto 18
         9: .line 2120
      StackMap locals:
      StackMap stack:
            aload 0 /* sig */
            aload 2 /* handshakeHash */
            invokevirtual sun.security.ssl.HandshakeHash.getAllHandshakeMessages:()[B
            invokevirtual java.security.Signature.update:([B)V
        10: .line 2122
            goto 18
        11: .line 2123
      StackMap locals:
      StackMap stack:
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS12PlusSpec:()Z
            ifne 17
        12: .line 2124
            aload 2 /* handshakeHash */
            invokevirtual sun.security.ssl.HandshakeHash.getSHAClone:()Ljava/security/MessageDigest;
            astore 5 /* shaClone */
        start local 5 // java.security.MessageDigest shaClone
        13: .line 2126
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS10PlusSpec:()Z
            ifne 15
        14: .line 2127
            aload 5 /* shaClone */
            getstatic sun.security.ssl.HandshakeMessage$CertificateVerify.SHA_pad1:[B
            getstatic sun.security.ssl.HandshakeMessage$CertificateVerify.SHA_pad2:[B
            aload 4 /* masterKey */
            invokestatic sun.security.ssl.HandshakeMessage$CertificateVerify.updateDigest:(Ljava/security/MessageDigest;[B[BLjavax/crypto/SecretKey;)V
        15: .line 2130
      StackMap locals: java.security.MessageDigest
      StackMap stack:
            aload 0 /* sig */
            aload 5 /* shaClone */
            invokevirtual java.security.MessageDigest.digest:()[B
            invokevirtual java.security.Signature.update:([B)V
        end local 5 // java.security.MessageDigest shaClone
        16: .line 2131
            goto 18
        17: .line 2132
      StackMap locals:
      StackMap stack:
            aload 0 /* sig */
            aload 2 /* handshakeHash */
            invokevirtual sun.security.ssl.HandshakeHash.getAllHandshakeMessages:()[B
            invokevirtual java.security.Signature.update:([B)V
        18: .line 2135
      StackMap locals:
      StackMap stack:
            return
        end local 4 // javax.crypto.SecretKey masterKey
        end local 3 // java.lang.String algorithm
        end local 2 // sun.security.ssl.HandshakeHash handshakeHash
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // java.security.Signature sig
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   19     0              sig  Ljava/security/Signature;
            0   19     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
            0   19     2    handshakeHash  Lsun/security/ssl/HandshakeHash;
            0   19     3        algorithm  Ljava/lang/String;
            0   19     4        masterKey  Ljavax/crypto/SecretKey;
            3    8     5         md5Clone  Ljava/security/MessageDigest;
            4    8     6         shaClone  Ljava/security/MessageDigest;
           13   16     5         shaClone  Ljava/security/MessageDigest;
    Exceptions:
      throws java.security.SignatureException
    MethodParameters:
                 Name  Flags
      sig              
      protocolVersion  
      handshakeHash    
      algorithm        
      masterKey        

  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 2150
            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 2151
            aload 3 /* masterSecret */
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
         3: .line 2150
      StackMap locals:
      StackMap stack: byte[]
            astore 4 /* keyBytes */
        start local 4 // byte[] keyBytes
         4: .line 2152
            aload 4 /* keyBytes */
            ifnull 7
         5: .line 2153
            aload 0 /* md */
            aload 4 /* keyBytes */
            invokevirtual java.security.MessageDigest.update:([B)V
         6: .line 2154
            goto 8
         7: .line 2155
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* md */
            aload 3 /* masterSecret */
            invokestatic sun.security.ssl.HandshakeMessage$CertificateVerify.digestKey:(Ljava/security/MessageDigest;Ljavax/crypto/SecretKey;)V
         8: .line 2157
      StackMap locals:
      StackMap stack:
            aload 0 /* md */
            aload 1 /* pad1 */
            invokevirtual java.security.MessageDigest.update:([B)V
         9: .line 2158
            aload 0 /* md */
            invokevirtual java.security.MessageDigest.digest:()[B
            astore 5 /* temp */
        start local 5 // byte[] temp
        10: .line 2160
            aload 4 /* keyBytes */
            ifnull 13
        11: .line 2161
            aload 0 /* md */
            aload 4 /* keyBytes */
            invokevirtual java.security.MessageDigest.update:([B)V
        12: .line 2162
            goto 14
        13: .line 2163
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* md */
            aload 3 /* masterSecret */
            invokestatic sun.security.ssl.HandshakeMessage$CertificateVerify.digestKey:(Ljava/security/MessageDigest;Ljavax/crypto/SecretKey;)V
        14: .line 2165
      StackMap locals:
      StackMap stack:
            aload 0 /* md */
            aload 2 /* pad2 */
            invokevirtual java.security.MessageDigest.update:([B)V
        15: .line 2166
            aload 0 /* md */
            aload 5 /* temp */
            invokevirtual java.security.MessageDigest.update:([B)V
        16: .line 2167
            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 2171
            aload 0 /* md */
            instanceof sun.security.util.MessageDigestSpi2
            ifeq 3
         1: .line 2172
            aload 0 /* md */
            checkcast sun.security.util.MessageDigestSpi2
            aload 1 /* key */
            invokeinterface sun.security.util.MessageDigestSpi2.engineUpdate:(Ljavax/crypto/SecretKey;)V
         2: .line 2173
            goto 11
         3: .line 2174
      StackMap locals:
      StackMap stack:
            new java.lang.Exception
            dup
         4: .line 2175
            ldc "Digest does not support implUpdate(SecretKey)"
         5: .line 2174
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2177
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
         7: .line 2178
            new java.lang.RuntimeException
            dup
         8: .line 2179
            ldc "Could not obtain encoded key and MessageDigest cannot digest key"
         9: .line 2180
            aload 2 /* e */
        10: .line 2178
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception e
        11: .line 2182
      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   

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

  int messageLength();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
         0: .line 2191
            iconst_2
            istore 1 /* temp */
        start local 1 // int temp
         1: .line 2193
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS12PlusSpec:()Z
            ifeq 3
         2: .line 2194
            iload 1 /* temp */
            invokestatic sun.security.ssl.SignatureAndHashAlgorithm.sizeInRecord:()I
            iadd
            istore 1 /* temp */
         3: .line 2197
      StackMap locals: int
      StackMap stack:
            iload 1 /* temp */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.signature:[B
            arraylength
            iadd
            ireturn
        end local 1 // int temp
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/HandshakeMessage$CertificateVerify;
            1    4     1  temp  I

  void send(sun.security.ssl.HandshakeOutStream);
    descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
        start local 1 // sun.security.ssl.HandshakeOutStream s
         0: .line 2202
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS12PlusSpec:()Z
            ifeq 3
         1: .line 2203
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
            invokevirtual sun.security.ssl.SignatureAndHashAlgorithm.getHashValue:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         2: .line 2204
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
            invokevirtual sun.security.ssl.SignatureAndHashAlgorithm.getSignatureValue:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         3: .line 2207
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.signature:[B
            invokevirtual sun.security.ssl.HandshakeOutStream.putBytes16:([B)V
         4: .line 2208
            return
        end local 1 // sun.security.ssl.HandshakeOutStream s
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/HandshakeMessage$CertificateVerify;
            0    5     1     s  Lsun/security/ssl/HandshakeOutStream;
    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=2, args_size=2
        start local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
        start local 1 // java.io.PrintStream s
         0: .line 2212
            aload 1 /* s */
            ldc "*** CertificateVerify"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 2214
            getstatic sun.security.ssl.HandshakeMessage$CertificateVerify.debug:Lsun/security/ssl/Debug;
            ifnull 6
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 6
         2: .line 2215
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS12PlusSpec:()Z
            ifeq 6
         3: .line 2216
            aload 1 /* s */
            new java.lang.StringBuilder
            dup
            ldc "Signature Algorithm "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 2217
            aload 0 /* this */
            getfield sun.security.ssl.HandshakeMessage$CertificateVerify.preferableSignatureAlgorithm:Lsun/security/ssl/SignatureAndHashAlgorithm;
            invokevirtual sun.security.ssl.SignatureAndHashAlgorithm.getAlgorithmName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 2216
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 2220
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.PrintStream s
        end local 0 // sun.security.ssl.HandshakeMessage$CertificateVerify this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/HandshakeMessage$CertificateVerify;
            0    7     1     s  Ljava/io/PrintStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "HandshakeMessage.java"
NestHost: sun.security.ssl.HandshakeMessage
InnerClasses:
  final CertificateVerify = sun.security.ssl.HandshakeMessage$CertificateVerify of sun.security.ssl.HandshakeMessage