Java Card
v2.2.1
A B C D E F G I J K L M N O P R S T U V W

A

abortTransaction() - Static method in class javacard.framework.JCSystem
Aborts the atomic transaction.
addService(Service, byte) - Method in class javacard.framework.service.Dispatcher
Atomically adds the specified service to the dispatcher registry for the specified processing phase.
AESKey - interface javacard.security.AESKey.
AESKey contains a 16/24/32 byte key for AES computations based on the Rijndael algorithm.
AID - class javacard.framework.AID.
This class encapsulates the Application Identifier (AID) associated with an applet.
AID(byte[], short, byte) - Constructor for class javacard.framework.AID
The Java Card runtime environment uses this constructor to create a new AID instance encapsulating the specified AID bytes.
ALG_AES_BLOCK_128_CBC_NOPAD - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_AES_BLOCK_128_CBC_NOPAD provides a cipher using AES with block size 128 in CBC mode and does not pad input data.
ALG_AES_BLOCK_128_ECB_NOPAD - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_AES_BLOCK_128_ECB_NOPAD provides a cipher using AES with block size 128 in ECB mode and does not pad input data.
ALG_AES_MAC_128_NOPAD - Static variable in class javacard.security.Signature
Signature algorithm ALG_AES_MAC_128_NOPAD generates a 16-byte MAC using AES with blocksize 128 in CBC mode and does not pad input data.
ALG_DES_CBC_ISO9797_M1 - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_DES_CBC_ISO9797_M1 provides a cipher using DES in CBC mode or triple DES in outer CBC mode, and pads input data according to the ISO 9797 method 1 scheme.
ALG_DES_CBC_ISO9797_M2 - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_DES_CBC_ISO9797_M2 provides a cipher using DES in CBC mode or triple DES in outer CBC mode, and pads input data according to the ISO 9797 method 2 (ISO 7816-4, EMV'96) scheme.
ALG_DES_CBC_NOPAD - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_DES_CBC_NOPAD provides a cipher using DES in CBC mode or triple DES in outer CBC mode, and does not pad input data.
ALG_DES_CBC_PKCS5 - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_DES_CBC_PKCS5 provides a cipher using DES in CBC mode or triple DES in outer CBC mode, and pads input data according to the PKCS#5 scheme.
ALG_DES_ECB_ISO9797_M1 - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_DES_ECB_ISO9797_M1 provides a cipher using DES in ECB mode, and pads input data according to the ISO 9797 method 1 scheme.
ALG_DES_ECB_ISO9797_M2 - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_DES_ECB_ISO9797_M2 provides a cipher using DES in ECB mode, and pads input data according to the ISO 9797 method 2 (ISO 7816-4, EMV'96) scheme.
ALG_DES_ECB_NOPAD - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_DES_ECB_NOPAD provides a cipher using DES in ECB mode, and does not pad input data.
ALG_DES_ECB_PKCS5 - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_DES_ECB_PKCS5 provides a cipher using DES in ECB mode, and pads input data according to the PKCS#5 scheme.
ALG_DES_MAC4_ISO9797_1_M2_ALG3 - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC4_ISO9797_1_M2_ALG3 generates a 4-byte MAC using a 2-key DES3 key according to ISO9797-1 MAC algorithm 3 with method 2 (also EMV'96, EMV'2000), where input data is padded using method 2 and the data is processed as described in MAC Algorithm 3 of the ISO 9797-1 specification.
ALG_DES_MAC4_ISO9797_M1 - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC4_ISO9797_M1 generates a 4-byte MAC (most significant 4 bytes of encrypted block) using DES in CBC mode or triple DES in outer CBC mode.
ALG_DES_MAC4_ISO9797_M2 - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC4_ISO9797_M2 generates a 4-byte MAC (most significant 4 bytes of encrypted block) using DES in CBC mode or triple DES in outer CBC mode.
ALG_DES_MAC4_NOPAD - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC4_NOPAD generates a 4-byte MAC (most significant 4 bytes of encrypted block) using DES in CBC mode or triple DES in outer CBC mode.
ALG_DES_MAC4_PKCS5 - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC4_PKCS5 generates a 4-byte MAC (most significant 4 bytes of encrypted block) using DES in CBC mode or triple DES in outer CBC mode.
ALG_DES_MAC8_ISO9797_1_M2_ALG3 - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC8_ISO9797_1_M2_ALG3 generates an 8-byte MAC using a 2-key DES3 key according to ISO9797-1 MAC algorithm 3 with method 2 (also EMV'96, EMV'2000), where input data is padded using method 2 and the data is processed as described in MAC Algorithm 3 of the ISO 9797-1 specification.
ALG_DES_MAC8_ISO9797_M1 - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC8_ISO9797_M1 generates an 8-byte MAC using DES in CBC mode or triple DES in outer CBC mode.
ALG_DES_MAC8_ISO9797_M2 - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC8_ISO9797_M2 generates an 8-byte MAC using DES in CBC mode or triple DES in outer CBC mode.
ALG_DES_MAC8_NOPAD - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC_8_NOPAD generates an 8-byte MAC using DES in CBC mode or triple DES in outer CBC mode.
ALG_DES_MAC8_PKCS5 - Static variable in class javacard.security.Signature
Signature algorithm ALG_DES_MAC8_PKCS5 generates an 8-byte MAC using DES in CBC mode or triple DES in outer CBC mode.
ALG_DSA - Static variable in class javacard.security.KeyPair
KeyPair object containing a DSA key pair.
ALG_DSA_SHA - Static variable in class javacard.security.Signature
Signature algorithm ALG_DSA_SHA generates a 20-byte SHA digest and signs/verifies the digests using DSA.
ALG_EC_F2M - Static variable in class javacard.security.KeyPair
KeyPair object containing an EC key pair for EC operations over fields of characteristic 2 with polynomial basis.
ALG_EC_FP - Static variable in class javacard.security.KeyPair
KeyPair object containing an EC key pair for EC operations over large prime fields
ALG_EC_SVDP_DH - Static variable in class javacard.security.KeyAgreement
Elliptic curve secret value derivation primitive, Diffie-Hellman version, as per [IEEE P1363].
ALG_EC_SVDP_DHC - Static variable in class javacard.security.KeyAgreement
Elliptic curve secret value derivation primitive, Diffie-Hellman version, with cofactor multiplication, as per [IEEE P1363].
ALG_ECDSA_SHA - Static variable in class javacard.security.Signature
Signature algorithm ALG_ECDSA_SHA generates a 20-byte SHA digest and signs/verifies the digest using ECDSA.
ALG_ISO3309_CRC16 - Static variable in class javacard.security.Checksum
ISO/IEC 3309 compliant 16 bit CRC algorithm.
ALG_ISO3309_CRC32 - Static variable in class javacard.security.Checksum
ISO/IEC 3309 compliant 32 bit CRC algorithm.
ALG_MD5 - Static variable in class javacard.security.MessageDigest
Message Digest algorithm MD5.
ALG_PSEUDO_RANDOM - Static variable in class javacard.security.RandomData
Utility pseudo-random number generation algorithms.
ALG_RIPEMD160 - Static variable in class javacard.security.MessageDigest
Message Digest algorithm RIPE MD-160.
ALG_RSA - Static variable in class javacard.security.KeyPair
KeyPair object containing a RSA key pair.
ALG_RSA_CRT - Static variable in class javacard.security.KeyPair
KeyPair object containing a RSA key pair with private key in its Chinese Remainder Theorem form.
ALG_RSA_ISO14888 - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_RSA_ISO14888 provides a cipher using RSA, and pads input data according to the ISO 14888 scheme.
ALG_RSA_ISO9796 - Static variable in class javacardx.crypto.Cipher
Deprecated.  
ALG_RSA_MD5_PKCS1 - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_MD5_PKCS1 generates a 16-byte MD5 digest, pads the digest according to the PKCS#1 (v1.5) scheme, and encrypts it using RSA.
ALG_RSA_MD5_PKCS1_PSS - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_MD5_PKCS1_PSS generates a 16-byte MD5 digest, pads it according to the PKCS#1-PSS scheme (IEEE 1363-2000), and encrypts it using RSA.
ALG_RSA_MD5_RFC2409 - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_MD5_RFC2409 generates a 16-byte MD5 digest, pads the digest according to the RFC2409 scheme, and encrypts it using RSA.
ALG_RSA_NOPAD - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_RSA_NOPAD provides a cipher using RSA and does not pad input data.
ALG_RSA_PKCS1 - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_RSA_PKCS1 provides a cipher using RSA, and pads input data according to the PKCS#1 (v1.5) scheme.
ALG_RSA_PKCS1_OAEP - Static variable in class javacardx.crypto.Cipher
Cipher algorithm ALG_RSA_PKCS1_OAEP provides a cipher using RSA, and pads input data according to the PKCS#1-OAEP scheme (IEEE 1363-2000).
ALG_RSA_RIPEMD160_ISO9796 - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_RIPEMD160_ISO9796 generates a 20-byte RIPE MD-160 digest, pads the digest according to the ISO 9796 scheme, and encrypts it using RSA.
ALG_RSA_RIPEMD160_PKCS1 - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_RIPEMD160_PKCS1 generates a 20-byte RIPE MD-160 digest, pads the digest according to the PKCS#1 (v1.5) scheme, and encrypts it using RSA.
ALG_RSA_RIPEMD160_PKCS1_PSS - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_RIPEMD160_PKCS1_PSS generates a 20-byte RIPE MD-160 digest, pads it according to the PKCS#1-PSS scheme (IEEE 1363-2000), and encrypts it using RSA.
ALG_RSA_SHA_ISO9796 - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_SHA_ISO9796 generates a 20-byte SHA digest, pads the digest according to the ISO 9796-2 scheme as specified in EMV '96 and EMV 2000, and encrypts it using RSA.
ALG_RSA_SHA_PKCS1 - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_SHA_PKCS1 generates a 20-byte SHA digest, pads the digest according to the PKCS#1 (v1.5) scheme, and encrypts it using RSA.
ALG_RSA_SHA_PKCS1_PSS - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_SHA_PKCS1_PSS generates a 20-byte SHA-1 digest, pads it according to the PKCS#1-PSS scheme (IEEE 1363-2000), and encrypts it using RSA.
ALG_RSA_SHA_RFC2409 - Static variable in class javacard.security.Signature
Signature algorithm ALG_RSA_SHA_RFC2409 generates a 20-byte SHA digest, pads the digest according to the RFC2409 scheme, and encrypts it using RSA.
ALG_SECURE_RANDOM - Static variable in class javacard.security.RandomData
Cryptographically secure random number generation algorithms.
ALG_SHA - Static variable in class javacard.security.MessageDigest
Message Digest algorithm SHA.
APDU - class javacard.framework.APDU.
Application Protocol Data Unit (APDU) is the communication format between the card and the off-card applications.
APDUException - exception javacard.framework.APDUException.
APDUException represents an APDU related exception.
APDUException(short) - Constructor for class javacard.framework.APDUException
Constructs an APDUException.
Applet - class javacard.framework.Applet.
This abstract class defines an Java Card technology-based applet.
Applet() - Constructor for class javacard.framework.Applet
Only this class's install() method should create the applet object.
AppletEvent - interface javacard.framework.AppletEvent.
The AppletEvent interface provides a callback interface for the Java Card runtime environment to inform the applet about life cycle events.
ArithmeticException - exception java.lang.ArithmeticException.
A Java Card runtime environment-owned instance of ArithmeticException is thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException.
arrayCompare(byte[], short, byte[], short, short) - Static method in class javacard.framework.Util
Compares an array from the specified source array, beginning at the specified position, with the specified position of the destination array from left to right.
arrayCopy(byte[], short, byte[], short, short) - Static method in class javacard.framework.Util
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopyNonAtomic(byte[], short, byte[], short, short) - Static method in class javacard.framework.Util
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array (non-atomically).
arrayFillNonAtomic(byte[], short, short, byte) - Static method in class javacard.framework.Util
Fills the byte array (non-atomically) beginning at the specified position, for the specified length with the specified byte value.
ArrayIndexOutOfBoundsException - exception java.lang.ArrayIndexOutOfBoundsException.
A Java Card runtime environment-owned instance of ArrayIndexOutOfBoundsException is thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException.
ArrayStoreException - exception java.lang.ArrayStoreException.
A Java Card runtime environment-owned instance of ArrayStoreException is thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException.

B

BAD_LENGTH - Static variable in class javacard.framework.APDUException
This reason code is used by the APDU.setOutgoingLength() method to indicate that the length parameter is greater that 256 or if non BLOCK CHAINED data transfer is requested and len is greater than (IFSD-2), where IFSD is the Outgoing Block Size.
BasicService - class javacard.framework.service.BasicService.
This class should be used as the base class for implementing services.
BasicService() - Constructor for class javacard.framework.service.BasicService
Creates new BasicService.
beginTransaction() - Static method in class javacard.framework.JCSystem
Begins an atomic transaction.
BUFFER_BOUNDS - Static variable in class javacard.framework.APDUException
This reason code is used by the APDU.sendBytes() method to indicate that the sum of buffer offset parameter and the byte length parameter exceeds the APDU buffer size.
BUFFER_FULL - Static variable in class javacard.framework.TransactionException
This reason code is used during a transaction to indicate that the commit buffer is full.
buildKey(byte, short, boolean) - Static method in class javacard.security.KeyBuilder
Creates uninitialized cryptographic keys for signature and cipher algorithms.

C

CANNOT_ACCESS_IN_COMMAND - Static variable in class 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 class javacard.framework.service.ServiceException
This reason code is used to indicate that the command in the APDU object cannot be accessed for output processing.
CardException - exception javacard.framework.CardException.
The CardException class defines a field reason and two accessor methods getReason() and setReason().
CardException(short) - Constructor for class javacard.framework.CardException
Construct a CardException instance with the specified reason.
CardRemoteObject - class javacard.framework.service.CardRemoteObject.
A convenient base class for remote objects for the Java Card platform.
CardRemoteObject() - Constructor for class javacard.framework.service.CardRemoteObject
Creates a new CardRemoteObject and automatically exports it.
CardRuntimeException - exception javacard.framework.CardRuntimeException.
The CardRuntimeException class defines a field reason and two accessor methods getReason() and setReason().
CardRuntimeException(short) - Constructor for class javacard.framework.CardRuntimeException
Constructs a CardRuntimeException instance with the specified reason.
check(byte[], short, byte) - Method in class javacard.framework.OwnerPIN
Compares pin against the PIN value.
check(byte[], short, byte) - Method in interface javacard.framework.PIN
Compares pin against the PIN value.
Checksum - class javacard.security.Checksum.
The Checksum class is the base class for CRC (cyclic redundancy check) checksum algorithms.
Checksum() - Constructor for class javacard.security.Checksum
Protected Constructor
Cipher - class javacardx.crypto.Cipher.
The Cipher class is the abstract base class for Cipher algorithms.
Cipher() - Constructor for class javacardx.crypto.Cipher
Protected constructor.
CLA_ISO7816 - Static variable in interface javacard.framework.ISO7816
APDU command CLA : ISO 7816 = 0x00
ClassCastException - exception java.lang.ClassCastException.
A Java Card runtime environment-owned instance of ClassCastException is thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException.
CLEAR_ON_DESELECT - Static variable in class javacard.framework.JCSystem
This event code indicates that the contents of the transient object are cleared to the default value on applet deselection event or in CLEAR_ON_RESET cases.
CLEAR_ON_RESET - Static variable in class javacard.framework.JCSystem
This event code indicates that the contents of the transient object are cleared to the default value on card reset (or power on) event.
clearKey() - Method in interface javacard.security.Key
Clears the key and sets its initialized state to false.
COMMAND_DATA_TOO_LONG - Static variable in class 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 class javacard.framework.service.ServiceException
This reason code is used to indicate that the command in the APDU object has been completely processed.
commitTransaction() - Static method in class javacard.framework.JCSystem
Commits an atomic transaction.
CryptoException - exception javacard.security.CryptoException.
CryptoException represents a cryptography-related exception.
CryptoException(short) - Constructor for class javacard.security.CryptoException
Constructs a CryptoException with the specified reason.

D

DEFAULT_RMI_INVOKE_INSTRUCTION - Static variable in class javacard.framework.service.RMIService
The default INS value (0x38) used for the remote method invocation command (INVOKE) in the Java Card platform RMI protocol.
deselect() - Method in class javacard.framework.Applet
Called by the Java Card runtime environment to inform that this currently selected applet is being deselected on this logical channel and no applet from the same package is still active on any other logical channel.
deselect(boolean) - Method in interface javacard.framework.MultiSelectable
Called by the Java Card runtime environment to inform that this currently selected applet instance is being deselected on this logical channel while the same applet instance or another applet instance from the same package is still active on another logical channel.
DESKey - interface javacard.security.DESKey.
DESKey contains an 8/16/24-byte key for single/2 key triple DES/3 key triple DES operations.
DISPATCH_TABLE_FULL - Static variable in class javacard.framework.service.ServiceException
This reason code is used to indicate that a dispatch table is full.
dispatch(APDU, byte) - Method in class javacard.framework.service.Dispatcher
Manages the processing of the command in the APDU object.
Dispatcher - class javacard.framework.service.Dispatcher.
A Dispatcher is used to build an application by aggregating several services.
Dispatcher(short) - Constructor for class javacard.framework.service.Dispatcher
Creates a Dispatcher with a designated maximum number of services.
doFinal(byte[], short, short, byte[], short) - Method in class javacard.security.Checksum
Generates a CRC checksum of all/last input data.
doFinal(byte[], short, short, byte[], short) - Method in class javacard.security.MessageDigest
Generates a hash of all/last input data.
doFinal(byte[], short, short, byte[], short) - Method in class javacardx.crypto.Cipher
Generates encrypted/decrypted output from all/last input data.
DSAKey - interface javacard.security.DSAKey.
The DSAKey interface is the base interface for the DSA algorithm's private and public key implementations.
DSAPrivateKey - interface javacard.security.DSAPrivateKey.
The DSAPrivateKey interface is used to sign data using the DSA algorithm.
DSAPublicKey - interface javacard.security.DSAPublicKey.
The DSAPublicKey interface is used to verify signatures on signed data using the DSA algorithm.

E

ECKey - interface javacard.security.ECKey.
The ECKey interface is the base interface for the EC algorithm's private and public key implementations.
ECPrivateKey - interface javacard.security.ECPrivateKey.
The ECPrivateKey interface is used to generate signatures on data using the ECDSA (Elliptic Curve Digital Signature Algorithm) and to generate shared secrets using the ECDH (Elliptic Curve Diffie-Hellman) algorithm.
ECPublicKey - interface javacard.security.ECPublicKey.
The ECPublicKey interface is used to verify signatures on signed data using the ECDSA algorithm and to generate shared secrets using the ECDH algorithm.
equals(byte[], short, byte) - Method in class javacard.framework.AID
Checks if the specified AID bytes in bArray are the same as those encapsulated in this AID object.
equals(Object) - Method in class java.lang.Object
Compares two Objects for equality.
equals(Object) - Method in class javacard.framework.AID
Compares the AID bytes in this AID instance to the AID bytes in the specified object.
Exception - exception java.lang.Exception.
The class Exception and its subclasses are a form of Throwable that indicate conditions that a reasonable applet might want to catch.
Exception() - Constructor for class java.lang.Exception
Constructs an Exception instance.
export(Remote) - Static method in class javacard.framework.service.CardRemoteObject
Exports the specified remote object.

F

fail(APDU, short) - Method in class javacard.framework.service.BasicService
Sets the processing state for the command in the APDU object to processed, and indicates that the processing has failed.

G

generateData(byte[], short, short) - Method in class javacard.security.RandomData
Generates random data.
generateSecret(byte[], short, short, byte[], short) - Method in class javacard.security.KeyAgreement
Generates the secret data as per the requested algorithm using the PrivateKey specified during initialization and the public key data provided.
genKeyPair() - Method in class javacard.security.KeyPair
(Re)Initializes the key objects encapsulated in this KeyPair instance with new key values.
getA(byte[], short) - Method in interface javacard.security.ECKey
Returns the first coefficient of the curve of the key.
getAID() - Static method in class javacard.framework.JCSystem
Returns the Java Card runtime environment-owned instance of the AID object associated with the current applet context, or null if the Applet.register() method has not yet been invoked.
getAlgorithm() - Method in class javacard.security.KeyAgreement
Gets the KeyAgreement algorithm.
getAlgorithm() - Method in class javacard.security.Checksum
Gets the Checksum algorithm.
getAlgorithm() - Method in class javacard.security.Signature
Gets the Signature algorithm.
getAlgorithm() - Method in class javacard.security.MessageDigest
Gets the Message digest algorithm.
getAlgorithm() - Method in class javacardx.crypto.Cipher
Gets the Cipher algorithm.
getAppletShareableInterfaceObject(AID, byte) - Static method in class javacard.framework.JCSystem
Called by a client applet to get a server applet's shareable interface object.
getAssignedChannel() - Static method in class javacard.framework.JCSystem
This method is called to obtain the logical channel number assigned to the currently selected applet instance.
getAvailableMemory(byte) - Static method in class javacard.framework.JCSystem
Obtains the amount of memory of the specified type that is available to the applet.
getB(byte[], short) - Method in interface javacard.security.ECKey
Returns the second coefficient of the curve of the key.
getBuffer() - Method in class javacard.framework.APDU
Returns the APDU buffer byte array.
getBytes(byte[], short) - Method in class javacard.framework.AID
Called to get all the AID bytes encapsulated within AID object.
getCLA(APDU) - Method in class javacard.framework.service.BasicService
Returns the class byte for the command in the APDU object.
getCLAChannel() - Static method in class javacard.framework.APDU
Returns the logical channel number associated with the current APDU command based on the CLA byte.
getCurrentAPDU() - Static method in class javacard.framework.APDU
This method is called to obtain a reference to the current APDU object.
getCurrentAPDUBuffer() - Static method in class javacard.framework.APDU
This method is called to obtain a reference to the current APDU buffer.
getCurrentState() - Method in class javacard.framework.APDU
This method returns the current processing state of the APDU object.
getDP1(byte[], short) - Method in interface javacard.security.RSAPrivateCrtKey
Returns the value of the DP1 parameter in plain text.
getDQ1(byte[], short) - Method in interface javacard.security.RSAPrivateCrtKey
Returns the value of the DQ1 parameter in plain text.
getExponent(byte[], short) - Method in interface javacard.security.RSAPublicKey
Returns the public exponent value of the key in plain text.
getExponent(byte[], short) - Method in interface javacard.security.RSAPrivateKey
Returns the private exponent value of the key in plain text.
getField(byte[], short) - Method in interface javacard.security.ECKey
Returns the field specification parameter value of the key.
getG(byte[], short) - Method in interface javacard.security.ECKey
Returns the fixed point of the curve.
getG(byte[], short) - Method in interface javacard.security.DSAKey
Returns the base parameter value of the key in plain text.
getInBlockSize() - Static method in class javacard.framework.APDU
Returns the configured incoming block size.
getINS(APDU) - Method in class javacard.framework.service.BasicService
Returns the instruction byte for the command in the APDU object.
getInstance(byte) - Static method in class javacard.security.RandomData
Creates a RandomData instance of the selected algorithm.
getInstance(byte, boolean) - Static method in class javacard.security.KeyAgreement
Creates a KeyAgreement object instance of the selected algorithm.
getInstance(byte, boolean) - Static method in class javacard.security.Checksum
Creates a Checksum object instance of the selected algorithm.
getInstance(byte, boolean) - Static method in class javacard.security.Signature
Creates a Signature object instance of the selected algorithm.
getInstance(byte, boolean) - Static method in class javacard.security.MessageDigest
Creates a MessageDigest object instance of the selected algorithm.
getInstance(byte, boolean) - Static method in class javacardx.crypto.Cipher
Creates a Cipher object instance of the selected algorithm.
getK() - Method in interface javacard.security.ECKey
Returns the cofactor of the order of the fixed point G of the curve.
getKey(byte[], short) - Method in interface javacard.security.AESKey
Returns the Key data in plain text.
getKey(byte[], short) - Method in interface javacard.security.DESKey
Returns the Key data in plain text.
getKeyCipher() - Method in interface javacardx.crypto.KeyEncryption
Returns the Cipher object to be used to decrypt the input key data and key parameters in the set methods.
getLength() - Method in class javacard.security.Signature
Returns the byte length of the signature data.
getLength() - Method in class javacard.security.MessageDigest
Returns the byte length of the hash.
getMaxCommitCapacity() - Static method in class javacard.framework.JCSystem
Returns the total number of bytes in the commit buffer.
getModulus(byte[], short) - Method in interface javacard.security.RSAPublicKey
Returns the modulus value of the key in plain text.
getModulus(byte[], short) - Method in interface javacard.security.RSAPrivateKey
Returns the modulus value of the key in plain text.
getNAD() - Method in class javacard.framework.APDU
Returns the Node Address byte (NAD) in T=1 protocol, and 0 in T=0 protocol.
getOutBlockSize() - Static method in class javacard.framework.APDU
Returns the configured outgoing block size.
getOutputLength(APDU) - Method in class javacard.framework.service.BasicService
Returns the output length for the command in the APDU object.
getP(byte[], short) - Method in interface javacard.security.RSAPrivateCrtKey
Returns the value of the P parameter in plain text.
getP(byte[], short) - Method in interface javacard.security.DSAKey
Returns the prime parameter value of the key in plain text.
getP1(APDU) - Method in class javacard.framework.service.BasicService
Returns the first parameter byte for the command in the APDU object.
getP2(APDU) - Method in class javacard.framework.service.BasicService
Returns the second parameter byte for the command in the APDU object.
getPartialBytes(short, byte[], short, byte) - Method in class javacard.framework.AID
Called to get part of the AID bytes encapsulated within the AID object starting at the specified offset for the specified length.
getPQ(byte[], short) - Method in interface javacard.security.RSAPrivateCrtKey
Returns the value of the PQ parameter in plain text.
getPreviousContextAID() - Static method in class javacard.framework.JCSystem
Obtains the Java Card runtime environment-owned instance of the AID object associated with the previously active applet context.
getPrivate() - Method in class javacard.security.KeyPair
Returns a reference to the private key component of this KeyPair object.
getProtocol() - Static method in class javacard.framework.APDU
Returns the ISO 7816 transport protocol type, T=1 or T=0 in the low nibble and the transport media in the upper nibble in use.
getPublic() - Method in class javacard.security.KeyPair
Returns a reference to the public key component of this KeyPair object.
getQ(byte[], short) - Method in interface javacard.security.RSAPrivateCrtKey
Returns the value of the Q parameter in plain text.
getQ(byte[], short) - Method in interface javacard.security.DSAKey
Returns the subprime parameter value of the key in plain text.
getR(byte[], short) - Method in interface javacard.security.ECKey
Returns the order of the fixed point G of the curve.
getReason() - Method in class javacard.framework.CardException
Get reason code
getReason() - Method in class javacard.framework.CardRuntimeException
Gets the reason code
getS(byte[], short) - Method in interface javacard.security.ECPrivateKey
Returns the value of the secret key in plaintext form.
getShareableInterfaceObject(AID, byte) - Method in class javacard.framework.Applet
Called by the Java Card runtime environment to obtain a shareable interface object from this server applet, on behalf of a request from a client applet.
getShort(byte[], short) - Static method in class javacard.framework.Util
Concatenates two bytes in a byte array to form a short value.
getSize() - Method in interface javacard.security.Key
Returns the key size in number of bits.
getStatusWord(APDU) - Method in class javacard.framework.service.BasicService
Returns the response status word for the command in the APDU object.
getTransactionDepth() - Static method in class javacard.framework.JCSystem
Returns the current transaction nesting depth level.
getTriesRemaining() - Method in class javacard.framework.OwnerPIN
Returns the number of times remaining that an incorrect PIN can be presented before the PIN is blocked.
getTriesRemaining() - Method in interface javacard.framework.PIN
Returns the number of times remaining that an incorrect PIN can be presented before the PIN is blocked.
getType() - Method in interface javacard.security.Key
Returns the key interface type.
getUnusedCommitCapacity() - Static method in class javacard.framework.JCSystem
Returns the number of bytes left in the commit buffer.
getValidatedFlag() - Method in class javacard.framework.OwnerPIN
This protected method returns the validated flag.
getVersion() - Static method in class javacard.framework.JCSystem
Returns the current major and minor version of the Java Card API.
getW(byte[], short) - Method in interface javacard.security.ECPublicKey
Returns the point of the curve comprising the public key in plain text form.
getX(byte[], short) - Method in interface javacard.security.DSAPrivateKey
Returns the value of the key in plain text.
getY(byte[], short) - Method in interface javacard.security.DSAPublicKey
Returns the value of the key in plain text.

I

ILLEGAL_AID - Static variable in class javacard.framework.SystemException
This reason code is used by the javacard.framework.Applet.register() method to indicate that the input AID parameter is not a legal AID value.
ILLEGAL_PARAM - Static variable in class javacard.framework.service.ServiceException
This reason code is used to indicate that an input parameter is not allowed.
ILLEGAL_TRANSIENT - Static variable in class 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 class 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 class javacard.framework.SystemException
This reason code is used to indicate that the requested function is not allowed.
ILLEGAL_USE - Static variable in class 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_VALUE - Static variable in class 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 class 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 class javacard.security.CryptoException
This reason code is used to indicate that one or more input parameters is out of allowed bounds.
IN_PROGRESS - Static variable in class javacard.framework.TransactionException
This reason code is used by the beginTransaction method to indicate a transaction is already in progress.
IndexOutOfBoundsException - exception java.lang.IndexOutOfBoundsException.
A Java Card runtime environment-owned instance of IndexOutOfBoundsException is thrown to indicate that an index of some sort (such as to an array) is out of range.
IndexOutOfBoundsException() - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException.
init(byte[], short, short) - Method in class javacard.security.Checksum
Resets and initializes the Checksum object with the algorithm specific parameters.
init(Key, byte) - Method in class javacard.security.Signature
Initializes the Signature object with the appropriate Key.
init(Key, byte) - Method in class javacardx.crypto.Cipher
Initializes the Cipher object with the appropriate Key.
init(Key, byte, byte[], short, short) - Method in class javacard.security.Signature
Initializes the Signature object with the appropriate Key and algorithm specific parameters.
init(Key, byte, byte[], short, short) - Method in class javacardx.crypto.Cipher
Initializes the Cipher object with the appropriate Key and algorithm specific parameters.
init(PrivateKey) - Method in class javacard.security.KeyAgreement
Initializes the object with the given private key.
INS_EXTERNAL_AUTHENTICATE - Static variable in interface javacard.framework.ISO7816
APDU command INS : EXTERNAL AUTHENTICATE = 0x82
INS_SELECT - Static variable in interface javacard.framework.ISO7816
APDU command INS : SELECT = 0xA4
install(byte[], short, byte) - Static method in class javacard.framework.Applet
To create an instance of the Applet subclass, the Java Card runtime environment will call this static method first.
INTERNAL_FAILURE - Static variable in class javacard.framework.TransactionException
This reason code is used during a transaction to indicate an internal Java Card runtime environment problem (fatal error).
INVALID_INIT - Static variable in class 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.
IO_ERROR - Static variable in class javacard.framework.APDUException
This reason code indicates that an unrecoverable error occurred in the I/O transmission layer.
IOException - exception java.io.IOException.
A Java Card runtime environment-owned instance of IOException is thrown to signal that an I/O exception of some sort has occurred.
IOException() - Constructor for class java.io.IOException
Constructs an IOException.
isAppletActive(AID) - Static method in class javacard.framework.JCSystem
This method is used to determine if the specified applet is active on the card.
isAuthenticated(short) - Method in interface javacard.framework.service.SecurityService
Checks whether or not the specified principal is currently authenticated.
isChannelSecure(byte) - Method in interface javacard.framework.service.SecurityService
Checks whether a secure channel is established between the card and the host for the ongoing session that guarantees the indicated properties.
isCommandSecure(byte) - Method in interface javacard.framework.service.SecurityService
Checks whether a secure channel is in use between the card and the host for the ongoing command that guarantees the indicated properties.
isInitialized() - Method in interface javacard.security.Key
Reports the initialized state of the key.
ISO7816 - interface javacard.framework.ISO7816.
ISO7816 encapsulates constants related to ISO 7816-3 and ISO 7816-4.
isObjectDeletionSupported() - Static method in class javacard.framework.JCSystem
This method is used to determine if the implementation for the Java Card platform supports the object deletion mechanism.
ISOException - exception javacard.framework.ISOException.
ISOException class encapsulates an ISO 7816-4 response status word as its reason code.
ISOException(short) - Constructor for class javacard.framework.ISOException
Constructs an ISOException instance with the specified status word.
isProcessed(APDU) - Method in class javacard.framework.service.BasicService
Checks if the command in the APDU object has already been processed.
isTransient(Object) - Static method in class javacard.framework.JCSystem
Checks if the specified object is transient.
isValidated() - Method in class javacard.framework.OwnerPIN
Returns true if a valid PIN has been presented since the last card reset or last call to reset().
isValidated() - Method in interface javacard.framework.PIN
Returns true if a valid PIN value has been presented since the last card reset or last call to reset().

J

java.io - package java.io
A subset of the java.io package in the standard Java programming language.
java.lang - package java.lang
Provides classes that are fundamental to the design of the Java Card technology subset of the Java programming language.
java.rmi - package java.rmi
The java.rmi package defines the Remote interface which identifies interfaces whose methods can be invoked from card acceptance device (CAD) client applications.
javacard.framework - package javacard.framework
Provides a framework of classes and interfaces for building, communicating with and working with Java Card technology-based applets.
javacard.framework.service - package javacard.framework.service
Provides a service framework of classes and interfaces that allow a Java Card technology-based applet to be designed as an aggregation of service components.
javacard.security - package javacard.security
Provides classes and interfaces that contain publicly-available functionality for implementing a security and cryptography framework on the Java Card platform.
javacardx.crypto - package javacardx.crypto
Extension package that contains functionality, which may be subject to export controls, for implementing a security and cryptography framework on the Java Card platform.
JCSystem - class javacard.framework.JCSystem.
The JCSystem class includes a collection of methods to control applet execution, resource management, atomic transaction management, object deletion mechanism and inter-applet object sharing in the Java Card environment.

K

Key - interface javacard.security.Key.
The Key interface is the base interface for all keys.
KeyAgreement - class javacard.security.KeyAgreement.
The KeyAgreement class is the base class for key agreement algorithms such as Diffie-Hellman and EC Diffie-Hellman [IEEE P1363].
KeyAgreement() - Constructor for class javacard.security.KeyAgreement
Protected constructor.
KeyBuilder - class javacard.security.KeyBuilder.
The KeyBuilder class is a key object factory.
KeyEncryption - interface javacardx.crypto.KeyEncryption.
KeyEncryption interface defines the methods used to enable encrypted key data access to a key implementation.
KeyPair - class javacard.security.KeyPair.
This class is a container for a key pair (a public key and a private key).
KeyPair(byte, short) - Constructor for class javacard.security.KeyPair
Constructs a KeyPair instance for the specified algorithm and keylength; the encapsulated keys are uninitialized.
KeyPair(PublicKey, PrivateKey) - Constructor for class javacard.security.KeyPair
Constructs a new KeyPair object containing the specified public key and private key.

L

LENGTH_AES_128 - Static variable in class javacard.security.KeyBuilder
AES Key Length LENGTH_AES_128 = 128.
LENGTH_AES_192 - Static variable in class javacard.security.KeyBuilder
AES Key Length LENGTH_AES_192 = 192.
LENGTH_AES_256 - Static variable in class javacard.security.KeyBuilder
AES Key Length LENGTH_AES_256 = 256.
LENGTH_DES - Static variable in class javacard.security.KeyBuilder
DES Key Length LENGTH_DES = 64.
LENGTH_DES3_2KEY - Static variable in class javacard.security.KeyBuilder
DES Key Length LENGTH_DES3_2KEY = 128.
LENGTH_DES3_3KEY - Static variable in class javacard.security.KeyBuilder
DES Key Length LENGTH_DES3_3KEY = 192.
LENGTH_DSA_1024 - Static variable in class javacard.security.KeyBuilder
DSA Key Length LENGTH_DSA_1024 = 1024.
LENGTH_DSA_512 - Static variable in class javacard.security.KeyBuilder
DSA Key Length LENGTH_DSA_512 = 512.
LENGTH_DSA_768 - Static variable in class javacard.security.KeyBuilder
DSA Key Length LENGTH_DSA_768 = 768.
LENGTH_EC_F2M_113 - Static variable in class javacard.security.KeyBuilder
EC Key Length LENGTH_EC_F2M_113 = 113.
LENGTH_EC_F2M_131 - Static variable in class javacard.security.KeyBuilder
EC Key Length LENGTH_EC_F2M_131 = 131.
LENGTH_EC_F2M_163 - Static variable in class javacard.security.KeyBuilder
EC Key Length LENGTH_EC_F2M_163 = 163.
LENGTH_EC_F2M_193 - Static variable in class javacard.security.KeyBuilder
EC Key Length LENGTH_EC_F2M_193 = 193.
LENGTH_EC_FP_112 - Static variable in class javacard.security.KeyBuilder
EC Key Length LENGTH_EC_FP_112 = 112.
LENGTH_EC_FP_128 - Static variable in class javacard.security.KeyBuilder
EC Key Length LENGTH_EC_FP_128 = 128.
LENGTH_EC_FP_160 - Static variable in class javacard.security.KeyBuilder
EC Key Length LENGTH_EC_FP_160 = 160.
LENGTH_EC_FP_192 - Static variable in class javacard.security.KeyBuilder
EC Key Length LENGTH_EC_FP_192 = 192.
LENGTH_RSA_1024 - Static variable in class javacard.security.KeyBuilder
RSA Key Length LENGTH_RSA_1024 = 1024.
LENGTH_RSA_1280 - Static variable in class javacard.security.KeyBuilder
RSA Key Length LENGTH_RSA_1280 = 1280.
LENGTH_RSA_1536 - Static variable in class javacard.security.KeyBuilder
RSA Key Length LENGTH_RSA_1536 = 1536.
LENGTH_RSA_1984 - Static variable in class javacard.security.KeyBuilder
RSA Key Length LENGTH_RSA_1984 = 1984.
LENGTH_RSA_2048 - Static variable in class javacard.security.KeyBuilder
RSA Key Length LENGTH_RSA_2048 = 2048.
LENGTH_RSA_512 - Static variable in class javacard.security.KeyBuilder
RSA Key Length LENGTH_RSA_512 = 512.
LENGTH_RSA_736 - Static variable in class javacard.security.KeyBuilder
RSA Key Length LENGTH_RSA_736 = 736.
LENGTH_RSA_768 - Static variable in class javacard.security.KeyBuilder
RSA Key Length LENGTH_RSA_768 = 768.
LENGTH_RSA_896 - Static variable in class javacard.security.KeyBuilder
RSA Key Length LENGTH_RSA_896 = 896.
lookupAID(byte[], short, byte) - Static method in class javacard.framework.JCSystem
Returns the Java Card runtime environment-owned instance of the AID object, if any, encapsulating the specified AID bytes in the buffer parameter if there exists a successfully installed applet on the card whose instance AID exactly matches that of the specified AID bytes.

M

makeShort(byte, byte) - Static method in class javacard.framework.Util
Concatenates the two parameter bytes to form a short value.
makeTransientBooleanArray(short, byte) - Static method in class javacard.framework.JCSystem
Creates a transient boolean array with the specified array length.
makeTransientByteArray(short, byte) - Static method in class javacard.framework.JCSystem
Creates a transient byte array with the specified array length.
makeTransientObjectArray(short, byte) - Static method in class javacard.framework.JCSystem
Creates a transient array of Object with the specified array length.
makeTransientShortArray(short, byte) - Static method in class javacard.framework.JCSystem
Creates a transient short array with the specified array length.
MEMORY_TYPE_PERSISTENT - Static variable in class javacard.framework.JCSystem
Constant to indicate persistent memory type.
MEMORY_TYPE_TRANSIENT_DESELECT - Static variable in class javacard.framework.JCSystem
Constant to indicate transient memory of CLEAR_ON_DESELECT type.
MEMORY_TYPE_TRANSIENT_RESET - Static variable in class javacard.framework.JCSystem
Constant to indicate transient memory of CLEAR_ON_RESET type.
MessageDigest - class javacard.security.MessageDigest.
The MessageDigest class is the base class for hashing algorithms.
MessageDigest() - Constructor for class javacard.security.MessageDigest
Protected Constructor
MODE_DECRYPT - Static variable in class javacardx.crypto.Cipher
Used in init() methods to indicate decryption mode.
MODE_ENCRYPT - Static variable in class javacardx.crypto.Cipher
Used in init() methods to indicate encryption mode.
MODE_SIGN - Static variable in class javacard.security.Signature
Used in init() methods to indicate signature sign mode.
MODE_VERIFY - Static variable in class javacard.security.Signature
Used in init() methods to indicate signature verify mode.
MultiSelectable - interface javacard.framework.MultiSelectable.
The MultiSelectable interface identifies the implementing Applet subclass as being capable of concurrent selections.

N

NegativeArraySizeException - exception java.lang.NegativeArraySizeException.
A Java Card runtime environment-owned instance of NegativeArraySizeException is thrown if an applet tries to create an array with negative size.
NegativeArraySizeException() - Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException.
NO_RESOURCE - Static variable in class 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 class javacard.security.CryptoException
This reason code is used to indicate that the requested algorithm or key type is not supported.
NO_T0_GETRESPONSE - Static variable in class 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 class 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_TRANSIENT_SPACE - Static variable in class javacard.framework.SystemException
This reason code is used by the makeTransient..() methods to indicate that no room is available in volatile memory for the requested object.
NOT_A_TRANSIENT_OBJECT - Static variable in class javacard.framework.JCSystem
This event code indicates that the object is not transient.
NOT_IN_PROGRESS - Static variable in class javacard.framework.TransactionException
This reason code is used by the abortTransaction and commitTransaction methods when a transaction is not in progress.
NullPointerException - exception java.lang.NullPointerException.
A Java Card runtime environment-owned instance of NullPointerException is thrown when an applet attempts to use null in a case where an object is required.
NullPointerException() - Constructor for class java.lang.NullPointerException
Constructs a NullPointerException.

O

Object - class java.lang.Object.
Class Object is the root of the Java Card platform class hierarchy.
Object() - Constructor for class java.lang.Object
 
OFFSET_CDATA - Static variable in interface javacard.framework.ISO7816
APDU command data offset : CDATA = 5
OFFSET_CLA - Static variable in interface javacard.framework.ISO7816
APDU header offset : CLA = 0
OFFSET_INS - Static variable in interface javacard.framework.ISO7816
APDU header offset : INS = 1
OFFSET_LC - Static variable in interface javacard.framework.ISO7816
APDU header offset : LC = 4
OFFSET_P1 - Static variable in interface javacard.framework.ISO7816
APDU header offset : P1 = 2
OFFSET_P2 - Static variable in interface javacard.framework.ISO7816
APDU header offset : P2 = 3
OwnerPIN - class javacard.framework.OwnerPIN.
This class represents an Owner PIN, implements Personal Identification Number functionality as defined in the PIN interface, and provides the ability to update the PIN and thus owner functionality.
OwnerPIN(byte, byte) - Constructor for class javacard.framework.OwnerPIN
Constructor.

P

partialEquals(byte[], short, byte) - Method in class javacard.framework.AID
Checks if the specified partial AID byte sequence matches the first length bytes of the encapsulated AID bytes within this AID object.
PIN - interface javacard.framework.PIN.
This interface represents a PIN.
PINException - exception javacard.framework.PINException.
PINException represents a OwnerPIN class access-related exception.
PINException(short) - Constructor for class javacard.framework.PINException
Constructs a PINException.
PRINCIPAL_APP_PROVIDER - Static variable in interface javacard.framework.service.SecurityService
The principal identifier for the application provider.
PRINCIPAL_CARD_ISSUER - Static variable in interface javacard.framework.service.SecurityService
The principal identifier for the card issuer.
PRINCIPAL_CARDHOLDER - Static variable in interface javacard.framework.service.SecurityService
The principal identifier for the cardholder.
PrivateKey - interface javacard.security.PrivateKey.
The PrivateKey interface is the base interface for private keys used in asymmetric algorithms.
PROCESS_COMMAND - Static variable in class javacard.framework.service.Dispatcher
Identifies the main command processing phase.
PROCESS_INPUT_DATA - Static variable in class javacard.framework.service.Dispatcher
Identifies the input data processing phase.
PROCESS_NONE - Static variable in class javacard.framework.service.Dispatcher
Identifies the null processing phase.
PROCESS_OUTPUT_DATA - Static variable in class javacard.framework.service.Dispatcher
Identifies the output data processing phase.
process(APDU) - Method in class javacard.framework.Applet
Called by the Java Card runtime environment to process an incoming APDU command.
process(APDU) - Method in class javacard.framework.service.Dispatcher
Manages the entire processing of the command in the APDU object input parameter.
processCommand(APDU) - Method in interface javacard.framework.service.Service
Processes the command in the APDU object.
processCommand(APDU) - Method in class javacard.framework.service.BasicService
This BasicService method is a default implementation and simply returns false without performing any processing.
processCommand(APDU) - Method in class javacard.framework.service.RMIService
Processes the command within the APDU object.
processDataIn(APDU) - Method in interface javacard.framework.service.Service
Pre-processes the input data for the command in the APDU object.
processDataIn(APDU) - Method in class javacard.framework.service.BasicService
This BasicService method is a default implementation and simply returns false without performing any processing.
processDataOut(APDU) - Method in interface javacard.framework.service.Service
Post-processes the output data for the command in the APDU object.
processDataOut(APDU) - Method in class javacard.framework.service.BasicService
This BasicService method is a default implementation and simply returns false without performing any processing.
PROPERTY_INPUT_CONFIDENTIALITY - Static variable in interface javacard.framework.service.SecurityService
This security property provides input confidentiality through encryption of the incoming command.
PROPERTY_INPUT_INTEGRITY - Static variable in interface javacard.framework.service.SecurityService
This security property provides input integrity through MAC signature checking of the incoming command.
PROPERTY_OUTPUT_CONFIDENTIALITY - Static variable in interface javacard.framework.service.SecurityService
This security property provides output confidentiality through encryption of the outgoing response.
PROPERTY_OUTPUT_INTEGRITY - Static variable in interface javacard.framework.service.SecurityService
This security property provides output integrity through MAC signature generation for the outgoing response.
PROTOCOL_MEDIA_CONTACTLESS_TYPE_A - Static variable in class javacard.framework.APDU
Transport protocol Media - Contactless Type A
PROTOCOL_MEDIA_CONTACTLESS_TYPE_B - Static variable in class javacard.framework.APDU
Transport protocol Media - Contactless Type B
PROTOCOL_MEDIA_DEFAULT - Static variable in class javacard.framework.APDU
Transport protocol Media - Contacted Asynchronous Half Duplex
PROTOCOL_MEDIA_MASK - Static variable in class javacard.framework.APDU
Media nibble mask in protocol byte
PROTOCOL_MEDIA_USB - Static variable in class javacard.framework.APDU
Transport protocol Media - USB
PROTOCOL_T0 - Static variable in class javacard.framework.APDU
ISO 7816 transport protocol type T=0.
PROTOCOL_T1 - Static variable in class javacard.framework.APDU
This constant is used to denote both the ISO 7816 transport protocol type T=1 and the variant for contactless cards defined in ISO 14443-4.
PROTOCOL_TYPE_MASK - Static variable in class javacard.framework.APDU
Type nibble mask in protocol byte
PublicKey - interface javacard.security.PublicKey.
The PublicKey interface is the base interface for public keys used in asymmetric algorithms.

R

RandomData - class javacard.security.RandomData.
The RandomData abstract class is the base class for random number generation.
RandomData() - Constructor for class javacard.security.RandomData
Protected constructor for subclassing.
receiveBytes(short) - Method in class javacard.framework.APDU
Gets as many data bytes as will fit without APDU buffer overflow, at the specified offset bOff.
receiveInData(APDU) - Method in class javacard.framework.service.BasicService
Receives the input data for the command in the APDU object if the input has not already been received.
register() - Method in class javacard.framework.Applet
This method is used by the applet to register this applet instance with the Java Card runtime environment and to assign the Java Card platform name of the applet as its instance AID bytes.
register(byte[], short, byte) - Method in class javacard.framework.Applet
This method is used by the applet to register this applet instance with the Java Card runtime environment and assign the specified AID bytes as its instance AID bytes.
Remote - interface java.rmi.Remote.
The Remote interface serves to identify interfaces whose methods may be invoked from a CAD client application.
REMOTE_OBJECT_NOT_EXPORTED - Static variable in class javacard.framework.service.ServiceException
This reason code is used by RMIService to indicate that the remote method returned a remote object which has not been exported.
RemoteException - exception java.rmi.RemoteException.
A Java Card runtime environment-owned instance of RemoteException is thrown to indicate that a communication-related exception has occurred during the execution of a remote method call.
RemoteException() - Constructor for class java.rmi.RemoteException
Constructs a RemoteException.
RemoteService - interface javacard.framework.service.RemoteService.
This interface defines the generic API for remote object access services, which allow remote processes to access the services present on a Java Card technology-enabled smart card.
removeService(Service, byte) - Method in class javacard.framework.service.Dispatcher
Atomically removes the specified service for the specified processing phase from the dispatcher registry.
requestObjectDeletion() - Static method in class javacard.framework.JCSystem
This method is invoked by the applet to trigger the object deletion service of the Java Card runtime environment.
reset() - Method in class javacard.framework.OwnerPIN
If the validated flag is set, this method resets the validated flag and resets the PIN try counter to the value of the PIN try limit.
reset() - Method in interface javacard.framework.PIN
If the validated flag is set, this method resets the validated flag and resets the PIN try counter to the value of the PIN try limit.
reset() - Method in class javacard.security.MessageDigest
Resets the MessageDigest object to the initial state for further use.
resetAndUnblock() - Method in class javacard.framework.OwnerPIN
This method resets the validated flag and resets the PIN try counter to the value of the PIN try limit.
RIDEquals(AID) - Method in class javacard.framework.AID
Checks if the RID (National Registered Application provider identifier) portion of the encapsulated AID bytes within the otherAID object matches that of this AID object.
RMIService - class javacard.framework.service.RMIService.
An implementation of a service that is used to process Java Card platform RMI requests for remotely accessible objects.
RMIService(Remote) - Constructor for class javacard.framework.service.RMIService
Creates a new RMIService and sets the specified remote object as the initial reference for the applet.
RSAPrivateCrtKey - interface javacard.security.RSAPrivateCrtKey.
The RSAPrivateCrtKey interface is used to sign data using the RSA algorithm in its Chinese Remainder Theorem form.
RSAPrivateKey - interface javacard.security.RSAPrivateKey.
The RSAPrivateKey class is used to sign data using the RSA algorithm in its modulus/exponent form.
RSAPublicKey - interface javacard.security.RSAPublicKey.
The RSAPublicKey is used to verify signatures on signed data using the RSA algorithm.
RuntimeException - exception java.lang.RuntimeException.
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Card Virtual Machine.
RuntimeException() - Constructor for class java.lang.RuntimeException
Constructs a RuntimeException instance.

S

SecretKey - interface javacard.security.SecretKey.
The SecretKey class is the base interface for keys used in symmetric algorithms (DES, for example).
SecurityException - exception java.lang.SecurityException.
A Java Card runtime environment-owned instance of SecurityException is thrown by the Java Card Virtual Machine to indicate a security violation.
SecurityException() - Constructor for class java.lang.SecurityException
Constructs a SecurityException.
SecurityService - interface javacard.framework.service.SecurityService.
This interface describes the functions of a generic security service.
select() - Method in class javacard.framework.Applet
Called by the Java Card runtime environment to inform this applet that it has been selected when no applet from the same package is active on any other logical channel.
select(boolean) - Method in interface javacard.framework.MultiSelectable
Called by the Java Card runtime environment to inform that this applet instance has been selected while the same applet instance or another applet instance from the same package is active on another logical channel.
selectingApplet() - Method in class javacard.framework.Applet
This method is used by the applet process() method to distinguish the SELECT APDU command which selected this applet, from all other other SELECT APDU commands which may relate to file or internal applet state selection.
selectingApplet() - Method in class javacard.framework.service.BasicService
This method is used to determine if the command in the APDU object is the applet SELECT FILE command which selected the currently selected applet.
sendBytes(short, short) - Method in class javacard.framework.APDU
Sends len more bytes from APDU buffer at specified offset bOff.
sendBytesLong(byte[], short, short) - Method in class javacard.framework.APDU
Sends len more bytes from outData byte array starting at specified offset bOff.
Service - interface javacard.framework.service.Service.
This is the base interface for the service framework on the Java Card platform.
ServiceException - exception javacard.framework.service.ServiceException.
ServiceException represents a service framework-related exception.
ServiceException(short) - Constructor for class javacard.framework.service.ServiceException
Constructs a ServiceException.
setA(byte[], short, short) - Method in interface javacard.security.ECKey
Sets the first coefficient of the curve of the key.
setB(byte[], short, short) - Method in interface javacard.security.ECKey
Sets the second coefficient of the curve of the key.
setDP1(byte[], short, short) - Method in interface javacard.security.RSAPrivateCrtKey
Sets the value of the DP1 parameter.
setDQ1(byte[], short, short) - Method in interface javacard.security.RSAPrivateCrtKey
Sets the value of the DQ1 parameter.
setExponent(byte[], short, short) - Method in interface javacard.security.RSAPublicKey
Sets the public exponent value of the key.
setExponent(byte[], short, short) - Method in interface javacard.security.RSAPrivateKey
Sets the private exponent value of the key.
setFieldF2M(short) - Method in interface javacard.security.ECKey
Sets the field specification parameter value for keys of type TYPE_EC_F2M_PUBLIC or TYPE_EC_F2M_PRIVATE in the case where the polynomial is a trinomial, of the form x^n + x^e + 1 (where n is the bit length of the key).
setFieldF2M(short, short, short) - Method in interface javacard.security.ECKey
Sets the field specification parameter value for keys of type TYPE_EC_F2M_PUBLIC or TYPE_EC_F2M_PRIVATE in the case where the polynomial is a pentanomial, of the form x^n + x^e1 + x^e2 + x^e3 + 1 (where n is the bit length of the key).
setFieldFP(byte[], short, short) - Method in interface javacard.security.ECKey
Sets the field specification parameter value for keys of type TYPE_EC_FP_PRIVATE or TYPE_EC_FP_PUBLIC.
setG(byte[], short, short) - Method in interface javacard.security.ECKey
Sets the fixed point of the curve.
setG(byte[], short, short) - Method in interface javacard.security.DSAKey
Sets the base parameter value of the key.
setIncomingAndReceive() - Method in class javacard.framework.APDU
This is the primary receive method.
setInvokeInstructionByte(byte) - Method in class javacard.framework.service.RMIService
Defines the instruction byte to be used in place of DEFAULT_RMI_INVOKE_INSTRUCTION in the Java Card platform RMI protocol for the INVOKE commands used to access the RMIService for remote method invocations.
setK(short) - Method in interface javacard.security.ECKey
Sets the cofactor of the order of the fixed point G of the curve.
setKey(byte[], short) - Method in interface javacard.security.AESKey
Sets the Key data.
setKey(byte[], short) - Method in interface javacard.security.DESKey
Sets the Key data.
setKeyCipher(Cipher) - Method in interface javacardx.crypto.KeyEncryption
Sets the Cipher object to be used to decrypt the input key data and key parameters in the set methods.
setModulus(byte[], short, short) - Method in interface javacard.security.RSAPublicKey
Sets the modulus value of the key.
setModulus(byte[], short, short) - Method in interface javacard.security.RSAPrivateKey
Sets the modulus value of the key.
setOutgoing() - Method in class javacard.framework.APDU
This method is used to set the data transfer direction to outbound and to obtain the expected length of response (Le).
setOutgoingAndSend(short, short) - Method in class javacard.framework.APDU
This is the "convenience" send method.
setOutgoingLength(short) - Method in class javacard.framework.APDU
Sets the actual length of response data.
setOutgoingNoChaining() - Method in class javacard.framework.APDU
This method is used to set the data transfer direction to outbound without using BLOCK CHAINING (See ISO 7816-3/4) and to obtain the expected length of response (Le).
setOutputLength(APDU, short) - Method in class javacard.framework.service.BasicService
Sets the output length of the outgoing response for the command in the APDU object.
setP(byte[], short, short) - Method in interface javacard.security.RSAPrivateCrtKey
Sets the value of the P parameter.
setP(byte[], short, short) - Method in interface javacard.security.DSAKey
Sets the prime parameter value of the key.
setPQ(byte[], short, short) - Method in interface javacard.security.RSAPrivateCrtKey
Sets the value of the PQ parameter.
setProcessed(APDU) - Method in class javacard.framework.service.BasicService
Sets the processing state of the command in the APDU object to processed.
setQ(byte[], short, short) - Method in interface javacard.security.RSAPrivateCrtKey
Sets the value of the Q parameter.
setQ(byte[], short, short) - Method in interface javacard.security.DSAKey
Sets the subprime parameter value of the key.
setR(byte[], short, short) - Method in interface javacard.security.ECKey
Sets the order of the fixed point G of the curve.
setReason(short) - Method in class javacard.framework.CardException
Set reason code
setReason(short) - Method in class javacard.framework.CardRuntimeException
Sets the reason code.
setS(byte[], short, short) - Method in interface javacard.security.ECPrivateKey
Sets the value of the secret key.
setSeed(byte[], short, short) - Method in class javacard.security.RandomData
Seeds the random data generator.
setShort(byte[], short, short) - Static method in class javacard.framework.Util
Deposits the short value as two successive bytes at the specified offset in the byte array.
setStatusWord(APDU, short) - Method in class javacard.framework.service.BasicService
Sets the response status word for the command in the APDU object.
setValidatedFlag(boolean) - Method in class javacard.framework.OwnerPIN
This protected method sets the value of the validated flag.
setW(byte[], short, short) - Method in interface javacard.security.ECPublicKey
Sets the point of the curve comprising the public key.
setX(byte[], short, short) - Method in interface javacard.security.DSAPrivateKey
Sets the value of the key.
setY(byte[], short, short) - Method in interface javacard.security.DSAPublicKey
Sets the value of the key.
Shareable - interface javacard.framework.Shareable.
The Shareable interface serves to identify all shared objects.
sign(byte[], short, short, byte[], short) - Method in class javacard.security.Signature
Generates the signature of all/last input data.
Signature - class javacard.security.Signature.
The Signature class is the base class for Signature algorithms.
Signature() - Constructor for class javacard.security.Signature
Protected Constructor
STATE_ERROR_IO - Static variable in class javacard.framework.APDU
This error state of a APDU object occurs when an APDUException with reason code APDUException.IO_ERROR has been thrown.
STATE_ERROR_NO_T0_GETRESPONSE - Static variable in class javacard.framework.APDU
This error state of a APDU object occurs when an APDUException with reason code APDUException.NO_T0_GETRESPONSE has been thrown.
STATE_ERROR_NO_T0_REISSUE - Static variable in class javacard.framework.APDU
This error state of a APDU object occurs when an APDUException with reason code APDUException.NO_T0_REISSUE has been thrown.
STATE_ERROR_T1_IFD_ABORT - Static variable in class javacard.framework.APDU
This error state of a APDU object occurs when an APDUException with reason code APDUException.T1_IFD_ABORT has been thrown.
STATE_FULL_INCOMING - Static variable in class javacard.framework.APDU
This is the state of a APDU object when all the incoming data been received.
STATE_FULL_OUTGOING - Static variable in class javacard.framework.APDU
This is the state of a APDU object when all outbound data has been transferred.
STATE_INITIAL - Static variable in class javacard.framework.APDU
This is the state of a new APDU object when only the command header is valid.
STATE_OUTGOING - Static variable in class javacard.framework.APDU
This is the state of a new APDU object when data transfer mode is outbound but length is not yet known.
STATE_OUTGOING_LENGTH_KNOWN - Static variable in class javacard.framework.APDU
This is the state of a APDU object when data transfer mode is outbound and outbound length is known.
STATE_PARTIAL_INCOMING - Static variable in class javacard.framework.APDU
This is the state of a APDU object when incoming data has partially been received.
STATE_PARTIAL_OUTGOING - Static variable in class javacard.framework.APDU
This is the state of a APDU object when some outbound data has been transferred but not all.
succeed(APDU) - Method in class javacard.framework.service.BasicService
Sets the processing state for the command in the APDU object to processed, and indicates that the processing has succeeded.
succeedWithStatusWord(APDU, short) - Method in class javacard.framework.service.BasicService
Sets the processing state for the command in the APDU object to processed, and indicates that the processing has partially succeeded.
SW_APPLET_SELECT_FAILED - Static variable in interface javacard.framework.ISO7816
Response status : Applet selection failed = 0x6999;
SW_BYTES_REMAINING_00 - Static variable in interface javacard.framework.ISO7816
Response status : Response bytes remaining = 0x6100
SW_CLA_NOT_SUPPORTED - Static variable in interface javacard.framework.ISO7816
Response status : CLA value not supported = 0x6E00
SW_COMMAND_NOT_ALLOWED - Static variable in interface javacard.framework.ISO7816
Response status : Command not allowed (no current EF) = 0x6986
SW_CONDITIONS_NOT_SATISFIED - Static variable in interface javacard.framework.ISO7816
Response status : Conditions of use not satisfied = 0x6985
SW_CORRECT_LENGTH_00 - Static variable in interface javacard.framework.ISO7816
Response status : Correct Expected Length (Le) = 0x6C00
SW_DATA_INVALID - Static variable in interface javacard.framework.ISO7816
Response status : Data invalid = 0x6984
SW_FILE_FULL - Static variable in interface javacard.framework.ISO7816
Response status : Not enough memory space in the file = 0x6A84
SW_FILE_INVALID - Static variable in interface javacard.framework.ISO7816
Response status : File invalid = 0x6983
SW_FILE_NOT_FOUND - Static variable in interface javacard.framework.ISO7816
Response status : File not found = 0x6A82
SW_FUNC_NOT_SUPPORTED - Static variable in interface javacard.framework.ISO7816
Response status : Function not supported = 0x6A81
SW_INCORRECT_P1P2 - Static variable in interface javacard.framework.ISO7816
Response status : Incorrect parameters (P1,P2) = 0x6A86
SW_INS_NOT_SUPPORTED - Static variable in interface javacard.framework.ISO7816
Response status : INS value not supported = 0x6D00
SW_LOGICAL_CHANNEL_NOT_SUPPORTED - Static variable in interface javacard.framework.ISO7816
Response status : Card does not support logical channels = 0x6881
SW_NO_ERROR - Static variable in interface javacard.framework.ISO7816
Response status : No Error = (short)0x9000
SW_RECORD_NOT_FOUND - Static variable in interface javacard.framework.ISO7816
Response status : Record not found = 0x6A83
SW_SECURE_MESSAGING_NOT_SUPPORTED - Static variable in interface javacard.framework.ISO7816
Response status : Card does not support secure messaging = 0x6882
SW_SECURITY_STATUS_NOT_SATISFIED - Static variable in interface javacard.framework.ISO7816
Response status : Security condition not satisfied = 0x6982
SW_UNKNOWN - Static variable in interface javacard.framework.ISO7816
Response status : No precise diagnosis = 0x6F00
SW_WARNING_STATE_UNCHANGED - Static variable in interface javacard.framework.ISO7816
Response status : Warning, card state unchanged = 0x6200
SW_WRONG_DATA - Static variable in interface javacard.framework.ISO7816
Response status : Wrong data = 0x6A80
SW_WRONG_LENGTH - Static variable in interface javacard.framework.ISO7816
Response status : Wrong length = 0x6700
SW_WRONG_P1P2 - Static variable in interface javacard.framework.ISO7816
Response status : Incorrect parameters (P1,P2) = 0x6B00
SystemException - exception javacard.framework.SystemException.
SystemException represents a JCSystem class related exception.
SystemException(short) - Constructor for class javacard.framework.SystemException
Constructs a SystemException.

T

T1_IFD_ABORT - Static variable in class 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.
Throwable - class java.lang.Throwable.
The Throwable class is the superclass of all errors and exceptions in the Java Card platform's subset of the Java programming language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable.
throwIt(short) - Static method in class javacard.framework.UserException
Throws the Java Card runtime environment-owned instance of UserException with the specified reason.
throwIt(short) - Static method in class javacard.framework.PINException
Throws the Java Card runtime environment-owned instance of PINException with the specified reason.
throwIt(short) - Static method in class javacard.framework.CardException
Throw the Java Card runtime environment-owned instance of CardException class with the specified reason.
throwIt(short) - Static method in class javacard.framework.TransactionException
Throws the Java Card runtime environment-owned instance of TransactionException with the specified reason.
throwIt(short) - Static method in class javacard.framework.APDUException
Throws the Java Card runtime environment-owned instance of APDUException with the specified reason.
throwIt(short) - Static method in class javacard.framework.ISOException
Throws the Java Card runtime environment-owned instance of the ISOException class with the specified status word.
throwIt(short) - Static method in class javacard.framework.CardRuntimeException
Throws the Java Card runtime environment-owned instance of the CardRuntimeException class with the specified reason.
throwIt(short) - Static method in class javacard.framework.SystemException
Throws the Java Card runtime environment-owned instance of SystemException with the specified reason.
throwIt(short) - Static method in class javacard.framework.service.ServiceException
Throws the Java Card runtime environment-owned instance of ServiceException with the specified reason.
throwIt(short) - Static method in class javacard.security.CryptoException
Throws the Java Card runtime environment-owned instance of CryptoException with the specified reason.
TransactionException - exception javacard.framework.TransactionException.
TransactionException represents an exception in the transaction subsystem.
TransactionException(short) - Constructor for class javacard.framework.TransactionException
Constructs a TransactionException with the specified reason.
TYPE_AES - Static variable in class javacard.security.KeyBuilder
Key object which implements interface type AESKey with persistent key data.
TYPE_AES_TRANSIENT_DESELECT - Static variable in class javacard.security.KeyBuilder
Key object which implements interface type AESKey with CLEAR_ON_DESELECT transient key data.
TYPE_AES_TRANSIENT_RESET - Static variable in class javacard.security.KeyBuilder
Key object which implements interface type AESKey with CLEAR_ON_RESET transient key data.
TYPE_DES - Static variable in class javacard.security.KeyBuilder
Key object which implements interface type DESKey with persistent key data.
TYPE_DES_TRANSIENT_DESELECT - Static variable in class javacard.security.KeyBuilder
Key object which implements interface type DESKey with CLEAR_ON_DESELECT transient key data.
TYPE_DES_TRANSIENT_RESET - Static variable in class javacard.security.KeyBuilder
Key object which implements interface type DESKey with CLEAR_ON_RESET transient key data.
TYPE_DSA_PRIVATE - Static variable in class javacard.security.KeyBuilder
Key object which implements the interface type DSAPrivateKey for the DSA algorithm.
TYPE_DSA_PUBLIC - Static variable in class javacard.security.KeyBuilder
Key object which implements the interface type DSAPublicKey for the DSA algorithm.
TYPE_EC_F2M_PRIVATE - Static variable in class javacard.security.KeyBuilder
Key object which implements the interface type ECPrivateKey for EC operations over fields of characteristic 2 with polynomial basis.
TYPE_EC_F2M_PUBLIC - Static variable in class javacard.security.KeyBuilder
Key object which implements the interface type ECPublicKey for EC operations over fields of characteristic 2 with polynomial basis.
TYPE_EC_FP_PRIVATE - Static variable in class javacard.security.KeyBuilder
Key object which implements the interface type ECPrivateKey for EC operations over large prime fields.
TYPE_EC_FP_PUBLIC - Static variable in class javacard.security.KeyBuilder
Key object which implements the interface type ECPublicKey for EC operations over large prime fields.
TYPE_RSA_CRT_PRIVATE - Static variable in class javacard.security.KeyBuilder
Key object which implements interface type RSAPrivateCrtKey which uses Chinese Remainder Theorem.
TYPE_RSA_PRIVATE - Static variable in class javacard.security.KeyBuilder
Key object which implements interface type RSAPrivateKey which uses modulus/exponent form.
TYPE_RSA_PUBLIC - Static variable in class javacard.security.KeyBuilder
Key object which implements interface type RSAPublicKey.

U

unexport(Remote) - Static method in class javacard.framework.service.CardRemoteObject
Unexports the specified remote object.
UNINITIALIZED_KEY - Static variable in class javacard.security.CryptoException
This reason code is used to indicate that the key is uninitialized.
uninstall() - Method in interface javacard.framework.AppletEvent
Called by the Java Card runtime environment to inform this applet instance that the Applet Deletion Manager has been requested to delete it.
update(byte[], short, byte) - Method in class javacard.framework.OwnerPIN
This method sets a new value for the PIN and resets the PIN try counter to the value of the PIN try limit.
update(byte[], short, short) - Method in class javacard.security.Checksum
Accumulates a partial checksum of the input data.
update(byte[], short, short) - Method in class javacard.security.Signature
Accumulates a signature of the input data.
update(byte[], short, short) - Method in class javacard.security.MessageDigest
Accumulates a hash of the input data.
update(byte[], short, short, byte[], short) - Method in class javacardx.crypto.Cipher
Generates encrypted/decrypted output from input data.
UserException - exception javacard.framework.UserException.
UserException represents a User exception.
UserException() - Constructor for class javacard.framework.UserException
Constructs a UserException with reason = 0.
UserException(short) - Constructor for class javacard.framework.UserException
Constructs a UserException with the specified reason.
Util - class javacard.framework.Util.
The Util class contains common utility functions.

V

verify(byte[], short, short, byte[], short, short) - Method in class javacard.security.Signature
Verifies the signature of all/last input data against the passed in signature.

W

waitExtension() - Static method in class javacard.framework.APDU
Requests additional processing time from CAD.

A B C D E F G I J K L M N O P R S T U V W
Java Card
v2.2.1

Copyright © 1993-2003 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA-95054, U.S.A. All Rights Reserved.