public abstract class com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration<T extends com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration
  super_class: java.lang.Object
{
  protected final java.lang.String keyVaultId;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String aadClientId;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String aadSecret;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected com.microsoft.azure.management.compute.DiskVolumeType volumeType;
    descriptor: Lcom/microsoft/azure/management/compute/DiskVolumeType;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String keyEncryptionKeyURL;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String keyEncryptionKeyVaultId;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String encryptionAlgorithm;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String passPhrase;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected final com.microsoft.azure.AzureEnvironment azureEnvironment;
    descriptor: Lcom/microsoft/azure/AzureEnvironment;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final java.lang.String vaultUri;
    descriptor: Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.AzureEnvironment);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/AzureEnvironment;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
        start local 1 // java.lang.String keyVaultId
        start local 2 // java.lang.String vaultUri
        start local 3 // java.lang.String aadClientId
        start local 4 // java.lang.String aadSecret
        start local 5 // com.microsoft.azure.AzureEnvironment azureEnvironment
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 24
            aload 0 /* this */
            getstatic com.microsoft.azure.management.compute.DiskVolumeType.ALL:Lcom/microsoft/azure/management/compute/DiskVolumeType;
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.volumeType:Lcom/microsoft/azure/management/compute/DiskVolumeType;
         2: .line 27
            aload 0 /* this */
            ldc "RSA-OAEP"
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.encryptionAlgorithm:Ljava/lang/String;
         3: .line 46
            aload 0 /* this */
            aload 1 /* keyVaultId */
            ldc "KeyVaultId parameter holding resource id of the KeyVault to store disk encryption key is required."
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.keyVaultId:Ljava/lang/String;
         4: .line 47
            aload 0 /* this */
            aload 3 /* aadClientId */
            ldc "aadClientId parameter holding AAD client id to access the KeyVault is required."
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.aadClientId:Ljava/lang/String;
         5: .line 48
            aload 0 /* this */
            aload 4 /* aadSecret */
            ldc "aadSecret parameter holding AAD secret to access the KeyVault is required."
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.aadSecret:Ljava/lang/String;
         6: .line 49
            aload 0 /* this */
            aload 2 /* vaultUri */
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.vaultUri:Ljava/lang/String;
         7: .line 50
            aload 0 /* this */
            aload 5 /* azureEnvironment */
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
         8: .line 51
            return
        end local 5 // com.microsoft.azure.AzureEnvironment azureEnvironment
        end local 4 // java.lang.String aadSecret
        end local 3 // java.lang.String aadClientId
        end local 2 // java.lang.String vaultUri
        end local 1 // java.lang.String keyVaultId
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;
            0    9     1        keyVaultId  Ljava/lang/String;
            0    9     2          vaultUri  Ljava/lang/String;
            0    9     3       aadClientId  Ljava/lang/String;
            0    9     4         aadSecret  Ljava/lang/String;
            0    9     5  azureEnvironment  Lcom/microsoft/azure/AzureEnvironment;
    MethodParameters:
                  Name  Flags
      keyVaultId        
      vaultUri          
      aadClientId       
      aadSecret         
      azureEnvironment  

  protected void <init>(java.lang.String, java.lang.String, com.microsoft.azure.AzureEnvironment);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/AzureEnvironment;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
        start local 1 // java.lang.String keyVaultId
        start local 2 // java.lang.String vaultUri
        start local 3 // com.microsoft.azure.AzureEnvironment azureEnvironment
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 24
            aload 0 /* this */
            getstatic com.microsoft.azure.management.compute.DiskVolumeType.ALL:Lcom/microsoft/azure/management/compute/DiskVolumeType;
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.volumeType:Lcom/microsoft/azure/management/compute/DiskVolumeType;
         2: .line 27
            aload 0 /* this */
            ldc "RSA-OAEP"
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.encryptionAlgorithm:Ljava/lang/String;
         3: .line 63
            aload 0 /* this */
            aload 1 /* keyVaultId */
            ldc "KeyVaultId parameter holding resource id of the keyVault to store disk encryption key is required."
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.keyVaultId:Ljava/lang/String;
         4: .line 64
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.aadClientId:Ljava/lang/String;
         5: .line 65
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.aadSecret:Ljava/lang/String;
         6: .line 66
            aload 0 /* this */
            aload 2 /* vaultUri */
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.vaultUri:Ljava/lang/String;
         7: .line 67
            aload 0 /* this */
            aload 3 /* azureEnvironment */
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
         8: .line 68
            return
        end local 3 // com.microsoft.azure.AzureEnvironment azureEnvironment
        end local 2 // java.lang.String vaultUri
        end local 1 // java.lang.String keyVaultId
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;
            0    9     1        keyVaultId  Ljava/lang/String;
            0    9     2          vaultUri  Ljava/lang/String;
            0    9     3  azureEnvironment  Lcom/microsoft/azure/AzureEnvironment;
    MethodParameters:
                  Name  Flags
      keyVaultId        
      vaultUri          
      azureEnvironment  

  public abstract com.microsoft.azure.management.compute.OperatingSystemTypes osType();
    descriptor: ()Lcom/microsoft/azure/management/compute/OperatingSystemTypes;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.String aadClientId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
         0: .line 79
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.aadClientId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;

  public java.lang.String aadSecret();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
         0: .line 86
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.aadSecret:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;

  public com.microsoft.azure.management.compute.DiskVolumeType volumeType();
    descriptor: ()Lcom/microsoft/azure/management/compute/DiskVolumeType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
         0: .line 93
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.volumeType:Lcom/microsoft/azure/management/compute/DiskVolumeType;
            ifnull 2
         1: .line 94
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.volumeType:Lcom/microsoft/azure/management/compute/DiskVolumeType;
            areturn
         2: .line 96
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.azure.management.compute.DiskVolumeType.ALL:Lcom/microsoft/azure/management/compute/DiskVolumeType;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;

  public java.lang.String keyVaultId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
         0: .line 103
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.keyVaultId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;

  public java.lang.String keyVaultUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
         0: .line 110
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.vaultUri:Ljava/lang/String;
            ifnull 2
         1: .line 111
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.vaultUri:Ljava/lang/String;
            areturn
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
            ifnull 16
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.keyVaultDnsSuffix:()Ljava/lang/String;
            invokestatic com.google.common.base.Strings.isNullOrEmpty:(Ljava/lang/String;)Z
            ifne 16
         3: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.keyVaultDnsSuffix:()Ljava/lang/String;
            astore 1 /* keyVaultDnsSuffix */
        start local 1 // java.lang.String keyVaultDnsSuffix
         4: .line 118
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            ifnull 17
         5: .line 119
            getstatic com.microsoft.azure.AzureEnvironment.AZURE:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 17
         6: .line 120
            getstatic com.microsoft.azure.AzureEnvironment.AZURE:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.keyVaultDnsSuffix:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.keyVaultDnsSuffix:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
         7: .line 122
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_CHINA:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 123
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_CHINA:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.keyVaultDnsSuffix:()Ljava/lang/String;
            astore 1 /* keyVaultDnsSuffix */
         9: .line 124
            goto 17
      StackMap locals: java.lang.String
      StackMap stack:
        10: getstatic com.microsoft.azure.AzureEnvironment.AZURE_GERMANY:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 13
        11: .line 125
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_GERMANY:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.keyVaultDnsSuffix:()Ljava/lang/String;
            astore 1 /* keyVaultDnsSuffix */
        12: .line 126
            goto 17
      StackMap locals:
      StackMap stack:
        13: getstatic com.microsoft.azure.AzureEnvironment.AZURE_US_GOVERNMENT:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.azureEnvironment:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.managementEndpoint:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
        14: .line 127
            getstatic com.microsoft.azure.AzureEnvironment.AZURE_US_GOVERNMENT:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.keyVaultDnsSuffix:()Ljava/lang/String;
            astore 1 /* keyVaultDnsSuffix */
        15: .line 130
            goto 17
        end local 1 // java.lang.String keyVaultDnsSuffix
        16: .line 131
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.azure.AzureEnvironment.AZURE:Lcom/microsoft/azure/AzureEnvironment;
            invokevirtual com.microsoft.azure.AzureEnvironment.keyVaultDnsSuffix:()Ljava/lang/String;
            astore 1 /* keyVaultDnsSuffix */
        start local 1 // java.lang.String keyVaultDnsSuffix
        17: .line 133
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.keyVaultId:Ljava/lang/String;
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceUtils.nameFromResourceId:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* keyVaultName */
        start local 2 // java.lang.String keyVaultName
        18: .line 134
            ldc "https://%1$s%2$s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* keyVaultName */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* keyVaultDnsSuffix */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.String keyVaultName
        end local 1 // java.lang.String keyVaultDnsSuffix
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   19     0               this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;
            4   16     1  keyVaultDnsSuffix  Ljava/lang/String;
           17   19     1  keyVaultDnsSuffix  Ljava/lang/String;
           18   19     2       keyVaultName  Ljava/lang/String;

  public java.lang.String keyEncryptionKeyVaultId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
         0: .line 141
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.keyEncryptionKeyVaultId:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;

  public java.lang.String keyEncryptionKeyURL();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
         0: .line 148
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.keyEncryptionKeyURL:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;

  public java.lang.String volumeEncryptionKeyEncryptAlgorithm();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
         0: .line 155
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.encryptionAlgorithm:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;

  public java.lang.String linuxPassPhrase();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
         0: .line 162
            aload 0 /* this */
            getfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.passPhrase:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;

  public T withVolumeType(com.microsoft.azure.management.compute.DiskVolumeType);
    descriptor: (Lcom/microsoft/azure/management/compute/DiskVolumeType;)Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
        start local 1 // com.microsoft.azure.management.compute.DiskVolumeType volumeType
         0: .line 173
            aload 0 /* this */
            aload 1 /* volumeType */
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.volumeType:Lcom/microsoft/azure/management/compute/DiskVolumeType;
         1: .line 174
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.compute.DiskVolumeType volumeType
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;
            0    2     1  volumeType  Lcom/microsoft/azure/management/compute/DiskVolumeType;
    Signature: (Lcom/microsoft/azure/management/compute/DiskVolumeType;)TT;
    MethodParameters:
            Name  Flags
      volumeType  

  public T withVolumeEncryptionKeyEncrypted(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
        start local 1 // java.lang.String keyEncryptionKeyURL
         0: .line 184
            aload 0 /* this */
            aload 1 /* keyEncryptionKeyURL */
            aconst_null
            invokevirtual com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.withVolumeEncryptionKeyEncrypted:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration;
            areturn
        end local 1 // java.lang.String keyEncryptionKeyURL
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;
            0    1     1  keyEncryptionKeyURL  Ljava/lang/String;
    Signature: (Ljava/lang/String;)TT;
    MethodParameters:
                     Name  Flags
      keyEncryptionKeyURL  

  public T withVolumeEncryptionKeyEncrypted(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
        start local 1 // java.lang.String keyEncryptionKeyURL
        start local 2 // java.lang.String keyEncryptionKeyKevVaultId
         0: .line 196
            aload 0 /* this */
            aload 1 /* keyEncryptionKeyURL */
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.keyEncryptionKeyURL:Ljava/lang/String;
         1: .line 197
            aload 0 /* this */
            aload 2 /* keyEncryptionKeyKevVaultId */
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.keyEncryptionKeyVaultId:Ljava/lang/String;
         2: .line 198
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String keyEncryptionKeyKevVaultId
        end local 1 // java.lang.String keyEncryptionKeyURL
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    3     0                        this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;
            0    3     1         keyEncryptionKeyURL  Ljava/lang/String;
            0    3     2  keyEncryptionKeyKevVaultId  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)TT;
    MethodParameters:
                            Name  Flags
      keyEncryptionKeyURL         
      keyEncryptionKeyKevVaultId  

  public T withVolumeEncryptionKeyEncryptAlgorithm(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
        start local 1 // java.lang.String encryptionAlgorithm
         0: .line 209
            aload 0 /* this */
            aload 1 /* encryptionAlgorithm */
            putfield com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration.encryptionAlgorithm:Ljava/lang/String;
         1: .line 210
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String encryptionAlgorithm
        end local 0 // com.microsoft.azure.management.compute.VirtualMachineEncryptionConfiguration this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;
            0    2     1  encryptionAlgorithm  Ljava/lang/String;
    Signature: (Ljava/lang/String;)TT;
    MethodParameters:
                     Name  Flags
      encryptionAlgorithm  
}
Signature: <T:Lcom/microsoft/azure/management/compute/VirtualMachineEncryptionConfiguration<TT;>;>Ljava/lang/Object;
SourceFile: "VirtualMachineEncryptionConfiguration.java"