A B C D E F G I J M N P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- APDUException - Exception in javacard.framework
-
APDUException
represents anAPDU
related exception. - APDUException(short) - Constructor for exception javacard.framework.APDUException
-
Constructs an APDUException.
- APDUExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a card subclass of
APDUException
. - APDUExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.APDUExceptionSubclass
-
Constructs an APDUExceptionSubclass with the specified reason and specified error message.
- ApduIOCardAccessor - Class in com.sun.javacard.clientlib
-
Implementation of CardAccessor using ApduIO library
- ApduIOCardAccessor() - Constructor for class com.sun.javacard.clientlib.ApduIOCardAccessor
-
Creates a new instance of ApduIOCardAccessor
B
- BAD_LENGTH - Static variable in exception javacard.framework.APDUException
-
The
APDU.setOutgoingLength()
method is using this reason code to indicate that the length parameter is greater that 256 or if non BLOCK CHAINED data transfer is requested andlen
is greater than (IFSD-2), where IFSD is the Outgoing Block Size. - BioException - Exception in javacardx.biometry
-
The
BioException
class encapsulates specific exceptions which can be thrown by the methods of thejavacardx.biometry
package in case of error. - BioException(short) - Constructor for exception javacardx.biometry.BioException
-
Construct a new biometric exception using a provided reason code.
- BioExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
The
BioException
class encapsulates specific exceptions which can be thrown by the methods of thejavacardx.biometry
package in case of error. - BioExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.BioExceptionSubclass
- BUFFER_BOUNDS - Static variable in exception javacard.framework.APDUException
-
The
APDU.sendBytes()
method is using this reason code to indicate that the sum of buffer offset parameter and the byte length parameter exceeds the APDU buffer size. - BUFFER_FULL - Static variable in exception javacard.framework.TransactionException
-
This reason code is used during a transaction to indicate that the commit buffer is full.
C
- cad - Variable in class com.sun.javacard.clientlib.ApduIOCardAccessor
-
Reference to underlying ApduIO object.
- CANNOT_ACCESS_IN_COMMAND - Static variable in exception javacard.framework.service.ServiceException
-
This reason code is used to indicate that the command in the
APDU
object cannot be accessed for input processing. - CANNOT_ACCESS_OUT_COMMAND - Static variable in exception javacard.framework.service.ServiceException
-
This reason code is used to indicate that the command in the
APDU
object cannot be accessed for output processing. - CardAccessor - Interface in com.sun.javacard.clientlib
-
The
CardAccessor
interface represents a generic smartcard communication API. - CardException - Exception in javacard.framework
-
The
CardException
class defines a fieldreason
and two accessor methodsgetReason()
andsetReason()
. - CardException(short) - Constructor for exception javacard.framework.CardException
-
Construct a CardException instance with the specified reason.
- CardExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a subclass of
CardException
on the card. - CardExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.CardExceptionSubclass
-
Construct a CardExceptionSubclass instance with the specified reason and the specified error message.
- CardObjectFactory - Class in com.sun.javacard.javax.smartcard.rmiclient
-
This
CardObjectFactory
abstract class represents the base class for Java Card RMI version 2.2.1 stub generation implementations. - CardObjectFactory() - Constructor for class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
-
Creates a new CardObjectFactory for this RMI session
- CardRuntimeException - Exception in javacard.framework
-
The
CardRuntimeException
class defines a fieldreason
and two accessor methodsgetReason()
andsetReason()
. - CardRuntimeException(short) - Constructor for exception javacard.framework.CardRuntimeException
-
Construct a CardRuntimeException instance with the specified reason.
- CardRuntimeExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a subclass of
CardRuntimeException
on the card. - CardRuntimeExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.CardRuntimeExceptionSubclass
-
Construct a CardRuntimeExceptionSubclass instance with the specified reason and the specified error message.
- closeCard() - Method in class com.sun.javacard.clientlib.ApduIOCardAccessor
-
Close and powerdown the card.
- closeCard() - Method in interface com.sun.javacard.clientlib.CardAccessor
-
This method closes and resets the card
- com.sun.javacard.clientlib - package com.sun.javacard.clientlib
-
Provides a framework for building client applications capable of exchanging APDUs with Java Cards.
- com.sun.javacard.javax.smartcard.rmiclient - package com.sun.javacard.javax.smartcard.rmiclient
-
Provides framework of classes and interfaces for a Java Card technology-based client.
- com.sun.javacard.rmiclientlib - package com.sun.javacard.rmiclientlib
-
Provides a framework of classes and interfaces for building Java Card RMI-based client applications.
- COMMAND_DATA_TOO_LONG - Static variable in exception javacard.framework.service.ServiceException
-
This reason code is used to indicate that the incoming data for a command in the
APDU
object does not fit in the APDU buffer. - COMMAND_IS_FINISHED - Static variable in exception javacard.framework.service.ServiceException
-
This reason code is used to indicate that the command in the
APDU
object has been completely processed. - CryptoException - Exception in javacard.security
-
CryptoException
represents a cryptography-related exception. - CryptoException(short) - Constructor for exception javacard.security.CryptoException
-
Constructs a
CryptoException
with the specified reason. - CryptoExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a card subclass of
CryptoException
. - CryptoExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.CryptoExceptionSubclass
-
Constructs an CryptoExceptionSubclass with the specified reason and specified error message.
D
- DISPATCH_TABLE_FULL - Static variable in exception javacard.framework.service.ServiceException
-
This reason code is used to indicate that a dispatch table is full
- done(RemoteCall) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Deprecated.
E
- EMPTY_TAG - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the Tag object is empty
- EMPTY_TLV - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the TLV object is empty
- exchangeAPDU(byte[]) - Method in class com.sun.javacard.clientlib.ApduIOCardAccessor
-
Implementation of exchangeAPDU method of CardAccessor interface
- exchangeAPDU(byte[]) - Method in interface com.sun.javacard.clientlib.CardAccessor
-
This method sends the specified data to the smartcard, waits for the response and returns the response in the return data.
- ExternalException - Exception in javacardx.external
-
ExternalException
represents an external subsystem related exception. - ExternalException(short) - Constructor for exception javacardx.external.ExternalException
-
Constructs a
ExternalException
with the specified reason. - ExternalExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
ExternalException
represents an external subsystem related exception. - ExternalExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.ExternalExceptionSubclass
F
- format - Variable in class com.sun.javacard.rmiclientlib.JCRMIConnect
-
Format of the remote references.
G
- getInitialReference() - Method in class com.sun.javacard.rmiclientlib.JCRMIConnect
-
Parses the R-APDU which was returned during selecting an applet, returns a reference to an initial remote object
- getINSByte() - Method in class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
-
returns the configured ISO 7816-4 command INS byte to be used in the Java Card platform remote method invocation command
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.APDUExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.BioExceptionSubclass
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.CardExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.CardRuntimeExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.CryptoExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.ExternalExceptionSubclass
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.ISOExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.PINExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.ServiceExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.SystemExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.TLVExceptionSubclass
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.TransactionExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.UserExceptionSubclass
-
Returns the error message string of this throwable object.
- getMessage() - Method in exception com.sun.javacard.javax.smartcard.rmiclient.UtilExceptionSubclass
- getObject(byte[], int, Class, CardAccessor) - Method in class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
-
This abstract method returns the instance of the card object corresponding to the value returned from the card.
- getReason() - Method in exception javacard.framework.CardException
-
Get reason code
- getReason() - Method in exception javacard.framework.CardRuntimeException
-
Get reason code
- getRefClass(ObjectOutput) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Unsupported operation.
- getRemoteObject(byte[], int, CardAccessor) - Method in class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
-
This abstract method instantiates a stub or proxy object corresponding to the remote reference returned from the card
- getRemoteObject(byte[], int, CardAccessor) - Method in class com.sun.javacard.rmiclientlib.JCCardObjectFactory
-
Creates the stub instance for object reference returned from the card, assuming the card returned a reference with class name.
- getRemoteObject(byte[], int, CardAccessor) - Method in class com.sun.javacard.rmiclientlib.JCCardProxyFactory
-
Creates the stub instance for object reference returned from the card, assuming the card returned a reference with list of interface names.
- getRemoteRefFormat() - Method in class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
-
returns the format of Java Card RMI remote object reference descriptor supported.
- getRemoteRefFormat() - Method in class com.sun.javacard.rmiclientlib.JCCardObjectFactory
-
Returns constant
REF_FORMAT_CLASS
defined in classCardObjectFactory
. - getRemoteRefFormat() - Method in class com.sun.javacard.rmiclientlib.JCCardProxyFactory
-
Returns constant
REF_FORMAT_INTERFACES
defined in classCardObjectFactory
.
I
- ILLEGAL_AID - Static variable in exception javacard.framework.SystemException
-
The
javacard.framework.Applet.register()
method is using this reason code to indicate that the input AID parameter is not a legal AID value. - ILLEGAL_PARAM - Static variable in exception javacard.framework.service.ServiceException
-
This reason code is used to indicate that an input parameter is not allowed.
- ILLEGAL_SIZE - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the size of a TLV or Tag representation in the input parameter is greater than the supported size or will result in in a TLV struture of greater than supported size
- ILLEGAL_TRANSIENT - Static variable in exception javacard.framework.SystemException
-
This reason code is used to indicate that the request to create a transient object is not allowed in the current applet context.
- ILLEGAL_USE - Static variable in exception javacard.framework.APDUException
-
This APDUException reason code indicates that the method should not be invoked based on the current state of the APDU.
- ILLEGAL_USE - Static variable in exception javacard.framework.SystemException
-
This reason code is used to indicate that the requested function is not allowed.
- ILLEGAL_USE - Static variable in exception javacard.security.CryptoException
-
This reason code is used to indicate that the signature or cipher algorithm does not pad the incoming message and the input message is not block aligned.
- ILLEGAL_USE - Static variable in exception javacardx.biometry.BioException
-
This reason code is used to indicate that the method should not be invoked based on the current state of the card.
- ILLEGAL_VALUE - Static variable in exception javacard.framework.PINException
-
This reason code is used to indicate that one or more input parameters is out of allowed bounds.
- ILLEGAL_VALUE - Static variable in exception javacard.framework.SystemException
-
This reason code is used to indicate that one or more input parameters is out of allowed bounds.
- ILLEGAL_VALUE - Static variable in exception javacard.security.CryptoException
-
This reason code is used to indicate that one or more input parameters is out of allowed bounds.
- ILLEGAL_VALUE - Static variable in exception javacardx.biometry.BioException
-
This reason code is used to indicate that one or more input parameters is out of allowed bounds.
- ILLEGAL_VALUE - Static variable in exception javacardx.framework.util.UtilException
-
This reason code is used to indicate that one or more input parameters is not the correct type or is out of allowed bounds.
- IN_PROGRESS - Static variable in exception javacard.framework.TransactionException
-
The
beginTransaction
method is using this reason code to indicate a transaction is already in progress. - INSUFFICIENT_STORAGE - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the configured storage capacity of the object will be exceeded
- INTERNAL_ERROR - Static variable in exception javacardx.external.ExternalException
-
This reason code is used to indicate that an unrecoverable external access error occurred.
- INTERNAL_FAILURE - Static variable in exception javacard.framework.TransactionException
-
This reason code is used during a transaction to indicate an internal Java Card runtime environment problem (fatal error).
- INVALID_DATA - Static variable in exception javacardx.biometry.BioException
-
This reason code is used to indicate that the data the system encountered is illegible.
- INVALID_INIT - Static variable in exception javacard.security.CryptoException
-
This reason code is used to indicate that the signature or cipher object has not been correctly initialized for the requested operation.
- INVALID_PARAM - Static variable in exception javacardx.external.ExternalException
-
This reason code is used to indicate that an input parameter is invalid.
- INVALID_PARAM - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that one or more input parameters is invalid.
- invoke(Object, Method, Object[]) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Dynamically generated proxies are using this method.
- invoke(Remote, Method, Object[], long) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Rmic-generated stubs are using this method
- invoke(RemoteCall) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Deprecated.
- IO_ERROR - Static variable in exception javacard.framework.APDUException
-
This reason code indicates that an unrecoverable error occurred in the I/O transmission layer.
- ISOException - Exception in javacard.framework
-
ISOException
class encapsulates an ISO 7816-4 response status word as itsreason
code. - ISOException(short) - Constructor for exception javacard.framework.ISOException
-
Constructs an ISOException instance with the specified status word.
- ISOExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a card subclass of
ISOException
. - ISOExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.ISOExceptionSubclass
-
Constructs an ISOExceptionSubclass with the specified reason and specified error message.
J
- javacard.framework - package javacard.framework
-
Provides Java Card API exceptions that may be re-thrown on the client.
- javacard.framework.service - package javacard.framework.service
-
Provides Java Card API exceptions that may be re-thrown on the client.
- javacard.security - package javacard.security
-
Provides Java Card API exceptions that may be re-thrown on the client.
- javacardx.biometry - package javacardx.biometry
-
Provides Java Card API exceptions that may be re-thrown on the client.
- javacardx.external - package javacardx.external
-
Provides Java Card API exceptions that may be re-thrown on the client.
- javacardx.framework.tlv - package javacardx.framework.tlv
-
Provides Java Card API exceptions that may be re-thrown on the client.
- javacardx.framework.util - package javacardx.framework.util
-
Provides Java Card API exceptions that may be re-thrown on the client.
- JCCardObjectFactory - Class in com.sun.javacard.rmiclientlib
-
Processes the data returned from the card in the format defined for Java Card RMI.
- JCCardObjectFactory() - Constructor for class com.sun.javacard.rmiclientlib.JCCardObjectFactory
-
The constructor.
- JCCardProxyFactory - Class in com.sun.javacard.rmiclientlib
-
Processes the data returned from the card in the format defined for Java Card RMI.
- JCCardProxyFactory() - Constructor for class com.sun.javacard.rmiclientlib.JCCardProxyFactory
-
Constructor for the factory.
- JCRemoteRefImpl - Class in com.sun.javacard.rmiclientlib
-
Represents a reference to a card object.
- JCRemoteRefImpl(short, String, CardAccessor, CardObjectFactory) - Constructor for class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Creates new
JCRemoteRefImpl
- JCRMIConnect - Class in com.sun.javacard.rmiclientlib
-
The main class of the Java Card RMI client API.
- JCRMIConnect(CardAccessor) - Constructor for class com.sun.javacard.rmiclientlib.JCRMIConnect
-
Creates a new instance of JCRMIConnect
M
- MALFORMED_TAG - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the tag representation is not a well-formed BER Tag
- MALFORMED_TLV - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the TLV representation is not a well-formed BER TLV
N
- newCall(RemoteObject, Operation[], int, long) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Deprecated.
- NO_RESOURCE - Static variable in exception javacard.framework.SystemException
-
This reason code is used to indicate that there is insufficient resource in the Card for the request.
- NO_SUCH_ALGORITHM - Static variable in exception javacard.security.CryptoException
-
This reason code is used to indicate that the requested algorithm or key type is not supported.
- NO_SUCH_BIO_TEMPLATE - Static variable in exception javacardx.biometry.BioException
-
This reason code is used to indicate that the provided bio template type is not supported by the template builder.
- NO_SUCH_SUBSYSTEM - Static variable in exception javacardx.external.ExternalException
-
This reason code is used to indicate that specified external subsystem is not available.
- NO_T0_GETRESPONSE - Static variable in exception javacard.framework.APDUException
-
This reason code indicates that during T=0 protocol, the CAD did not return a GET RESPONSE command in response to a <61xx> response status to send additional data.
- NO_T0_REISSUE - Static variable in exception javacard.framework.APDUException
-
This reason code indicates that during T=0 protocol, the CAD did not reissue the same APDU command with the corrected length in response to a <6Cxx> response status to request command reissue with the specified length.
- NO_TEMPLATES_ENROLLED - Static variable in exception javacardx.biometry.BioException
-
This reason code is used to indicate that no reference template is available for matching, or that the reference template is uninitialized.
- NO_TRANSIENT_SPACE - Static variable in exception javacard.framework.SystemException
-
The
makeTransient..()
methods are using this reason code to indicate that no room is available in volatile memory for the requested object. - NOT_IN_PROGRESS - Static variable in exception javacard.framework.TransactionException
-
The
abortTransaction
andcommitTransaction
methods are using this reason code when a transaction is not in progress.
P
- PINException - Exception in javacard.framework
-
PINException
represents aOwnerPIN
class access-related exception. - PINException(short) - Constructor for exception javacard.framework.PINException
-
Constructs a PINException.
- PINExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a card subclass of
PINException
. - PINExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.PINExceptionSubclass
-
Constructs an PINExceptionSubclass with the specified reason and specified error message.
R
- readExternal(ObjectInput) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Unsupported operation.
- REF_FORMAT_CLASS - Static variable in class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
-
This value (=1) is used to signify that the CardObjectFactory implementation suppports the Java Card RMI remote reference format using the name of the card implementation remote class.
- REF_FORMAT_INTERFACES - Static variable in class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
-
This value (=2) is used to signify that the CardObjectFactory implementation suppports the Java Card RMI remote reference format using the names of the remote interfaces implemented by the card implementation remote class.
- REF_FORMAT_NONE - Static variable in class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
-
This value (=0) is used to signify that the CardObjectFactory implementation does not suppport any Java Card RMI remote reference descriptor formats.
- REF_WITH_CLASS_NAME - Static variable in class com.sun.javacard.rmiclientlib.JCRMIConnect
-
Constant used as the 2nd parameter to selectApplet method.
- REF_WITH_INTERFACE_NAMES - Static variable in class com.sun.javacard.rmiclientlib.JCRMIConnect
-
Constant used as the 2nd parameter to selectApplet method.
- REMOTE_OBJECT_NOT_EXPORTED - Static variable in exception javacard.framework.service.ServiceException
-
RMIService is using this reason code to indicate that the remote method returned an remote object which has not been exported.
- remoteEquals(RemoteRef) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Compares two remote objects for being identical.
- remoteHashCode() - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Unsupported operation.
- remoteToString() - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
String representation of remote object.
S
- selectApplet(byte[], byte) - Method in class com.sun.javacard.rmiclientlib.JCRMIConnect
-
Selects an applet, requesting initial reference in the format specified by the 2nd parameter.
- selectResponse - Variable in class com.sun.javacard.rmiclientlib.JCRMIConnect
-
Response to the SELECT command is stored in this field.
- ServiceException - Exception in javacard.framework.service
-
ServiceException
represents a service framework related exception. - ServiceException(short) - Constructor for exception javacard.framework.service.ServiceException
-
Constructs a
ServiceException
. - ServiceExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a card subclass of
ServiceException
. - ServiceExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.ServiceExceptionSubclass
-
Constructs an ServiceExceptionSubclass with the specified reason and specified error message.
- setINSByte(byte) - Method in class com.sun.javacard.javax.smartcard.rmiclient.CardObjectFactory
-
Sets the ISO 7816-4 header INS byte to use for Java Card RMI method invocation commands.
- setReason(short) - Method in exception javacard.framework.CardException
-
Set reason code.
- setReason(short) - Method in exception javacard.framework.CardRuntimeException
-
Set reason code.
- SystemException - Exception in javacard.framework
-
SystemException
represents aJCSystem
class related exception. - SystemException(short) - Constructor for exception javacard.framework.SystemException
-
Constructs a SystemException.
- SystemExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a card subclass of
SystemException
. - SystemExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.SystemExceptionSubclass
-
Constructs an SystemExceptionSubclass with the specified reason and specified error message.
T
- T1_IFD_ABORT - Static variable in exception javacard.framework.APDUException
-
This reason code indicates that during T=1 protocol, the CAD returned an ABORT S-Block command and aborted the data transfer.
- TAG_NUMBER_GREATER_THAN_32767 - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the tag number value greater than 32767
- TAG_SIZE_GREATER_THAN_127 - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the size of the tag representation is greater than 127 bytes
- throwIt(short) - Static method in exception javacard.framework.APDUException
-
Throws an instance of
APDUException
with the specified reason. - throwIt(short) - Static method in exception javacard.framework.CardException
-
Throw an instance of
CardException
class with the specified reason. - throwIt(short) - Static method in exception javacard.framework.CardRuntimeException
-
Throw an instance of the
CardRuntimeException
class with the specified reason. - throwIt(short) - Static method in exception javacard.framework.ISOException
-
Throws an instance of the ISOException class with the specified status word.
- throwIt(short) - Static method in exception javacard.framework.PINException
-
Throws an instance of
PINException
with the specified reason. - throwIt(short) - Static method in exception javacard.framework.service.ServiceException
-
Throws an instance of
ServiceException
with the specified reason. - throwIt(short) - Static method in exception javacard.framework.SystemException
-
Throws an instance of
SystemException
with the specified reason. - throwIt(short) - Static method in exception javacard.framework.TransactionException
-
Throws an instance of
TransactionException
with the specified reason. - throwIt(short) - Static method in exception javacard.framework.UserException
-
Throws an instance of
UserException
with the specified reason. - throwIt(short) - Static method in exception javacard.security.CryptoException
-
Throws an instance of
CryptoException
with the specified reason. - throwIt(short) - Static method in exception javacardx.biometry.BioException
-
Throws the Java Card runtime environment owned instance of BioException with the specified reason.
- throwIt(short) - Static method in exception javacardx.external.ExternalException
-
Throws the Java Card runtime environment-owned instance of
ExternalException
with the specified reason. - throwIt(short) - Static method in exception javacardx.framework.tlv.TLVException
-
Throws the Java Card runtime environment-owned instance of
TLVException
with the specified reason. - throwIt(short) - Static method in exception javacardx.framework.util.UtilException
-
Throws the Java Card runtime environment-owned instance of
UtilException
with the specified reason. - TLV_LENGTH_GREATER_THAN_32767 - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the Length component value in the TLV is greater than 32767
- TLV_SIZE_GREATER_THAN_32767 - Static variable in exception javacardx.framework.tlv.TLVException
-
This reason code is used to indicate that the TLV requires more that 32767 bytes to represent
- TLVException - Exception in javacardx.framework.tlv
-
TLVException
represents a TLV-related exception. - TLVException(short) - Constructor for exception javacardx.framework.tlv.TLVException
-
Constructs a
TLVException
with the specified reason. - TLVExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
TLVException
represents a TLV-related exception. - TLVExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.TLVExceptionSubclass
- TransactionException - Exception in javacard.framework
-
TransactionException
represents an exception in the transaction subsystem. - TransactionException(short) - Constructor for exception javacard.framework.TransactionException
-
Constructs a TransactionException with the specified reason.
- TransactionExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a card subclass of
TransactionException
. - TransactionExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.TransactionExceptionSubclass
-
Constructs an TransactionExceptionSubclass with the specified reason and specified error message.
- TYPE_MISMATCHED - Static variable in exception javacardx.framework.util.UtilException
-
This reason code is used to indicate that input parameters are not the same type.
U
- UNINITIALIZED_KEY - Static variable in exception javacard.security.CryptoException
-
This reason code is used to indicate that the key is uninitialized.
- UserException - Exception in javacard.framework
-
UserException
represents a User exception. - UserException() - Constructor for exception javacard.framework.UserException
-
Constructs a
UserException
with reason = 0. - UserException(short) - Constructor for exception javacard.framework.UserException
-
Constructs a
UserException
with the specified reason. - UserExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
This exception class represents a card subclass of
UserException
. - UserExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.UserExceptionSubclass
-
Constructs an UserExceptionSubclass with the specified reason and specified error message.
- UtilException - Exception in javacardx.framework.util
-
UtilException
represents a util related exception. - UtilException(short) - Constructor for exception javacardx.framework.util.UtilException
-
Constructs a
UtilException
with the specified reason. - UtilExceptionSubclass - Exception in com.sun.javacard.javax.smartcard.rmiclient
-
UtilException
represents a util related exception. - UtilExceptionSubclass(String, short) - Constructor for exception com.sun.javacard.javax.smartcard.rmiclient.UtilExceptionSubclass
W
- writeExternal(ObjectOutput) - Method in class com.sun.javacard.rmiclientlib.JCRemoteRefImpl
-
Unsupported operation.
All Classes All Packages