final class sun.security.ssl.Finished$S30VerifyDataGenerator implements sun.security.ssl.Finished$VerifyDataGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.Finished$S30VerifyDataGenerator
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Finished$S30VerifyDataGenerator this
         0: .line 210
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.ssl.Finished$S30VerifyDataGenerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/Finished$S30VerifyDataGenerator;

  public byte[] createVerifyData(sun.security.ssl.HandshakeContext, boolean);
    descriptor: (Lsun/security/ssl/HandshakeContext;Z)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // sun.security.ssl.Finished$S30VerifyDataGenerator this
        start local 1 // sun.security.ssl.HandshakeContext context
        start local 2 // boolean isValidation
         0: .line 214
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.handshakeHash:Lsun/security/ssl/HandshakeHash;
            astore 3 /* handshakeHash */
        start local 3 // sun.security.ssl.HandshakeHash handshakeHash
         1: .line 216
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.handshakeSession:Lsun/security/ssl/SSLSessionImpl;
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
         2: .line 215
            astore 4 /* masterSecretKey */
        start local 4 // javax.crypto.SecretKey masterSecretKey
         3: .line 219
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.isClientMode:Z
            ifeq 4
            iload 2 /* isValidation */
            ifeq 6
         4: .line 220
      StackMap locals: sun.security.ssl.HandshakeHash javax.crypto.SecretKey
      StackMap stack:
            aload 1 /* context */
            getfield sun.security.ssl.HandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.isClientMode:Z
            ifne 5
            iload 2 /* isValidation */
            ifne 6
         5: .line 218
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_1
      StackMap locals:
      StackMap stack: int
         7: istore 5 /* useClientLabel */
        start local 5 // boolean useClientLabel
         8: .line 221
            aload 3 /* handshakeHash */
            iload 5 /* useClientLabel */
            aload 4 /* masterSecretKey */
            invokevirtual sun.security.ssl.HandshakeHash.digest:(ZLjavax/crypto/SecretKey;)[B
            areturn
        end local 5 // boolean useClientLabel
        end local 4 // javax.crypto.SecretKey masterSecretKey
        end local 3 // sun.security.ssl.HandshakeHash handshakeHash
        end local 2 // boolean isValidation
        end local 1 // sun.security.ssl.HandshakeContext context
        end local 0 // sun.security.ssl.Finished$S30VerifyDataGenerator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lsun/security/ssl/Finished$S30VerifyDataGenerator;
            0    9     1          context  Lsun/security/ssl/HandshakeContext;
            0    9     2     isValidation  Z
            1    9     3    handshakeHash  Lsun/security/ssl/HandshakeHash;
            3    9     4  masterSecretKey  Ljavax/crypto/SecretKey;
            8    9     5   useClientLabel  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      context       
      isValidation  
}
SourceFile: "Finished.java"
NestHost: sun.security.ssl.Finished
InnerClasses:
  private final S30VerifyDataGenerator = sun.security.ssl.Finished$S30VerifyDataGenerator of sun.security.ssl.Finished
  abstract VerifyDataGenerator = sun.security.ssl.Finished$VerifyDataGenerator of sun.security.ssl.Finished