class com.microsoft.azure.management.keyvault.implementation.KeysImpl$5 extends com.microsoft.azure.management.keyvault.implementation.KeyVaultFutures$ServiceFutureConverter<com.microsoft.azure.keyvault.models.KeyBundle, com.microsoft.azure.management.keyvault.Key>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.keyvault.implementation.KeysImpl$5
  super_class: com.microsoft.azure.management.keyvault.implementation.KeyVaultFutures$ServiceFutureConverter
{
  final com.microsoft.azure.management.keyvault.implementation.KeysImpl this$0;
    descriptor: Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$name;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$version;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.keyvault.implementation.KeysImpl, java.lang.String, java.lang.String);
    descriptor: (Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl$5 this
         0: .line 146
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.keyvault.implementation.KeysImpl$5.this$0:Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            aload 0 /* this */
            aload 2
            putfield com.microsoft.azure.management.keyvault.implementation.KeysImpl$5.val$name:Ljava/lang/String;
            aload 0 /* this */
            aload 3
            putfield com.microsoft.azure.management.keyvault.implementation.KeysImpl$5.val$version:Ljava/lang/String;
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.keyvault.implementation.KeyVaultFutures$ServiceFutureConverter.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl$5;
    MethodParameters:
             Name  Flags
      this$0       final
      val$name     final
      val$version  final

  com.microsoft.rest.ServiceFuture<com.microsoft.azure.keyvault.models.KeyBundle> callAsync();
    descriptor: ()Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl$5 this
         0: .line 150
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl$5.this$0:Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            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$5.this$0:Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            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 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl$5.val$name:Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl$5.val$version:Ljava/lang/String;
            aconst_null
            invokevirtual com.microsoft.azure.keyvault.KeyVaultClient.getKeyAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl$5;
    Signature: ()Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/keyvault/models/KeyBundle;>;

  com.microsoft.azure.management.keyvault.Key wrapModel(com.microsoft.azure.keyvault.models.KeyBundle);
    descriptor: (Lcom/microsoft/azure/keyvault/models/KeyBundle;)Lcom/microsoft/azure/management/keyvault/Key;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl$5 this
        start local 1 // com.microsoft.azure.keyvault.models.KeyBundle keyBundle
         0: .line 155
            aload 0 /* this */
            getfield com.microsoft.azure.management.keyvault.implementation.KeysImpl$5.this$0:Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl;
            aload 1 /* 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 // com.microsoft.azure.keyvault.models.KeyBundle keyBundle
        end local 0 // com.microsoft.azure.management.keyvault.implementation.KeysImpl$5 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/azure/management/keyvault/implementation/KeysImpl$5;
            0    1     1  keyBundle  Lcom/microsoft/azure/keyvault/models/KeyBundle;
    MethodParameters:
           Name  Flags
      keyBundle  

  java.lang.Object wrapModel(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1040) 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$5.wrapModel:(Lcom/microsoft/azure/keyvault/models/KeyBundle;)Lcom/microsoft/azure/management/keyvault/Key;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/keyvault/implementation/KeyVaultFutures$ServiceFutureConverter<Lcom/microsoft/azure/keyvault/models/KeyBundle;Lcom/microsoft/azure/management/keyvault/Key;>;
SourceFile: "KeysImpl.java"
EnclosingMethod: com.microsoft.azure.management.keyvault.implementation.KeysImpl.getByNameAndVersionAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
NestHost: com.microsoft.azure.management.keyvault.implementation.KeysImpl
InnerClasses:
  abstract ServiceFutureConverter = com.microsoft.azure.management.keyvault.implementation.KeyVaultFutures$ServiceFutureConverter of com.microsoft.azure.management.keyvault.implementation.KeyVaultFutures
  com.microsoft.azure.management.keyvault.implementation.KeysImpl$5