B C D E G I O R S T U

C

CAT_TP - Static variable in class uicc.connection.ConnectionServer
Indicating the usage of CAT_TP as transport protocol: 0
close() - Method in interface uicc.connection.BIPLink
Closes the BIP link.
close() - Method in interface uicc.connection.SCP81Connection
Close the SCP81 Connection.
closeConnection() - Method in interface uicc.connection.UICCTransportLink
Disconnects the application from the remote entity and requests the closing of the underlying connection.
COMMUNICATION_ERROR - Static variable in interface uicc.connection.SCP81ConnectionStatus
This constant is used if connection was closed due to a communication error.
connect(int, int, short, byte[], short, short) - Method in interface uicc.connection.UICCTransportLink
Connects the application via the reliable link to a remote entity.
CONNECT_OPERATION_FAILED - Static variable in interface uicc.connection.ConnectionConstants
UICCTransportLink.connect() method result: if the connect operation has failed: 0
CONNECT_OPERATION_PERFORMED_SUCCESSFULLY - Static variable in interface uicc.connection.ConnectionConstants
UICCTransportLink.connect() method result: if the connect operation has been performed successfully: 1
CONNECT_OPERATION_PERFORMED_WITH_MODIFICATIONS - Static variable in interface uicc.connection.ConnectionConstants
UICCTransportLink.connect() method result: if the connect operation has been performed with modifications: 2
Connection - Interface in uicc.connection
The Connection interface represents a data link connection to a remote entity.
CONNECTION_CLOSED - Static variable in interface uicc.connection.SCP81ConnectionStatus
This constant is used if connection was closed due an invocation of SCP81Connection.close().
CONNECTION_ESTABLISHED - Static variable in interface uicc.connection.SCP81ConnectionStatus
This constant is used if the connection was successfully opened..
CONNECTION_REFUSED - Static variable in exception uicc.connection.ConnectionException
Reason code to indicate that the connection has been refused by the remote entity: 7
CONNECTION_SETUP_FAILED - Static variable in interface uicc.connection.SCP81ConnectionStatus
This constant is used if the connection could not been opened.
ConnectionClosed - Interface in uicc.connection
Notification about closing of a connection.
ConnectionConstants - Interface in uicc.connection
ConnectionConstants encapsulates constants related to the connection services.
ConnectionException - Exception in uicc.connection
Exception class for the uicc.connection package.
ConnectionException(short) - Constructor for exception uicc.connection.ConnectionException
Construct a ConnectionException instance with the specified reason.
ConnectionServer - Class in uicc.connection
This ConnectionServer factory class provides methods to create objects implementing Connection, BIPLink and UICCTransportLink.
copyReceivedData(int, byte[], short, short) - Method in interface uicc.connection.DataReceived
Copy the received data in a buffer.
createBIPLink(Connection, Observer) - Static method in class uicc.connection.ConnectionServer
Returns an instance providing a connection service without any additional reliable protocol.
createSCP81Connection(Observer) - Static method in class uicc.connection.ConnectionServer
Returns an instance providing an SCP81 connection.
createUICCTransportLink(byte, Connection, Observer) - Static method in class uicc.connection.ConnectionServer
Returns an instance providing a connection service which implements a reliable transport protocol.

B C D E G I O R S T U