public final class android.se.omapi.Session
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.se.omapi.Session
  super_class: java.lang.Object
{
  private final java.lang.Object mLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.se.omapi.SEService mService;
    descriptor: Landroid/se/omapi/SEService;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.se.omapi.Reader mReader;
    descriptor: Landroid/se/omapi/Reader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.se.omapi.ISecureElementSession mSession;
    descriptor: Landroid/se/omapi/ISecureElementSession;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "OMAPI.Session"

  void <init>(android.se.omapi.SEService, android.se.omapi.ISecureElementSession, android.se.omapi.Reader);
    descriptor: (Landroid/se/omapi/SEService;Landroid/se/omapi/ISecureElementSession;Landroid/se/omapi/Reader;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.se.omapi.Session this
        start local 1 // android.se.omapi.SEService service
        start local 2 // android.se.omapi.ISecureElementSession session
        start local 3 // android.se.omapi.Reader reader
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield android.se.omapi.Session.mLock:Ljava/lang/Object;
         2: .line 52
            aload 1 /* service */
            ifnull 3
            aload 3 /* reader */
            ifnull 3
            aload 2 /* session */
            ifnonnull 4
         3: .line 53
      StackMap locals: android.se.omapi.Session android.se.omapi.SEService android.se.omapi.ISecureElementSession android.se.omapi.Reader
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameters cannot be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* service */
            putfield android.se.omapi.Session.mService:Landroid/se/omapi/SEService;
         5: .line 56
            aload 0 /* this */
            aload 3 /* reader */
            putfield android.se.omapi.Session.mReader:Landroid/se/omapi/Reader;
         6: .line 57
            aload 0 /* this */
            aload 2 /* session */
            putfield android.se.omapi.Session.mSession:Landroid/se/omapi/ISecureElementSession;
         7: .line 58
            return
        end local 3 // android.se.omapi.Reader reader
        end local 2 // android.se.omapi.ISecureElementSession session
        end local 1 // android.se.omapi.SEService service
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Landroid/se/omapi/Session;
            0    8     1  service  Landroid/se/omapi/SEService;
            0    8     2  session  Landroid/se/omapi/ISecureElementSession;
            0    8     3   reader  Landroid/se/omapi/Reader;
    MethodParameters:
         Name  Flags
      service  
      session  
      reader   

  public android.se.omapi.Reader getReader();
    descriptor: ()Landroid/se/omapi/Reader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.se.omapi.Session this
         0: .line 66
            aload 0 /* this */
            getfield android.se.omapi.Session.mReader:Landroid/se/omapi/Reader;
            areturn
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/se/omapi/Session;

  public byte[] getATR();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // android.se.omapi.Session this
         0: .line 79
            aload 0 /* this */
            getfield android.se.omapi.Session.mService:Landroid/se/omapi/SEService;
            invokevirtual android.se.omapi.SEService.isConnected:()Z
            ifne 2
         1: .line 80
            new java.lang.IllegalStateException
            dup
            ldc "service not connected to system"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.se.omapi.Session.mSession:Landroid/se/omapi/ISecureElementSession;
            invokeinterface android.se.omapi.ISecureElementSession.getAtr:()[B
         3: areturn
         4: .line 84
      StackMap locals:
      StackMap stack: android.os.RemoteException
            astore 1 /* e */
        start local 1 // android.os.RemoteException e
         5: .line 85
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokevirtual android.os.RemoteException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // android.os.RemoteException e
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/se/omapi/Session;
            5    6     1     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           2     3       4  Class android.os.RemoteException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.se.omapi.Session this
         0: .line 94
            aload 0 /* this */
            getfield android.se.omapi.Session.mService:Landroid/se/omapi/SEService;
            invokevirtual android.se.omapi.SEService.isConnected:()Z
            ifne 3
         1: .line 95
            ldc "OMAPI.Session"
            ldc "service not connected to system"
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;)I
            pop
         2: .line 96
            return
         3: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.se.omapi.Session.mLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         4: .line 100
            aload 0 /* this */
            getfield android.se.omapi.Session.mSession:Landroid/se/omapi/ISecureElementSession;
            invokeinterface android.se.omapi.ISecureElementSession.close:()V
         5: .line 101
            goto 8
      StackMap locals: android.se.omapi.Session java.lang.Object
      StackMap stack: android.os.RemoteException
         6: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         7: .line 102
            ldc "OMAPI.Session"
            ldc "Error closing session"
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // android.os.RemoteException e
         8: .line 98
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 1
            monitorexit
        11: athrow
        12: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Landroid/se/omapi/Session;
            7    8     2     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           4     5       6  Class android.os.RemoteException
           4     9      10  any
          10    11      10  any

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.se.omapi.Session this
         0: .line 114
            aload 0 /* this */
            getfield android.se.omapi.Session.mSession:Landroid/se/omapi/ISecureElementSession;
            invokeinterface android.se.omapi.ISecureElementSession.isClosed:()Z
         1: ireturn
         2: .line 115
      StackMap locals:
      StackMap stack: android.os.RemoteException
            pop
         3: .line 117
            iconst_1
            ireturn
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/se/omapi/Session;
      Exception table:
        from    to  target  type
           0     1       2  Class android.os.RemoteException

  public void closeChannels();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.se.omapi.Session this
         0: .line 125
            aload 0 /* this */
            getfield android.se.omapi.Session.mService:Landroid/se/omapi/SEService;
            invokevirtual android.se.omapi.SEService.isConnected:()Z
            ifne 3
         1: .line 126
            ldc "OMAPI.Session"
            ldc "service not connected to system"
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;)I
            pop
         2: .line 127
            return
         3: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.se.omapi.Session.mLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         4: .line 132
            aload 0 /* this */
            getfield android.se.omapi.Session.mSession:Landroid/se/omapi/ISecureElementSession;
            invokeinterface android.se.omapi.ISecureElementSession.closeChannels:()V
         5: .line 133
            goto 8
      StackMap locals: android.se.omapi.Session java.lang.Object
      StackMap stack: android.os.RemoteException
         6: astore 2 /* e */
        start local 2 // android.os.RemoteException e
         7: .line 134
            ldc "OMAPI.Session"
            ldc "Error closing channels"
            aload 2 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 2 // android.os.RemoteException e
         8: .line 130
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 1
            monitorexit
        11: athrow
        12: .line 137
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Landroid/se/omapi/Session;
            7    8     2     e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           4     5       6  Class android.os.RemoteException
           4     9      10  any
          10    11      10  any

  public android.se.omapi.Channel openBasicChannel(byte[], byte);
    descriptor: ([BB)Landroid/se/omapi/Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // android.se.omapi.Session this
        start local 1 // byte[] aid
        start local 2 // byte p2
         0: .line 201
            aload 0 /* this */
            getfield android.se.omapi.Session.mService:Landroid/se/omapi/SEService;
            invokevirtual android.se.omapi.SEService.isConnected:()Z
            ifne 2
         1: .line 202
            new java.lang.IllegalStateException
            dup
            ldc "service not connected to system"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.se.omapi.Session.mLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         3: .line 207
            aload 0 /* this */
            getfield android.se.omapi.Session.mSession:Landroid/se/omapi/ISecureElementSession;
            aload 1 /* aid */
            iload 2 /* p2 */
         4: .line 208
            aload 0 /* this */
            getfield android.se.omapi.Session.mReader:Landroid/se/omapi/Reader;
            invokevirtual android.se.omapi.Reader.getSEService:()Landroid/se/omapi/SEService;
            invokevirtual android.se.omapi.SEService.getListener:()Landroid/se/omapi/ISecureElementListener;
         5: .line 207
            invokeinterface android.se.omapi.ISecureElementSession.openBasicChannel:([BBLandroid/se/omapi/ISecureElementListener;)Landroid/se/omapi/ISecureElementChannel;
            astore 4 /* channel */
        start local 4 // android.se.omapi.ISecureElementChannel channel
         6: .line 209
            aload 4 /* channel */
            ifnonnull 9
         7: .line 210
            aload 3
            monitorexit
         8: aconst_null
            areturn
         9: .line 212
      StackMap locals: java.lang.Object android.se.omapi.ISecureElementChannel
      StackMap stack:
            new android.se.omapi.Channel
            dup
            aload 0 /* this */
            getfield android.se.omapi.Session.mService:Landroid/se/omapi/SEService;
            aload 0 /* this */
            aload 4 /* channel */
            invokespecial android.se.omapi.Channel.<init>:(Landroid/se/omapi/SEService;Landroid/se/omapi/Session;Landroid/se/omapi/ISecureElementChannel;)V
        10: aload 3
            monitorexit
        11: areturn
        end local 4 // android.se.omapi.ISecureElementChannel channel
        12: .line 213
      StackMap locals: android.se.omapi.Session byte[] int java.lang.Object
      StackMap stack: android.os.ServiceSpecificException
            astore 4 /* e */
        start local 4 // android.os.ServiceSpecificException e
        13: .line 214
            aload 4 /* e */
            getfield android.os.ServiceSpecificException.errorCode:I
            iconst_1
            if_icmpne 15
        14: .line 215
            new java.io.IOException
            dup
            aload 4 /* e */
            invokevirtual android.os.ServiceSpecificException.getMessage:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 216
      StackMap locals: android.os.ServiceSpecificException
      StackMap stack:
            aload 4 /* e */
            getfield android.os.ServiceSpecificException.errorCode:I
            iconst_2
            if_icmpne 17
        16: .line 217
            new java.util.NoSuchElementException
            dup
            aload 4 /* e */
            invokevirtual android.os.ServiceSpecificException.getMessage:()Ljava/lang/String;
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 219
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            aload 4 /* e */
            invokevirtual android.os.ServiceSpecificException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // android.os.ServiceSpecificException e
        18: .line 221
      StackMap locals: android.se.omapi.Session byte[] int java.lang.Object
      StackMap stack: android.os.RemoteException
            astore 4 /* e */
        start local 4 // android.os.RemoteException e
        19: .line 222
            new java.lang.IllegalStateException
            dup
            aload 4 /* e */
            invokevirtual android.os.RemoteException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // android.os.RemoteException e
        20: .line 205
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
        21: athrow
        end local 2 // byte p2
        end local 1 // byte[] aid
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Landroid/se/omapi/Session;
            0   22     1      aid  [B
            0   22     2       p2  B
            6   12     4  channel  Landroid/se/omapi/ISecureElementChannel;
           13   18     4        e  Landroid/os/ServiceSpecificException;
           19   20     4        e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           3     7      12  Class android.os.ServiceSpecificException
           9    10      12  Class android.os.ServiceSpecificException
           3     7      18  Class android.os.RemoteException
           9    10      18  Class android.os.RemoteException
           3     8      20  any
           9    11      20  any
          12    21      20  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      aid   
      p2    

  public android.se.omapi.Channel openBasicChannel(byte[]);
    descriptor: ([B)Landroid/se/omapi/Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.se.omapi.Session this
        start local 1 // byte[] aid
         0: .line 250
            aload 0 /* this */
            aload 1 /* aid */
            iconst_0
            invokevirtual android.se.omapi.Session.openBasicChannel:([BB)Landroid/se/omapi/Channel;
            areturn
        end local 1 // byte[] aid
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/se/omapi/Session;
            0    1     1   aid  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      aid   

  public android.se.omapi.Channel openLogicalChannel(byte[], byte);
    descriptor: ([BB)Landroid/se/omapi/Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // android.se.omapi.Session this
        start local 1 // byte[] aid
        start local 2 // byte p2
         0: .line 307
            aload 0 /* this */
            getfield android.se.omapi.Session.mService:Landroid/se/omapi/SEService;
            invokevirtual android.se.omapi.SEService.isConnected:()Z
            ifne 2
         1: .line 308
            new java.lang.IllegalStateException
            dup
            ldc "service not connected to system"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.se.omapi.Session.mLock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         3: .line 312
            aload 0 /* this */
            getfield android.se.omapi.Session.mSession:Landroid/se/omapi/ISecureElementSession;
         4: .line 313
            aload 1 /* aid */
         5: .line 314
            iload 2 /* p2 */
         6: .line 315
            aload 0 /* this */
            getfield android.se.omapi.Session.mReader:Landroid/se/omapi/Reader;
            invokevirtual android.se.omapi.Reader.getSEService:()Landroid/se/omapi/SEService;
            invokevirtual android.se.omapi.SEService.getListener:()Landroid/se/omapi/ISecureElementListener;
         7: .line 312
            invokeinterface android.se.omapi.ISecureElementSession.openLogicalChannel:([BBLandroid/se/omapi/ISecureElementListener;)Landroid/se/omapi/ISecureElementChannel;
            astore 4 /* channel */
        start local 4 // android.se.omapi.ISecureElementChannel channel
         8: .line 316
            aload 4 /* channel */
            ifnonnull 11
         9: .line 317
            aload 3
            monitorexit
        10: aconst_null
            areturn
        11: .line 319
      StackMap locals: java.lang.Object android.se.omapi.ISecureElementChannel
      StackMap stack:
            new android.se.omapi.Channel
            dup
            aload 0 /* this */
            getfield android.se.omapi.Session.mService:Landroid/se/omapi/SEService;
            aload 0 /* this */
            aload 4 /* channel */
            invokespecial android.se.omapi.Channel.<init>:(Landroid/se/omapi/SEService;Landroid/se/omapi/Session;Landroid/se/omapi/ISecureElementChannel;)V
        12: aload 3
            monitorexit
        13: areturn
        end local 4 // android.se.omapi.ISecureElementChannel channel
        14: .line 320
      StackMap locals: android.se.omapi.Session byte[] int java.lang.Object
      StackMap stack: android.os.ServiceSpecificException
            astore 4 /* e */
        start local 4 // android.os.ServiceSpecificException e
        15: .line 321
            aload 4 /* e */
            getfield android.os.ServiceSpecificException.errorCode:I
            iconst_1
            if_icmpne 17
        16: .line 322
            new java.io.IOException
            dup
            aload 4 /* e */
            invokevirtual android.os.ServiceSpecificException.getMessage:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 323
      StackMap locals: android.os.ServiceSpecificException
      StackMap stack:
            aload 4 /* e */
            getfield android.os.ServiceSpecificException.errorCode:I
            iconst_2
            if_icmpne 19
        18: .line 324
            new java.util.NoSuchElementException
            dup
            aload 4 /* e */
            invokevirtual android.os.ServiceSpecificException.getMessage:()Ljava/lang/String;
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        19: .line 326
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            aload 4 /* e */
            invokevirtual android.os.ServiceSpecificException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // android.os.ServiceSpecificException e
        20: .line 328
      StackMap locals: android.se.omapi.Session byte[] int java.lang.Object
      StackMap stack: android.os.RemoteException
            astore 4 /* e */
        start local 4 // android.os.RemoteException e
        21: .line 329
            new java.lang.IllegalStateException
            dup
            aload 4 /* e */
            invokevirtual android.os.RemoteException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // android.os.RemoteException e
        22: .line 310
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
        23: athrow
        end local 2 // byte p2
        end local 1 // byte[] aid
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Landroid/se/omapi/Session;
            0   24     1      aid  [B
            0   24     2       p2  B
            8   14     4  channel  Landroid/se/omapi/ISecureElementChannel;
           15   20     4        e  Landroid/os/ServiceSpecificException;
           21   22     4        e  Landroid/os/RemoteException;
      Exception table:
        from    to  target  type
           3     9      14  Class android.os.ServiceSpecificException
          11    12      14  Class android.os.ServiceSpecificException
           3     9      20  Class android.os.RemoteException
          11    12      20  Class android.os.RemoteException
           3    10      22  any
          11    13      22  any
          14    23      22  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      aid   
      p2    

  public android.se.omapi.Channel openLogicalChannel(byte[]);
    descriptor: ([B)Landroid/se/omapi/Channel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.se.omapi.Session this
        start local 1 // byte[] aid
         0: .line 359
            aload 0 /* this */
            aload 1 /* aid */
            iconst_0
            invokevirtual android.se.omapi.Session.openLogicalChannel:([BB)Landroid/se/omapi/Channel;
            areturn
        end local 1 // byte[] aid
        end local 0 // android.se.omapi.Session this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/se/omapi/Session;
            0    1     1   aid  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      aid   
}
SourceFile: "Session.java"