class sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback extends sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback
  super_class: sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback this
         0: .line 54
            aload 0 /* this */
            invokespecial sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback.<init>:()V
            return
        end local 0 // sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback;

  public boolean isTrustedSite(java.net.URL);
    descriptor: (Ljava/net/URL;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback this
        start local 1 // java.net.URL url
         0: .line 56
            iconst_1
            ireturn
        end local 1 // java.net.URL url
        end local 0 // sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/ntlm/NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback;
            0    1     1   url  Ljava/net/URL;
    MethodParameters:
      Name  Flags
      url   
}
SourceFile: "NTLMAuthenticationCallback.java"
NestHost: sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback
InnerClasses:
  DefaultNTLMAuthenticationCallback = sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback$DefaultNTLMAuthenticationCallback of sun.net.www.protocol.http.ntlm.NTLMAuthenticationCallback