class com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl<com.microsoft.azure.management.appservice.AppServiceCertificate, com.microsoft.azure.management.appservice.implementation.CertificateInner, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl, com.microsoft.azure.management.appservice.implementation.AppServiceManager> implements com.microsoft.azure.management.appservice.AppServiceCertificate, com.microsoft.azure.management.appservice.AppServiceCertificate$Definition
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl
{
  private java.lang.String pfxFileUrl;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.appservice.AppServiceCertificateOrder certificateOrder;
    descriptor: Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String, com.microsoft.azure.management.appservice.implementation.CertificateInner, com.microsoft.azure.management.appservice.implementation.AppServiceManager);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.appservice.implementation.CertificateInner innerObject
        start local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
         0: .line 45
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* innerObject */
            aload 3 /* manager */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/Resource;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
         1: .line 46
            return
        end local 3 // com.microsoft.azure.management.appservice.implementation.AppServiceManager manager
        end local 2 // com.microsoft.azure.management.appservice.implementation.CertificateInner innerObject
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            0    2     1         name  Ljava/lang/String;
            0    2     2  innerObject  Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;
            0    2     3      manager  Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;
    MethodParameters:
             Name  Flags
      name         
      innerObject  
      manager      

  public java.lang.String friendlyName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 50
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.friendlyName:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public java.lang.String subjectName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 55
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.subjectName:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public java.util.List<java.lang.String> hostNames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 60
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.hostNames:()Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public byte[] pfxBlob();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 65
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.pfxBlob:()[B
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public java.lang.String siteName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 70
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.siteName:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public java.lang.String selfLink();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 75
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.selfLink:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public java.lang.String issuer();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 80
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.issuer:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public org.joda.time.DateTime issueDate();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 85
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.issueDate:()Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public org.joda.time.DateTime expirationDate();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 90
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.expirationDate:()Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public java.lang.String password();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 95
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.password:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public java.lang.String thumbprint();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 100
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.thumbprint:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public java.lang.Boolean valid();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 105
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.valid:()Ljava/lang/Boolean;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public byte[] certificateBlob();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 110
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.cerBlob:()[B
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public java.lang.String publicKeyHash();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 115
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.publicKeyHash:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  public com.microsoft.azure.management.appservice.HostingEnvironmentProfile hostingEnvironmentProfile();
    descriptor: ()Lcom/microsoft/azure/management/appservice/HostingEnvironmentProfile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 120
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.hostingEnvironmentProfile:()Lcom/microsoft/azure/management/appservice/HostingEnvironmentProfile;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;

  protected rx.Observable<com.microsoft.azure.management.appservice.implementation.CertificateInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 125
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.certificates:()Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificatesInner.getByResourceGroupAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;>;

  public rx.Observable<com.microsoft.azure.management.appservice.AppServiceCertificate> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
         0: .line 130
            aconst_null
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
            astore 1 /* pfxBytes */
        start local 1 // rx.Observable pfxBytes
         1: .line 131
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.pfxFileUrl:Ljava/lang/String;
            ifnull 5
         2: .line 132
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.pfxFileUrl:Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.retrofit:()Lretrofit2/Retrofit;
            invokestatic com.microsoft.azure.management.resources.fluentcore.utils.Utils.downloadFileAsync:(Ljava/lang/String;Lretrofit2/Retrofit;)Lrx/Observable;
         3: .line 133
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 132
            astore 1 /* pfxBytes */
         5: .line 141
      StackMap locals: rx.Observable
      StackMap stack:
            aconst_null
            invokestatic rx.Observable.just:(Ljava/lang/Object;)Lrx/Observable;
            astore 2 /* keyVaultBinding */
        start local 2 // rx.Observable keyVaultBinding
         6: .line 142
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.certificateOrder:Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;
            ifnull 10
         7: .line 143
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.certificateOrder:Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;
            invokeinterface com.microsoft.azure.management.appservice.AppServiceCertificateOrder.getKeyVaultBindingAsync:()Lrx/Observable;
         8: .line 144
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$2.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         9: .line 143
            astore 2 /* keyVaultBinding */
        10: .line 152
      StackMap locals: rx.Observable
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.certificates:()Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
            astore 3 /* client */
        start local 3 // com.microsoft.azure.management.appservice.implementation.CertificatesInner client
        11: .line 153
            aload 1 /* pfxBytes */
            aload 2 /* keyVaultBinding */
            invokevirtual rx.Observable.concatWith:(Lrx/Observable;)Lrx/Observable;
            invokevirtual rx.Observable.last:()Lrx/Observable;
        12: .line 154
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$3
            dup
            aload 0 /* this */
            aload 3 /* client */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$3.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        13: .line 159
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 153
            areturn
        end local 3 // com.microsoft.azure.management.appservice.implementation.CertificatesInner client
        end local 2 // rx.Observable keyVaultBinding
        end local 1 // rx.Observable pfxBytes
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            1   15     1         pfxBytes  Lrx/Observable<Ljava/lang/Void;>;
            6   15     2  keyVaultBinding  Lrx/Observable<Ljava/lang/Void;>;
           11   15     3           client  Lcom/microsoft/azure/management/appservice/implementation/CertificatesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/AppServiceCertificate;>;

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl withPfxFile(java.io.File);
    descriptor: (Ljava/io/File;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
        start local 1 // java.io.File file
         0: .line 165
            aload 1 /* file */
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.readAllBytes:(Ljava/nio/file/Path;)[B
            astore 2 /* fileContent */
        start local 2 // byte[] fileContent
         1: .line 166
            aload 0 /* this */
            aload 2 /* fileContent */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withPfxByteArray:([B)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
         2: areturn
        end local 2 // byte[] fileContent
         3: .line 167
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 168
            new java.lang.RuntimeException
            dup
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // java.io.File file
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            0    5     1         file  Ljava/io/File;
            1    3     2  fileContent  [B
            4    5     2            e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl withPfxByteArray(byte[]);
    descriptor: ([B)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
        start local 1 // byte[] pfxByteArray
         0: .line 174
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            aload 1 /* pfxByteArray */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.withPfxBlob:([B)Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;
            pop
         1: .line 175
            aload 0 /* this */
            areturn
        end local 1 // byte[] pfxByteArray
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            0    2     1  pfxByteArray  [B
    MethodParameters:
              Name  Flags
      pfxByteArray  

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl withPfxFileFromUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
        start local 1 // java.lang.String url
         0: .line 180
            aload 0 /* this */
            aload 1 /* url */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.pfxFileUrl:Ljava/lang/String;
         1: .line 181
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String url
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            0    2     1   url  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      url   

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl withExistingCertificateOrder(com.microsoft.azure.management.appservice.AppServiceCertificateOrder);
    descriptor: (Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
        start local 1 // com.microsoft.azure.management.appservice.AppServiceCertificateOrder certificateOrder
         0: .line 186
            aload 0 /* this */
            aload 1 /* certificateOrder */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.certificateOrder:Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;
         1: .line 187
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.appservice.AppServiceCertificateOrder certificateOrder
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            0    2     1  certificateOrder  Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;
    MethodParameters:
                  Name  Flags
      certificateOrder  

  public com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl withPfxPassword(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
        start local 1 // java.lang.String password
         0: .line 192
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.CertificateInner
            aload 1 /* password */
            invokevirtual com.microsoft.azure.management.appservice.implementation.CertificateInner.withPassword:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;
            pop
         1: .line 193
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String password
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            0    2     1  password  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      password  

  public java.lang.Object withRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withRegion:(Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withRegion(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withRegion:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages$WithPfxFilePassword withPfxByteArray(byte[]);
    descriptor: ([B)Lcom/microsoft/azure/management/appservice/AppServiceCertificate$DefinitionStages$WithPfxFilePassword;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withPfxByteArray:([B)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages$WithPfxFilePassword withPfxFile(java.io.File);
    descriptor: (Ljava/io/File;)Lcom/microsoft/azure/management/appservice/AppServiceCertificate$DefinitionStages$WithPfxFilePassword;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withPfxFile:(Ljava/io/File;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages$WithCreate withPfxPassword(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/AppServiceCertificate$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withPfxPassword:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages$WithPfxFilePassword withPfxFileFromUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/AppServiceCertificate$DefinitionStages$WithPfxFilePassword;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withPfxFileFromUrl:(Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup);
    descriptor: (Lcom/microsoft/azure/management/resources/ResourceGroup;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withExistingResourceGroup:(Lcom/microsoft/azure/management/resources/ResourceGroup;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withExistingResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages$WithCreate withExistingCertificateOrder(com.microsoft.azure.management.appservice.AppServiceCertificateOrder);
    descriptor: (Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;)Lcom/microsoft/azure/management/appservice/AppServiceCertificate$DefinitionStages$WithCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withExistingCertificateOrder:(Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;)Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withNewResourceGroup:(Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withNewResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl.withNewResourceGroup:()Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl<Lcom/microsoft/azure/management/appservice/AppServiceCertificate;Lcom/microsoft/azure/management/appservice/implementation/CertificateInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateImpl;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;>;Lcom/microsoft/azure/management/appservice/AppServiceCertificate;Lcom/microsoft/azure/management/appservice/AppServiceCertificate$Definition;
SourceFile: "AppServiceCertificateImpl.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$1  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$2  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$3
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.appservice.AppServiceCertificate$Definition of com.microsoft.azure.management.appservice.AppServiceCertificate
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages of com.microsoft.azure.management.appservice.AppServiceCertificate
  public abstract WithCreate = com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages$WithCreate of com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages
  public abstract WithPfxFilePassword = com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages$WithPfxFilePassword of com.microsoft.azure.management.appservice.AppServiceCertificate$DefinitionStages
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$1
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$2
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateImpl$3
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")