public final class android.net.IpSecManager$IpSecTunnelInterface implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.net.IpSecManager$IpSecTunnelInterface
  super_class: java.lang.Object
{
  private final java.lang.String mOpPackageName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.net.IIpSecService mService;
    descriptor: Landroid/net/IIpSecService;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.net.InetAddress mRemoteAddress;
    descriptor: Ljava/net/InetAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.net.InetAddress mLocalAddress;
    descriptor: Ljava/net/InetAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.net.Network mUnderlyingNetwork;
    descriptor: Landroid/net/Network;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final CloseGuard mCloseGuard;
    descriptor: LCloseGuard;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private int mResourceId;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public java.lang.String getInterfaceName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.net.IpSecManager$IpSecTunnelInterface this
         0: .line 735
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.IpSecManager$IpSecTunnelInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/IpSecManager$IpSecTunnelInterface;

  public void addAddress(java.net.InetAddress, int);
    descriptor: (Ljava/net/InetAddress;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.net.IpSecManager$IpSecTunnelInterface this
         0: .line 749
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission.MANAGE_IPSEC_TUNNELS cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.IpSecManager$IpSecTunnelInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/IpSecManager$IpSecTunnelInterface;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      address    
      prefixLen  

  public void removeAddress(java.net.InetAddress, int);
    descriptor: (Ljava/net/InetAddress;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.net.IpSecManager$IpSecTunnelInterface this
         0: .line 770
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission.MANAGE_IPSEC_TUNNELS cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.IpSecManager$IpSecTunnelInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/IpSecManager$IpSecTunnelInterface;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      address    
      prefixLen  

  private void <init>(android.content.Context, android.net.IIpSecService, java.net.InetAddress, java.net.InetAddress, android.net.Network);
    descriptor: (Landroid/content/Context;Landroid/net/IIpSecService;Ljava/net/InetAddress;Ljava/net/InetAddress;Landroid/net/Network;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // android.net.IpSecManager$IpSecTunnelInterface this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import dalvik.system cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tThe method getFileDescriptor$() is undefined for the type Socket\n\tThe method getFileDescriptor$() is undefined for the type DatagramSocket\n\tThe method getFileDescriptor$() is undefined for the type Socket\n\tThe method getFileDescriptor$() is undefined for the type DatagramSocket\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tandroid.Manifest.permission.MANAGE_IPSEC_TUNNELS cannot be resolved to a type\n\tandroid.Manifest.permission.MANAGE_IPSEC_TUNNELS cannot be resolved to a type\n\tOsConstants cannot be resolved to a variable\n\tOsConstants cannot be resolved to a variable\n\tOsConstants cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.IpSecManager$IpSecTunnelInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/IpSecManager$IpSecTunnelInterface;
    Exceptions:
      throws android.net.IpSecManager$ResourceUnavailableException, java.io.IOException
    MethodParameters:
                   Name  Flags
      ctx                
      service            
      localAddress       
      remoteAddress      
      underlyingNetwork  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.net.IpSecManager$IpSecTunnelInterface this
         0: .line 837
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCloseGuard cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.IpSecManager$IpSecTunnelInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/IpSecManager$IpSecTunnelInterface;

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.net.IpSecManager$IpSecTunnelInterface this
         0: .line 844
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.IpSecManager$IpSecTunnelInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/IpSecManager$IpSecTunnelInterface;
    Exceptions:
      throws java.lang.Throwable

  public int getResourceId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.net.IpSecManager$IpSecTunnelInterface this
         0: .line 852
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.IpSecManager$IpSecTunnelInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/IpSecManager$IpSecTunnelInterface;
    RuntimeInvisibleAnnotations: 
      com.android.internal.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.android.internal.annotations.VisibleForTesting()

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.net.IpSecManager$IpSecTunnelInterface this
         0: .line 857
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.net.IpSecManager$IpSecTunnelInterface this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/IpSecManager$IpSecTunnelInterface;
}
SourceFile: "IpSecManager.java"
NestHost: android.net.IpSecManager
InnerClasses:
  public final IpSecTunnelInterface = android.net.IpSecManager$IpSecTunnelInterface of android.net.IpSecManager
  public final ResourceUnavailableException = android.net.IpSecManager$ResourceUnavailableException of android.net.IpSecManager