class com.microsoft.azure.management.keyvault.implementation.KeysImpl extends com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableWrappersImpl<com.microsoft.azure.management.keyvault.Key, com.microsoft.azure.management.keyvault.implementation.KeyImpl, com.microsoft.azure.keyvault.models.KeyBundle> implements com.microsoft.azure.management.keyvault.Keys
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.keyvault.implementation.KeysImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableWrappersImpl
{
  private final com.microsoft.azure.keyvault.KeyVaultClient inner;
    descriptor: Lcom/microsoft/azure/keyvault/KeyVaultClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.keyvault.Vault vault;
    descriptor: Lcom/microsoft/azure/management/keyvault/Vault;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final rx.functions.Func1<com.microsoft.azure.keyvault.models.KeyItem, rx.Observable<com.microsoft.azure.management.keyvault.Key>> converter;
    descriptor: Lrx/functions/Func1;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lrx/functions/Func1<Lcom/microsoft/azure/keyvault/models/KeyItem;Lrx/Observable<Lcom/microsoft/azure/management/keyvault/Key;>;>;

  private final com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter<com.microsoft.azure.keyvault.models.KeyItem, com.microsoft.azure.management.keyvault.Key> listConverter;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter<Lcom/microsoft/azure/keyvault/models/KeyItem;Lcom/microsoft/azure/management/keyvault/Key;>;

  void <init>(com.microsoft.azure.keyvault.KeyVaultClient, com.microsoft.azure.management.keyvault.Vault);
    descriptor: (Lcom/microsoft/azure/keyvault/KeyVaultClient;Lcom/microsoft/azure/management/keyvault/Vault;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // com.microsoft.azure.keyvault.KeyVaultClient client
        start local 2 // com.microsoft.azure.management.keyvault.Vault vault
         0: .line 65
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.collection.implementation.CreatableWrappersImpl.<init>:()V
         1: .line 40
            aload 0 /* this */
            new com.microsoft.azure.management.keyvault.implementation.KeysImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeysImpl$1.<init>:(Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;)V
            putfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.converter:Lrx/functions/Func1;
         2: .line 58
            aload 0 /* this */
            new com.microsoft.azure.management.keyvault.implementation.KeysImpl$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeysImpl$2.<init>:(Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;)V
            putfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.listConverter:Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
         3: .line 66
            aload 0 /* this */
            aload 1 /* client */
            putfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.inner:Lcom/microsoft/azure/keyvault/KeyVaultClient;
         4: .line 67
            aload 0 /* this */
            aload 2 /* vault */
            putfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.vault:Lcom/microsoft/azure/management/keyvault/Vault;
         5: .line 68
            return
        end local 2 // com.microsoft.azure.management.keyvault.Vault vault
        end local 1 // com.microsoft.azure.keyvault.KeyVaultClient client
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    6     1  client  Lcom/microsoft/azure/keyvault/KeyVaultClient;
            0    6     2   vault  Lcom/microsoft/azure/management/keyvault/Vault;
    MethodParameters:
        Name  Flags
      client  
      vault   

  public com.microsoft.azure.management.keyvault.implementation.KeyImpl define(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String name
         0: .line 72
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  protected com.microsoft.azure.management.keyvault.implementation.KeyImpl wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String name
         0: .line 77
            new com.microsoft.azure.management.keyvault.implementation.KeyImpl
            dup
            aload 1 /* name */
            new com.microsoft.azure.keyvault.models.KeyBundle
            dup
            invokespecial com.microsoft.azure.keyvault.models.KeyBundle.<init>:()V
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.vault:Lcom/microsoft/azure/management/keyvault/Vault;
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeyImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/keyvault/models/KeyBundle;Lcom/microsoft/azure/management/keyvault/Vault;)V
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.keyvault.Key getById(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/Key;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String id
         0: .line 82
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.inner:Lcom/microsoft/azure/keyvault/KeyVaultClient;
            aload 1 /* id */
            invokevirtual com.microsoft.azure.keyvault.KeyVaultClient.getKey:(Ljava/lang/String;)Lcom/microsoft/azure/keyvault/models/KeyBundle;
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl.wrapModel:(Lcom/microsoft/azure/keyvault/models/KeyBundle;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public rx.Observable<com.microsoft.azure.management.keyvault.Key> getByIdAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String id
         0: .line 87
            aload 0 /* this */
            aload 1 /* id */
            aconst_null
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl.getByIdAsync:(Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            invokestatic rx.Observable.from:(Ljava/util/concurrent/Future;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    1     1    id  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/keyvault/Key;>;
    MethodParameters:
      Name  Flags
      id    

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.keyvault.Key> getByIdAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.keyvault.Key>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String id
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 92
            new com.microsoft.azure.management.keyvault.implementation.KeysImpl$3
            dup
            aload 0 /* this */
            aload 1 /* id */
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeysImpl$3.<init>:(Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;Ljava/lang/String;)V
         1: .line 102
            aload 2 /* callback */
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl$3.toFuture:(Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
         2: .line 92
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    3     1        id  Ljava/lang/String;
            0    3     2  callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/keyvault/Key;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/keyvault/Key;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/keyvault/Key;>;
    MethodParameters:
          Name  Flags
      id        final
      callback  final

  protected com.microsoft.azure.management.keyvault.implementation.KeyImpl wrapModel(com.microsoft.azure.keyvault.models.KeyBundle);
    descriptor: (Lcom/microsoft/azure/keyvault/models/KeyBundle;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // com.microsoft.azure.keyvault.models.KeyBundle inner
         0: .line 107
            aload 1 /* inner */
            ifnonnull 2
         1: .line 108
            aconst_null
            areturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.keyvault.implementation.KeyImpl
            dup
            aload 1 /* inner */
            invokevirtual com.microsoft.azure.keyvault.models.KeyBundle.keyIdentifier:()Lcom/microsoft/azure/keyvault/KeyIdentifier;
            invokevirtual com.microsoft.azure.keyvault.KeyIdentifier.name:()Ljava/lang/String;
            aload 1 /* inner */
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.vault:Lcom/microsoft/azure/management/keyvault/Vault;
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeyImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/keyvault/models/KeyBundle;Lcom/microsoft/azure/management/keyvault/Vault;)V
            areturn
        end local 1 // com.microsoft.azure.keyvault.models.KeyBundle inner
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    3     1  inner  Lcom/microsoft/azure/keyvault/models/KeyBundle;
    MethodParameters:
       Name  Flags
      inner  

  public rx.Completable deleteByIdAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String id
         0: .line 115
            new com.microsoft.azure.keyvault.KeyIdentifier
            dup
            aload 1 /* id */
            invokespecial com.microsoft.azure.keyvault.KeyIdentifier.<init>:(Ljava/lang/String;)V
            astore 2 /* identifier */
        start local 2 // com.microsoft.azure.keyvault.KeyIdentifier identifier
         1: .line 116
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.inner:Lcom/microsoft/azure/keyvault/KeyVaultClient;
            aload 2 /* identifier */
            invokevirtual com.microsoft.azure.keyvault.KeyIdentifier.vault:()Ljava/lang/String;
            aload 2 /* identifier */
            invokevirtual com.microsoft.azure.keyvault.KeyIdentifier.name:()Ljava/lang/String;
            aconst_null
            invokevirtual com.microsoft.azure.keyvault.KeyVaultClient.deleteKeyAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            invokestatic rx.Completable.fromFuture:(Ljava/util/concurrent/Future;)Lrx/Completable;
            areturn
        end local 2 // com.microsoft.azure.keyvault.KeyIdentifier identifier
        end local 1 // java.lang.String id
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    2     1          id  Ljava/lang/String;
            1    2     2  identifier  Lcom/microsoft/azure/keyvault/KeyIdentifier;
    MethodParameters:
      Name  Flags
      id    

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.keyvault.Key> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
         0: .line 121
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.listConverter:Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.inner:Lcom/microsoft/azure/keyvault/KeyVaultClient;
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.vault:Lcom/microsoft/azure/management/keyvault/Vault;
            invokeinterface com.microsoft.azure.management.keyvault.Vault.vaultUri:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.keyvault.KeyVaultClient.listKeys:(Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter.convert:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
            areturn
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/keyvault/Key;>;

  public rx.Observable<com.microsoft.azure.management.keyvault.Key> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
         0: .line 126
            new com.microsoft.azure.management.keyvault.implementation.KeysImpl$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeysImpl$4.<init>:(Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;)V
         1: .line 136
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl$4.toObservable:()Lrx/Observable;
         2: .line 126
            areturn
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/keyvault/Key;>;

  public com.microsoft.azure.management.keyvault.Key getByNameAndVersion(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/Key;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String version
         0: .line 141
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.inner:Lcom/microsoft/azure/keyvault/KeyVaultClient;
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.vault:Lcom/microsoft/azure/management/keyvault/Vault;
            invokeinterface com.microsoft.azure.management.keyvault.Vault.vaultUri:()Ljava/lang/String;
            aload 1 /* name */
            aload 2 /* version */
            invokevirtual com.microsoft.azure.keyvault.KeyVaultClient.getKey:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/keyvault/models/KeyBundle;
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl.wrapModel:(Lcom/microsoft/azure/keyvault/models/KeyBundle;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
            areturn
        end local 2 // java.lang.String version
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    1     1     name  Ljava/lang/String;
            0    1     2  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      name     
      version  

  public rx.Observable<com.microsoft.azure.management.keyvault.Key> getByNameAndVersionAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String version
         0: .line 146
            new com.microsoft.azure.management.keyvault.implementation.KeysImpl$5
            dup
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* version */
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeysImpl$5.<init>:(Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 157
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl$5.toObservable:()Lrx/Observable;
         2: .line 146
            areturn
        end local 2 // java.lang.String version
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    3     1     name  Ljava/lang/String;
            0    3     2  version  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/keyvault/Key;>;
    MethodParameters:
         Name  Flags
      name     final
      version  final

  public com.microsoft.azure.management.keyvault.Key restore(byte[]);
    descriptor: ([B)Lcom/microsoft/azure/management/keyvault/Key;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // byte[] backup
         0: .line 162
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.vault:Lcom/microsoft/azure/management/keyvault/Vault;
            invokeinterface com.microsoft.azure.management.keyvault.Vault.client:()Lcom/microsoft/azure/keyvault/KeyVaultClient;
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.vault:Lcom/microsoft/azure/management/keyvault/Vault;
            invokeinterface com.microsoft.azure.management.keyvault.Vault.vaultUri:()Ljava/lang/String;
            aload 1 /* backup */
            invokevirtual com.microsoft.azure.keyvault.KeyVaultClient.restoreKey:(Ljava/lang/String;[B)Lcom/microsoft/azure/keyvault/models/KeyBundle;
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl.wrapModel:(Lcom/microsoft/azure/keyvault/models/KeyBundle;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
            areturn
        end local 1 // byte[] backup
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    1     1  backup  [B
    MethodParameters:
        Name  Flags
      backup  

  public rx.Observable<com.microsoft.azure.management.keyvault.Key> restoreAsync(byte[]);
    descriptor: ([B)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // byte[] backup
         0: .line 167
            new com.microsoft.azure.management.keyvault.implementation.KeysImpl$6
            dup
            aload 0 /* this */
            aload 1 /* backup */
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeysImpl$6.<init>:(Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;[B)V
         1: .line 177
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl$6.toObservable:()Lrx/Observable;
         2: .line 167
            areturn
        end local 1 // byte[] backup
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    3     1  backup  [B
    Signature: ([B)Lrx/Observable<Lcom/microsoft/azure/management/keyvault/Key;>;
    MethodParameters:
        Name  Flags
      backup  final

  public rx.Observable<com.microsoft.azure.management.keyvault.Key> getByNameAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String name
         0: .line 182
            new com.microsoft.azure.management.keyvault.implementation.KeysImpl$7
            dup
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeysImpl$7.<init>:(Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;Ljava/lang/String;)V
         1: .line 193
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl$7.toObservable:()Lrx/Observable;
         2: .line 182
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    3     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/keyvault/Key;>;
    MethodParameters:
      Name  Flags
      name  final

  public com.microsoft.azure.management.keyvault.Key getByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/Key;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
        start local 1 // java.lang.String name
         0: .line 198
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.inner:Lcom/microsoft/azure/keyvault/KeyVaultClient;
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl.vault:Lcom/microsoft/azure/management/keyvault/Vault;
            invokeinterface com.microsoft.azure.management.keyvault.Vault.vaultUri:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.keyvault.KeyVaultClient.getKey:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/keyvault/models/KeyBundle;
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl.wrapModel:(Lcom/microsoft/azure/keyvault/models/KeyBundle;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.Object getById(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.keyvault.implementation.KeysImpl.getById:(Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/Key;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.microsoft.azure.keyvault.models.KeyBundle
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl.wrapModel:(Lcom/microsoft/azure/keyvault/models/KeyBundle;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected java.lang.Object wrapModel(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.keyvault.implementation.KeysImpl.wrapModel:(Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getByName(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.keyvault.implementation.KeysImpl.getByName:(Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/Key;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object define(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.keyvault.implementation.KeysImpl.define:(Ljava/lang/String;)Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/implementation/CreatableWrappersImpl<Lcom/microsoft/azure/management/keyvault/Key;Lcom/microsoft/azure/management/keyvault/implementation/KeyImpl;Lcom/microsoft/azure/keyvault/models/KeyBundle;>;Lcom/microsoft/azure/management/keyvault/Keys;
SourceFile: "KeysImpl.java"
NestMembers:
  com.microsoft.azure.management.keyvault.implementation.KeysImpl$1  com.microsoft.azure.management.keyvault.implementation.KeysImpl$1$1  com.microsoft.azure.management.keyvault.implementation.KeysImpl$2  com.microsoft.azure.management.keyvault.implementation.KeysImpl$3  com.microsoft.azure.management.keyvault.implementation.KeysImpl$4  com.microsoft.azure.management.keyvault.implementation.KeysImpl$5  com.microsoft.azure.management.keyvault.implementation.KeysImpl$6  com.microsoft.azure.management.keyvault.implementation.KeysImpl$7
InnerClasses:
  com.microsoft.azure.management.keyvault.implementation.KeysImpl$1
  com.microsoft.azure.management.keyvault.implementation.KeysImpl$2
  com.microsoft.azure.management.keyvault.implementation.KeysImpl$3
  com.microsoft.azure.management.keyvault.implementation.KeysImpl$4
  com.microsoft.azure.management.keyvault.implementation.KeysImpl$5
  com.microsoft.azure.management.keyvault.implementation.KeysImpl$6
  com.microsoft.azure.management.keyvault.implementation.KeysImpl$7
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()