public class com.google.crypto.tink.util.KeysDownloader$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.crypto.tink.util.KeysDownloader$Builder
  super_class: java.lang.Object
{
  private HttpTransport httpTransport;
    descriptor: LHttpTransport;
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.Executor executor;
    descriptor: Ljava/util/concurrent/Executor;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String url;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.google.api cannot be resolved\n\tThe import com.google.api cannot be resolved\n\tThe import com.google.api cannot be resolved\n\tThe import com.google.api cannot be resolved\n\tThe import com.google.api cannot be resolved\n\tThe import com.google.api cannot be resolved\n\tThe import com.google.api cannot be resolved\n\tThe import javax.annotation.concurrent cannot be resolved\n\tThe import org.joda cannot be resolved\n\tNetHttpTransport cannot be resolved to a type\n\tNetHttpTransport cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n\tGuardedBy cannot be resolved to a type\n\tGuardedBy cannot be resolved to a type\n\tGuardedBy cannot be resolved to a type\n\tGuardedBy cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n\tGuardedBy cannot be resolved to a type\n\tGuardedBy cannot be resolved to a type\n\tInstant cannot be resolved\n\tGuardedBy cannot be resolved to a type\n\tHttpRequest cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n\tGenericUrl cannot be resolved to a type\n\tHttpResponse cannot be resolved to a type\n\tHttpStatusCodes cannot be resolved to a variable\n\tHttpHeaders cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n\tNetHttpTransport cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/util/KeysDownloader$Builder;

  public com.google.crypto.tink.util.KeysDownloader$Builder setUrl(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/google/crypto/tink/util/KeysDownloader$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
         0: .line 284
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/util/KeysDownloader$Builder;
    MethodParameters:
      Name  Flags
      val   

  public com.google.crypto.tink.util.KeysDownloader$Builder setExecutor(java.util.concurrent.Executor);
    descriptor: (Ljava/util/concurrent/Executor;)Lcom/google/crypto/tink/util/KeysDownloader$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
         0: .line 290
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/util/KeysDownloader$Builder;
    MethodParameters:
      Name  Flags
      val   

  public com.google.crypto.tink.util.KeysDownloader$Builder setHttpTransport(HttpTransport);
    descriptor: (LHttpTransport;)Lcom/google/crypto/tink/util/KeysDownloader$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
         0: .line 301
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpTransport cannot be resolved to a type\n\tHttpTransport cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/util/KeysDownloader$Builder;
    MethodParameters:
               Name  Flags
      httpTransport  

  public com.google.crypto.tink.util.KeysDownloader build();
    descriptor: ()Lcom/google/crypto/tink/util/KeysDownloader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
         0: .line 310
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tHttpTransport cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.util.KeysDownloader$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/util/KeysDownloader$Builder;
}
SourceFile: "KeysDownloader.java"
NestHost: com.google.crypto.tink.util.KeysDownloader
InnerClasses:
  public Builder = com.google.crypto.tink.util.KeysDownloader$Builder of com.google.crypto.tink.util.KeysDownloader