public interface android.se.omapi.ISecureElementSession extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.se.omapi.ISecureElementSession
  super_class: java.lang.Object
{
  public abstract byte[] getAtr();
    descriptor: ()[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void closeChannels();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract boolean isClosed();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract android.se.omapi.ISecureElementChannel openBasicChannel(byte[], byte, android.se.omapi.ISecureElementListener);
    descriptor: ([BBLandroid/se/omapi/ISecureElementListener;)Landroid/se/omapi/ISecureElementChannel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      aid       
      p2        
      listener  

  public abstract android.se.omapi.ISecureElementChannel openLogicalChannel(byte[], byte, android.se.omapi.ISecureElementListener);
    descriptor: ([BBLandroid/se/omapi/ISecureElementListener;)Landroid/se/omapi/ISecureElementChannel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    MethodParameters:
          Name  Flags
      aid       
      p2        
      listener  
}
SourceFile: "ISecureElementSession.java"
NestMembers:
  android.se.omapi.ISecureElementSession$Stub  android.se.omapi.ISecureElementSession$Stub$Proxy
InnerClasses:
  public abstract Stub = android.se.omapi.ISecureElementSession$Stub of android.se.omapi.ISecureElementSession