|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
int value.
long value.
StreamConnection object that represents a server
side socket connection.
AccessControlException with the specified,
detailed message.
AccessControlException with the specified,
detailed message, and the requested permission that caused the exception.
AESKey contains a 16/24/32 byte key for AES computations based
on the Rijndael algorithm.AID instance encapsulating the specified AID bytes.
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 provides a
cipher using AES with block size 128 in ECB mode and does not pad input
data.
ALG_AES_CBC_ISO9797_M1 provides a cipher
using AES with block size 128 in CBC mode, and pads input data according to the ISO 9797
method 1 scheme.
ALG_AES_CBC_ISO9797_M2 provides a cipher
using AES with block size 128 in CBC mode, and pads input data according to the ISO 9797
method 2 (ISO 7816-4, EMV'96) scheme.
ALG_AES_ECB_ISO9797_M1 provides a cipher
using AES with block size 128 in ECB mode, and pads input data according to the ISO 9797
method 1 scheme.
ALG_AES_ECB_ISO9797_M2 provides a cipher
using AES with block size 128 in ECB mode, and pads input data according to the ISO 9797
method 2 (ISO 7816-4, EMV'96) scheme.
ALG_AES_ECB_PKCS5 provides a cipher using
AES with block size 128 in ECB mode, and pads input data according to the PKCS#5 scheme.
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_AES_MAC_192_NOPAD generates a
24-byte MAC using AES with blocksize 192 in CBC mode and does not pad
input data.
ALG_AES_MAC_256_NOPAD generates a
32-byte MAC using AES with blocksize 256 in CBC mode and does not pad
input data.
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 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 provides a cipher using
DES in CBC mode or triple DES in outer CBC mode, and does not pad input
data.
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 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 provides a cipher using
DES in ECB mode, and does not pad input data.
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
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 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 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 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 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
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 generates an
8-byte MAC using DES in CBC mode or triple DES in outer CBC mode.
ALG_DES_MAC8_ISO9797_M2 generates an
8-byte MAC using DES in CBC mode or triple DES in outer CBC mode.
ALG_DES_MAC_8_NOPAD generates an
8-byte MAC using DES in CBC mode or triple DES in outer CBC mode.
KeyPair object containing a DSA key pair.
ALG_DSA_SHA generates a 20-byte SHA
digest and signs/verifies the digests using DSA.
KeyPair object containing an EC key pair for EC operations
over fields of characteristic 2 with polynomial basis.
KeyPair object containing an EC key pair for EC operations
over large prime fields
ALG_ECDSA_SHA generates a 20-byte SHA
digest and signs/verifies the digest using ECDSA.
ALG_ECDSA_SHA_224 generates a 28-byte
SHA-224 digest and signs/verifies the digest using ECDSA with the P-224
curve defined in the Digital Signature Standards specification[NIST FIPS
PUB 186-2].
ALG_ECDSA_SHA_256 generates a 32-byte
SHA-256 digest and signs/verifies the digest using ECDSA with the P-256
curve defined in the Digital Signature Standards specification[NIST FIPS
PUB 186-2].
ALG_ECDSA_SHA_384 generates a 48-byte
SHA-384 digest and signs/verifies the digest using ECDSA with the P-384
curve defined in the Digital Signature Standards specification[NIST FIPS
PUB 186-2].
ALG_ECDSA_SHA_512 generates a 64-byte
SHA-512 digest and signs/verifies the digest using ECDSA with the P-521
curve defined in the Digital Signature Standards specification[NIST FIPS
PUB 186-2].
ALG_HMAC_MD5 This
algorithm generates an HMAC following the steps found in RFC: 2104 using
MD5 as the hashing algorithm.
ALG_HMAC_RIPEMD160
This algorithm generates an HMAC following the steps found in RFC: 2104
using RIPEMD160 as the hashing algorithm.
ALG_HMAC_SHA1 This
algorithm generates an HMAC following the steps found in RFC: 2104 using
SHA1 as the hashing algorithm.
ALG_HMAC_SHA_256
This algorithm generates an HMAC following the steps found in RFC: 2104
using SHA-256 as the hashing algorithm.
ALG_HMAC_SHA_384
This algorithm generates an HMAC following the steps found in RFC: 2104
using SHA-384 as the hashing algorithm.
ALG_HMAC_SHA_512
This algorithm generates an HMAC following the steps found in RFC: 2104
using SHA-512 as the hashing algorithm.
ALG_KOREAN_SEED_CBC_NOPAD provides a
cipher using the Korean SEED algorithm specified in the Korean SEED
Algorithm specification provided by KISA, Korea Information Security
Agency in ECB mode and does not pad input data.
ALG_KOREAN_SEED_ECB_NOPAD provides a
cipher using the Korean SEED algorithm specified in the Korean SEED
Algorithm specification provided by KISA, Korea Information Security
Agency in ECB mode and does not pad input data.
ALG_KOREAN_SEED_MAC_NOPAD generates an
16-byte MAC using Korean SEED in CBC mode.
KeyPair object containing a RSA key pair.
KeyPair object containing a RSA key pair with private key
in its Chinese Remainder Theorem form.
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 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 generates a
16-byte MD5 digest, pads the digest according to the RFC2409 scheme, and
encrypts it using RSA.
ALG_RSA_NOPAD provides a cipher using RSA
and does not pad input data.
ALG_RSA_PKCS1 provides a cipher using
RSA, and pads input data according to the PKCS#1 (v1.5) scheme.
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 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_ISO9796_MR generates
20-byte RIPE MD-160 digest, pads it according to the ISO9796-2
specification and encrypts using RSA.
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 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_224_PKCS1 generates a 28-byte
SHA digest, pads the digest according to the PKCS#1 (v1.5) scheme, and
encrypts it using RSA.
ALG_RSA_SHA_224_PKCS1_PSS generates a
28-byte SHA-1 digest, pads it according to the PKCS#1-PSS scheme (IEEE
1363-2000), and encrypts it using RSA.
ALG_RSA_SHA_256_PKCS1 generates a 32-byte
SHA digest, pads the digest according to the PKCS#1 (v1.5) scheme, and
encrypts it using RSA.
ALG_RSA_SHA_256_PKCS1_PSS generates a
32-byte SHA-1 digest, pads it according to the PKCS#1-PSS scheme (IEEE
1363-2000), and encrypts it using RSA.
ALG_RSA_SHA_384_PKCS1 generates a 48-byte
SHA digest, pads the digest according to the PKCS#1 (v1.5) scheme, and
encrypts it using RSA.
ALG_RSA_SHA_384_PKCS1_PSS generates a
48-byte SHA-1 digest, pads it according to the PKCS#1-PSS scheme (IEEE
1363-2000), and encrypts it using RSA.
ALG_RSA_SHA_512_PKCS1 generates a 64-byte
SHA digest, pads the digest according to the PKCS#1 (v1.5) scheme, and
encrypts it using RSA.
ALG_RSA_SHA_512_PKCS1_PSS generates a
64-byte SHA-1 digest, pads it according to the PKCS#1-PSS scheme (IEEE
1363-2000), and encrypts it using RSA.
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_ISO9796_MR generates
20-byte SHA-1 digest, pads it according to the ISO9796-2 specification
and encrypts using RSA.
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 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 generates a
20-byte SHA digest, pads the digest according to the RFC2409 scheme, and
encrypts it using RSA.
AM_PM field indicating the period of the day
from midnight to just before noon.
get and set indicating
whether the HOUR is before or after noon.
APDUException represents an APDU related
exception.Object argument
to this string buffer.
char array
argument to this string buffer.
char
array argument to this string buffer.
boolean argument
to the string buffer.
char argument to
this string buffer.
int argument to
this string buffer.
long argument to
this string buffer.
char array
argument to this sequence.
char array argument to this sequence.
boolean
argument to the sequence.
char
argument to this sequence.
int
argument to this sequence.
long
argument to this sequence.
ConstructedBERTLV.
this Primitive
BER TLV object.
install() method should create the
applet object.
AppletEvent interface provides a callback interface for
the Java Card runtime environment to inform the applet about life cycle
events.ApplicationException encapsulates generic checked
exceptions that an application may throw.ApplicationException with a detail message and
auxiliary (e.g., application-defined) information.
ApplicationException with a detail message and
no (null) auxiliary application-defined information.
ApplicationException with no (null) detail
message and no (null) auxiliary application-defined information.
MONTH field indicating the fourth month of
the year.
ArithmeticException with no detail message.
ArithmeticException with the specified
detail message.
ArrayIndexOutOfBoundsException with no
detail message.
ArrayIndexOutOfBoundsException class with
an argument indicating the illegal index.
ArrayIndexOutOfBoundsException class with
the specified detail message.
ArrayLogic class contains common utility functions for
manipulating arrays of primitive components - byte, short or int.ArrayStoreException with no detail message.
ArrayStoreException with the specified
detail message.
boolean, which is converted to
a string as defined in The Java Language Specification,
Second Edition, Section 15.18.1.1.
char, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
int, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
long, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
MONTH field indicating the eighth month of
the year.
APDU.setOutgoingLength()
method to indicate
APDUException.BAD_LENGTH if len is
negative, or greater than 256 and the currently selected applet does not
implement the javacardx.apdu.ExtendedLength interface, or
if non BLOCK CHAINED data transfer is requested and len is
greater than (IFSD-2), where IFSD is the Outgoing Block Size.
BasicService.
BCDUtil class contains common BCD(binary coded decimal)
related utility functions.BERTag class encapsulates a BER TLV tag.BERTLV Tag object capable of
encapsulating a BER TLV Tag.
BERTLV class encapsulates a BER TLV structure.BERTLV object capable of
encapsulating a BER TLV structure.
BigNumber class encapsulates an unsigned number whose
value is represented in internal hexadecimal format using an implementation
specific maximum number of bytes.BioException class encapsulates specific exceptions which
can be thrown by the methods of the javacardx.biometry package
in case of error.boolean
in an object.Boolean object representing the
value argument.
APDU.sendBytes() method to
indicate that the sum of buffer offset parameter and the byte length
parameter exceeds the APDU buffer size.
ByteArrayInputStream contains an internal buffer that
contains bytes that may be read from the stream.ByteArrayInputStream so that it uses
buf as its buffer array.
ByteArrayInputStream that uses buf
as its buffer array.
Calendar is an abstract base class for converting between a
Date object and a set of integer fields such as
YEAR, MONTH, DAY,
HOUR, and so on.APDU object cannot be accessed for input processing.
APDU object cannot be accessed for output processing.
CardException class defines a field reason and
two accessor methods
getReason() and setReason().CardRemoteObject and automatically exports
it.
CardRuntimeException class defines a field
reason and two accessor methods
getReason() and
setReason().CertificateException encapsulates an error that
occurred while a Certificate is being used.Certificate
and specific error reason.
Certificate,
and specific error reason.
char
in an object.Character object and initializes it so that
it represents the primitive value argument.
index argument, is
returned.
char value in this sequence at the specified index.
pin against the PIN value.
pin against the PIN value.
password against the Password value.
response against
the digest computed from the other parameters and the password or PIN
internally held by the Authenticator implementing this interface.
Checksum class is the base class for CRC (cyclic
redundancy check) checksum algorithms.Cipher class is the abstract base class for Cipher
algorithms.Class represent classes and interfaces
in a running Java application.ClassCastException with no detail message.
ClassCastException with the specified detail
message.
forName method in class Class but no
definition for the class with the specified name could be found.ClassNotFoundException with no detail
message.
ClassNotFoundException with the specified
detail message.
CLEAR_ON_RESET cases.
APDU object does not fit in the APDU buffer.
APDU object has been completely processed.
time to field
values in fields[].
fields[] to the
millisecond time value time.
ConstructedBERTag class encapsulates a constructed BER TLV
tag.ConstructedBERTLV class encapsulates a constructed BER TLV
structure.ConstructedBERTLV object
capable of encapsulating a ConstructedBERTLV structure.
nextToken method can be called before it generates an
exception.
CryptoException represents a cryptography-related exception.CryptoException with the specified reason.
Thread
object.
DataInput interface provides for reading bytes from a
binary stream and reconstructing from them data in any of the Java primitive
types.DataInputStream and saves its argument, the
input stream in, for later use.
DataOutput interface provides for converting data from any
of the Java primitive types to a series of bytes and writing these bytes to a
binary stream.get and set indicating the
day of the month.
Date object and initializes it to represent
the current time specified number of milliseconds since the standard base
time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date object and initializes it to represent
the specified number of milliseconds since the standard base time known
as "the epoch", namely January 1, 1970, 00:00:00 GMT.
get and set indicating the
day of the month.
get and set indicating the
day of the week.
MONTH field indicating the twelfth month of
the year.
initParam parameter in the buildBioTemplate()
method.
StringBuffer.
this ConstructedBERTLV.
StringBuffer (shortening the StringBuffer
by one character).
char at the specified position in this
sequence.
DESKey contains an 8/16/24-byte key for single/2 key triple
DES/3 key triple DES operations.ch in the
specified radix.
APDU object.
Dispatcher is used to build an application by aggregating
several services.Dispatcher with a designated maximum number of
services.
service method) to allow a
servlet to handle a DELETE request.
doFilter method of the Filter is called by the
container each time a request/response pair is passed through the chain
due to a client request for a resource at the end of the chain.
service method) to allow a
servlet to handle a GET request.
service
method and handles the request.
service method) to allow a
servlet to handle a OPTIONS request.
service method) to allow a
servlet to handle a POST request.
service method) to allow a
servlet to handle a PUT request.
service method) to allow a
servlet to handle a TRACE request.
DSAPrivateKey interface is used to sign data using the DSA
algorithm.DSAPublicKey interface is used to verify signatures on
signed data using the DSA algorithm.ECKey interface is the base interface for the EC
algorithm's private and public key implementations.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 is used to verify signatures on
signed data using the ECDSA algorithm and to generate shared secrets using
the ECDH algorithm.Stack class to indicate that the
stack is empty.EmptyStackException with null
as its error message string.
sendRedirect
method or, if encoding is not needed, returns the URL unchanged.
EOFException with null as its
error detail message.
EOFException with the specified detail
message.
true if and only if the argument is not
null and is a Boolean object that
represents the same boolean value as this object.
this AID instance
to the AID bytes in the specified object.
bArray are the same
as those encapsulated in this AID object.
this BER Tag with another.
String to another String,
ignoring case considerations.
Error is a subclass of Throwable that
indicates serious problems that a reasonable application should not try to
catch.Error with no specified detail message.
EventRegistry.EventRegistry.Exception and its subclasses are a form of
Throwable that indicates conditions that a reasonable
application might want to catch.Exception with no specified detail message.
Exception with the specified detail message.
ExtendedLength interface serves as a tagging interface to
indicate that the applet supports extended length APDU.ExternalException represents an external subsystem related
exception.ExternalException with the specified reason.
APDU
object to processed, and indicates that the processing has
failed.
Boolean object corresponding to the primitive value
false.
MONTH field indicating the second month of
the year.
BERTLV within
this ConstructedBERTLV object that matches
the specified BER Tag.
BERTLV within
this ConstructedBERTLV object that matches
the specified BER Tag.
Class object associated with the class with
the given string name.
DAY_OF_WEEK field indicating Friday.
PrivateKey specified during initialization and the public
key data provided.
KeyPair
instance with new key values.
AID object associated with the current applet context, or
null if the Applet.register() method has
not yet been invoked or if called from the context of a Web Application.
null if no object is bound under the name.
null if there is no attribute by that name.
Object, or
null if no attribute of the given name exists.
Enumeration of String objects
containing the names of all the objects bound to this session.
Enumeration containing the attribute names
available within this servlet context.
Enumeration containing the names of the
attributes available to this request.
String into bytes according to the specified
character encoding, storing the result into a new byte array.
String into bytes according to the platform's
default character encoding, storing the result into a new byte array.
AID
object.
Certificate that caused the exception.
dst.
dst.
APDU object.
APDU command based on the CLA byte.
Certificate used to establish the secure
connection with the client.
null if the cookie has no comment.
null
if the type is not known.
ServletContext object that corresponds to a
specified URL on the server.
Cookie objects the
client sent with this request.
Applet.process(APDU)
method to obtain a reference to the current APDU object.
Applet.process(APDU)
method to obtain a reference to the current APDU buffer.
APDU
object.
System.currentTimeMillis().
date header field.
long
value that represents a Date object.
TimeZone for this host.
expires header field.
HttpConnection.
String.
Enumeration of String objects.
HttpConnection, e.g., host name or IPv4 address
InitializedMessageDigest object instance of the
selected algorithm.
InitializedMessageDigest object instance of the
selected algorithm.
InitializedMessageDigest object instance of the
selected algorithm.
String containing the value of the named
initialization parameter, or null if the parameter does
not exist.
String containing the value of the named
initialization parameter, or null if the parameter does
not exist.
String containing the value of the named
initialization parameter, or null if the parameter does
not exist.
String containing the value of the named
context-wide initialization parameter, or null if the
parameter does not exist.
Enumeration of String objects, or an empty
Enumeration if the filter has no initialization
parameters.
Enumeration of String objects, or an empty
Enumeration if the servlet has no initialization
parameters.
Enumeration of String objects, or an empty
Enumeration if the servlet has no initialization
parameters.
Enumeration of String objects, or an empty
Enumeration if the context has no initialization
parameters.
ServletInputStream.
APDU
object.
Checksum object instance of the selected
algorithm.
Checksum object instance of the selected
algorithm.
Checksum object instance of the selected
algorithm.
KeyAgreement object instance of the selected
algorithm.
KeyAgreement object instance of the selected
algorithm.
KeyAgreement object instance of the selected
algorithm.
MessageDigest object instance of the selected
algorithm.
MessageDigest object instance of the selected
algorithm.
MessageDigest object instance of the selected
algorithm.
RandomData instance of the selected algorithm.
RandomData instance of the selected algorithm.
RandomData instance of the selected algorithm.
Signature object instance of the selected
algorithm.
Signature object instance of the selected
algorithm.
Signature object instance of the selected
algorithm and provider.
Cipher object instance of the selected
algorithm.
Cipher object instance of the selected
algorithm.
Cipher object instance of the selected
algorithm.
BERTLV Tag object from the binary representation
in the byte array.
BERTLV using the input binary data.
int.
Key data in plain text.
Key data in plain text.
Key data in plain text.
Key data in plain text.
Cipher object to be used to decrypt the input
key data and key parameters in the set methods.
HttpServletRequest object was last
modified, in milliseconds since midnight January 1, 1970 GMT.
last-modified header field.
HttpServletRequest object was last
modified, in milliseconds since midnight January 1, 1970 GMT.
this TLV object's Length component
Locale that the client will accept
content in, based on the Accept-Language header.
ServletResponse.setLocale(java.util.Locale) method.
Enumeration of Locale objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
-1 indicating the cookie will persist until browser
shutdown.
MemoryAccess object instance for the selected
memory subsystem.
Throwable object.
null if
the MIME type is not known.
Class
object, as a String.
RequestDispatcher object that acts as a wrapper for the
named servlet.
Certificate may not be used
from the validity period.
Certificate may not be used
from the validity period.
APDU
object.
ServletOutputStream suitable for writing binary data in
the response.
APDU
object.
APDU object.
String, or
null if the parameter does not exist.
Enumeration of String objects
containing the names of the parameters contained in this request.
String objects containing all of the
values the given request parameter has, or null if the
parameter does not exist.
AID object starting at the specified offset for the
specified length.
HttpConnection.
HttpsConnection.
AID object associated with the previously active applet
context.
KeyPair object.
HttpConnection.
KeyPair object.
HttpConnection.
BufferedReader.
String containing the real path for a given
virtual path.
HttpConnection.
null if the user has not been
authenticated.
RequestDispatcher object that acts as a wrapper for the
resource located at the given path.
RequestDispatcher object that acts as a wrapper for the
resource located at the given path.
Class instance.
InputStream object.
http, https, or ftp.
true if the browser is sending cookies only over a
secure protocol, or false if the browser can send cookies
using any protocol.
Certificate.
Certificate used to establish the
secure connection with the server.
ServletConfig object.
ServletConfig object, which contains initialization and
startup parameters for this servlet.
ServletContext in which the caller is
executing.
ServletContext in which this servlet
is running.
ServletContext in which the caller is
executing.
HttpSession associated with this
request or, if there is no current session and create is
true, returns a new session.
Certificate.
APDU
object.
Class representing the superclass of the
entity (class, interface, primitive type or void) represented by this
Class.
this value of the TLV object's Tag component
TimeZone for the given ID.
PIN is blocked.
PIN is blocked.
Password is blocked.
Certificate.
this Primitive BER TLV object
into the output buffer.
Certificate.
PrintWriter object that can send character text
to the client.
hasMoreTokens method.
HMACKey contains a key for HMAC operations.get and set indicating the
hour of the morning or afternoon.
get and set indicating the
hour of the day.
Authenticator that may be used for
HTTP Digest Authentication as defined by RFC 2617: HTTP Authentication:
Basic and Digest Authentication.ServletRequest interface to provide request
information for HTTP servlets.ServletResponse interface to provide HTTP-specific
functionality in sending a response.HttpSessionBindingListener when it is bound or unbound from a
session, or to a HttpSessionAttributeListener that has been
configured in the deployment descriptor when any attribute is bound, unbound
or replaced in a session.javacard.framework.Applet.register() method to indicate
that the input AID parameter is not a legal AID value.
IllegalAccessException without a detail
message.
IllegalAccessException with a detail
message.
IllegalArgumentException with no detail
message.
IllegalArgumentException with the specified
detail message.
IllegalMonitorStateException with no detail
message.
IllegalMonitorStateException with the
specified detail message.
IllegalThreadStateException with no detail
message.
IllegalThreadStateException with the
specified detail message.
beginTransaction method to
indicate a transaction is already in progress.
equals method.
index, and testing for equality using the
equals method.
IndexOutOfBoundsException with no detail
message.
IndexOutOfBoundsException with the specified
detail message.
Checksum object with the
algorithm specific parameters.
Signature object with the appropriate
Key.
Signature object with the appropriate
Key and algorithm specific parameters.
Signature object with the appropriate
Key.
Cipher object with the appropriate
Key.
Cipher object with the appropriate Key and
algorithm specific parameters.
this ConstructedBERTag
object with the specified tag class, and tag number.
this ConstructedBERTag
object from the binary representation in the byte array.
this ConstructedBERTLV
using the input byte data.
this ConstructedBERTLV
object with the input tag and TLV parameter.
this ConstructedBERTLV
object with the input tag and specified data as value of the object.
this PrimitiveBERTag object
with the specified tag class, and tag number.
this PrimitiveBERTLV Tag
object from the binary representation in the byte array.
this PrimitiveBERTLV using
the input byte data.
this PrimitiveBERTLV
object with the input tag, length and data.
super.init(config).
super.init(config).
InitializedMessageDigest class is a subclass of the base
class MessageDigest.Object argument
into this string buffer.
char array
argument into this string buffer.
boolean argument
into this string buffer.
char argument
into this string buffer.
int
argument into this string buffer.
long argument
into this string buffer.
str
array argument into this sequence.
Object
argument into this character sequence.
char array
argument into this sequence.
boolean
argument into this sequence.
char
argument into this sequence.
int
argument into this sequence.
long
argument into this sequence.
index.
Applet subclass, the Java
Card runtime environment will call this static method first.
newInstance method in class Class, but the
specified class object cannot be instantiated because it is an interface or
is an abstract class.InstantiationException with no detail
message.
InstantiationException with the specified
detail message.
int in
an object.Integer object that
represents the primitive int argument.
InterruptedException with no detail message.
InterruptedException with the specified
detail message.
InterruptedIOException with
null as its error detail message.
InterruptedIOException with the specified
detail message.
IOException with null as its
error detail message.
IOException with the specified detail
message.
Class object represents an array class.
Class object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class parameter.
getClientURI() is included in the specified
logical "role" permitted to access the specified resource (e.g., SIO-based
service or event) URI.
APDU command is the first or
part of a command chain.
this BER tag structure is constructed
Object is
assignment-compatible with the object represented by this
Class.
Class object represents an
interface type.
APDU command CLA byte
corresponds to an interindustry command as defined in ISO 7816-4:2005
specification.
true if the client does not yet know about the
session or if the client chooses not to join the session.
ISO7816 encapsulates constants related to ISO 7816-3 and ISO
7816-4.ISOException class encapsulates an ISO 7816-4 response status
word as its reason code.boolean indicating whether the servlet is
permanently unavailable.
APDU object has already been
processed.
true if the encoding of the current
APDU command based on the CLA byte indicates secure
messaging.
true if a valid PIN has been presented since the
last card reset or last call to reset().
true if a valid PIN value has been presented since
the last card reset or last call to reset().
reset().
true if a valid password value has been presented since
the last card reset or last call to reset().
APDU command CLA byte is
valid.
MONTH field indicating the first month of the
year.
JCint class contains common utility functions using ints.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.JCSystem class
with functionalities required for integrating the Applet application
model and the Servlet application model to provide a consistent
programming model.MONTH field indicating the seventh month of
the year.
MONTH field indicating the sixth month of the
year.
Key interface is the base interface for all keys.KeyAgreement class is the base class for key agreement
algorithms such as Diffie-Hellman and EC Diffie-Hellman [IEEE P1363].KeyBuilder class is a key object factory.KeyEncryption interface defines the methods used to enable
encrypted key data access to a key implementation.KeyPair instance for the specified algorithm
and keylength; the encapsulated keys are uninitialized.
KeyPair instance for the specified algorithm
and keylength; the encapsulated keys are uninitialized.
KeyPair instance for the specified algorithm
and keylength; the encapsulated keys are uninitialized.
KeyPair object containing the specified
public key and private key.
KoreanSEEDKey contains an 16-byte key for Korean Seed
Algorithm operations.LENGTH_AES_128 = 128.
LENGTH_AES_192 = 192.
LENGTH_AES_256 = 256.
LENGTH_DES = 64.
LENGTH_DES3_2KEY = 128.
LENGTH_DES3_3KEY = 192.
LENGTH_DSA_1024 = 1024.
LENGTH_DSA_512 = 512.
LENGTH_DSA_768 = 768.
LENGTH_EC_F2M_113 = 113.
LENGTH_EC_F2M_131 = 131.
LENGTH_EC_F2M_163 = 163.
LENGTH_EC_F2M_193 = 193.
LENGTH_EC_FP_112 = 112.
LENGTH_EC_FP_128 = 128.
LENGTH_EC_FP_160 = 160.
LENGTH_EC_FP_192 = 192.
LENGTH_EC_FP_224 = 224.
LENGTH_EC_FP_256 = 256.
LENGTH_EC_FP_384 = 384.
LENGTH_HMAC_SHA_1_BLOCK_64 = 64.
LENGTH_HMAC_SHA_256_BLOCK_64 = 64.
LENGTH_HMAC_SHA_384_BLOCK_128 = 128.
LENGTH_HMAC_SHA_512_BLOCK_128 = 128.
LENGTH_KOREAN_SEED_128 = 128.
LENGTH_RSA_1024 = 1024.
LENGTH_RSA_1280 = 1280.
LENGTH_RSA_1536 = 1536.
LENGTH_RSA_1984 = 1984.
LENGTH_RSA_2048 = 2048.
LENGTH_RSA_4096 = 4096.
LENGTH_RSA_512 = 512.
LENGTH_RSA_736 = 736.
LENGTH_RSA_768 = 768.
LENGTH_RSA_896 = 896.
ListResourceBundle is an abstract subclass of
ResourceBundle that manages resources for a locale
in a convenient and easy to use list.Locale object represents a specific geographical, political,
or cultural region.Throwable exception to the servlet log file, prepended by
the servlet's name.
Throwable exception to the servlet log file.
long in an
object.Long object that represents
the primitive long argument.
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.
Object with the specified
array length.
MONTH field indicating the third month of the
year.
mark and
reset methods.
mark and
reset methods.
Math contains methods for performing basic numeric
operations.int values.
long values.
char.
int.
long.
MONTH field indicating the fifth month of the
year.
MessageDigest class is the base class for hashing
algorithms.get and set indicating the
millisecond within the second.
int values.
long values.
char.
int.
long.
get and set indicating the
minute within the hour.
init() methods to indicate decryption mode.
init() methods to indicate encryption mode.
init() methods to indicate signature sign mode.
init() methods to indicate signature verify mode.
DAY_OF_WEEK field indicating Monday.
get and set indicating the
month.
MultiSelectable interface identifies the implementing
Applet subclass as being capable of concurrent selections.NegativeArraySizeException with no detail
message.
NegativeArraySizeException with the specified
detail message.
nextToken method, except
that its declared return value is Object rather than
String.
int
value from this random number generator's sequence.
long
value from this random number generator's sequence.
makeTransient..() methods
to indicate that no room is available in volatile memory for the
requested object.
new expression) and no definition of the class could be
found.NoClassDefFoundError with no detail message.
NoClassDefFoundError with the specified
detail message.
nextElement method of an
Enumeration to indicate that there are no more elements in the
enumeration.NoSuchElementException with null
as its error message string.
NoSuchElementException, saving a reference
to the error message string s for later retrieval by the
getMessage method.
NoSuchFieldException with no detail message.
NoSuchFieldException with the specified
detail message.
abortTransaction and
commitTransaction methods when a transaction is not in
progress.
MONTH field indicating the eleventh month of
the year.
null in a case
where an object is required.NullPointerException with no detail message.
NullPointerException with the specified
detail message.
NumberFormatException with no detail message.
NumberFormatException with the specified
detail message.
Object is the root of the class hierarchy.MONTH field indicating the tenth month of the
year.
PrintWriter.
OutOfMemoryError with no detail message.
OutOfMemoryError with the specified detail
message.
OwnerBioTemplate interface should be implemented by the
applet which owns the biometric template.PIN interface, and provides
the ability to update the PIN and thus owner functionality.ParityBit class is a utility to assist with DES key parity
bit generation.long in the radix
specified by the second argument.
long.
length bytes of the encapsulated AID bytes within
this AID object.
PINException represents a OwnerPIN class
access-related exception.AM_PM field indicating the period of the day
from noon to just before midnight.
PrimitiveBERTag class encapsulates a primitive BER TLV
tag.PrimitiveBERTag object
capable of encapsulating a primitive BER TLV Tag.
PrimitiveBERTLV class encapsulates a primitive BER TLV
structure.PrimitiveBERTLV object
capable of encapsulating a Primitive BER TLV structure.
String to the client, without a carriage
return-line feed (CRLF) character at the end.
boolean value to the client, with no carriage
return-line feed (CRLF) character at the end.
long value to the client, with no carriage
return-line feed (CRLF) at the end.
String to the client, followed by a carriage
return-line feed (CRLF).
boolean value to the client, followed by a
carriage return-line feed (CRLF).
long value to the client, followed by a carriage
return-line feed (CRLF).
Throwable and its backtrace to the standard
error stream.
PrintStream adds functionality to another output stream,
namely the ability to print representations of various data values
conveniently.PrivateKey interface is the base interface for private
keys used in asymmetric algorithms.BasicService method is a default implementation and
simply returns false without performing any processing.
APDU object.
APDU object.
BasicService method is a default implementation and
simply returns false without performing any processing.
APDU
object.
BasicService method is a default implementation and
simply returns false without performing any processing.
APDU
object.
PSKException encapsulates an error that occurred while
establishing a TLS secure connection using a PSK cipher suite.PublicKey interface is the base interface for public keys
used in asymmetric algorithms.key to the specified value
in this hashtable.
long
seed:
RandomData abstract class is the base class for random
number generation.len bytes of data into an array of bytes from
this input stream.
read method of
DataInput.
len bytes of data from this input stream into
an array of bytes.
b.
len bytes of data from the input stream into
an array of bytes.
true if that byte is
nonzero, false if that byte is zero.
readBoolean method of
DataInput.
readByte method of
DataInput.
char and returns the char
value.
readChar method of
DataInput.
b.
len bytes from an input stream.
readFully method of
DataInput.
readFully method of
DataInput.
int value.
readInt method of
DataInput.
long value.
readLong method of
DataInput.
short value.
readShort method of
DataInput.
int, and
returns the result, which is therefore in the range 0
through 255.
readUnsignedByte method of
DataInput.
int, and
returns an int value in the range 0 through
65535.
readUnsignedShort method
of DataInput.
readUTF method of
DataInput.
in a representation of a Unicode
character string encoded in Java modified UTF-8 format; this string of
characters is then returned as a String.
bOff.
APDU object
if the input has not already been received.
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.
this applet
instance with the Java Card runtime environment and assign the specified
AID bytes as its instance AID bytes.
RemoteException is thrown to
indicate that a communication-related exception has occurred
during the execution of a remote method call.RemoteException.
oldChar in this string with newChar.
String.
this Primitive BER TLV object.
System.gc() instead.
count field of this byte array output stream to
zero, so that all currently accumulated output in the output stream is
discarded.
mark
method was last called on this input stream.
mark
method was last called on this input stream.
PIN try counter to the value of the
PIN try limit.
PIN try counter to the value of the
PIN try limit.
MessageDigest object to the initial state for
further use.
Password try counter to the value of the
Password try limit.
read/write pointer as well as the
offset and length state variables.
PIN
try counter to the value of the PIN try limit and clears
the blocking state of the PIN.
otherAID
object matches that of this AID object.
RMIService and sets the specified remote
object as the initial reference for the applet.
RSAPrivateCrtKey interface is used to sign data using the
RSA algorithm in its Chinese Remainder Theorem form.RSAPrivateKey class is used to sign data using the RSA
algorithm in its modulus/exponent form.RSAPublicKey is used to verify signatures on signed data
using the RSA algorithm.Runnable is used to
create a thread, starting the thread causes the object's run
method to be called in that separately executing thread.
Runnable
run object, then that Runnable object's run
method is called; otherwise, this method does nothing and returns.
Runnable interface should be implemented by any class
whose instances are intended to be executed by a thread.Runtime
that allows the application to interface with the environment in which the
application is running.RuntimeException is the superclass of those exceptions that
can be thrown during the normal operation of the Java Virtual Machine.RuntimeException with no detail message.
RuntimeException with the specified detail
message.
DAY_OF_WEEK field indicating Saturday.
Content-Length.
Request-Line is not allowed for the resource
identified by the Request-URI.
Request-URI is longer than
the server is willing to interpret.
Location
field.
get and set indicating the
second within the minute.
SecretKey class is the base interface for keys used in
symmetric algorithms (DES, for example).SecurityException with no detail message.
SecurityException with the specified detail
message.
process() method to
distinguish the SELECT APDU command which selected this
applet, from all other SELECT APDU commands which may relate to file or
internal applet state selection.
APDU
object is the applet SELECT FILE command which selected the currently
selected applet.
len more bytes from APDU buffer at specified offset
bOff.
len more bytes from outData byte
array starting at specified offset bOff.
MONTH field indicating the ninth month of the
year.
service
method and dispatches them to the doXXX methods
defined in this class.
service
method.
service
method and dispatches them to the doXXX methods
defined in this class.
service
method.
ServiceException represents a service framework-related
exception.ServiceException.
readLine method for reading data one
line at a time.ch.
ch.
buffer, offset and
length state variables.
index of this vector
to be the specified object.
true.
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).
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).
TYPE_EC_FP_PRIVATE or TYPE_EC_FP_PUBLIC.
MessageDigest superclass.
DEFAULT_RMI_INVOKE_INSTRUCTION in the Java Card platform
RMI protocol for the INVOKE commands used to access the
RMIService for remote method invocations.
Key data.
Key data.
Key data.
Key data.
Cipher object to be used to decrypt the input key
data and key parameters in the set methods.
length state variable.
APDU object.
APDU
object to processed.
long seed.
APDU
object.
SharedBioTemplate interface provides the means for
accessing unrestricted biometric functionality, e.g., the biometric matching
functions.Signature class is the base class for Signature
algorithms.Signature class must implement this
SignatureMessageRecovery interface to provide message recovery
functionality.this tag
structure
this TLV
structure
n bytes of input from this input stream.
n bytes of data from the input
stream.
n bytes of data from this input
stream.
n bytes of data from the
input stream, discarding the skipped bytes.
skipBytes method of
DataInput.
Stack class represents a last-in-first-out (LIFO) stack of
objects.run method of this thread.
APDU object occurs when an
APDUException with reason code
APDUException.IO_ERROR has been thrown.
APDU object occurs when an
APDUException with reason code
APDUException.NO_T0_GETRESPONSE has been thrown.
APDU object occurs when an
APDUException with reason code
APDUException.NO_T0_REISSUE has been thrown.
APDU object occurs when an
APDUException with reason code
APDUException.T1_IFD_ABORT has been thrown.
APDU object when all the incoming
data been received.
APDU object when all outbound data
has been transferred.
APDU object when only the
command header is valid.
APDU object when data transfer
mode is outbound but length is not yet known.
APDU object when data transfer mode
is outbound and outbound length is known.
APDU object when incoming data has
partially been received.
APDU object when some outbound data
has been transferred but not all.
String class represents character strings.String object so that it
represents an empty character sequence.
String object so that it
represents the same sequence of characters as the argument; in other
words, the newly created string is a copy of the argument string.
String so that it represents the sequence
of characters currently contained in the character array argument.
String that contains characters from a
subarray of the character array argument.
String by converting the specified
subarray of bytes using the specified character encoding.
String by converting the specified array
of bytes using the specified character encoding.
String by converting the specified
subarray of bytes using the platform's default character encoding.
String by converting the specified array
of bytes using the platform's default character encoding.
length argument.
capacity argument.
charAt method in class String and
by other String methods to indicate that an index is either
negative or greater than or equal to the size of the string.StringIndexOutOfBoundsException with no
detail message.
StringIndexOutOfBoundsException with the
specified detail message.
StringIndexOutOfBoundsException class
with an argument indicating the illegal index.
APDU
object to processed, and indicates that the processing has
succeeded.
APDU
object to processed, and indicates that the processing has
partially succeeded.
DAY_OF_WEEK field indicating Sunday.
System.currentTimeMillis() be synchronized with some
external time reference.
System class contains several useful class fields and
methods.SystemException represents a JCSystem class
related exception.this BER Tag structure
this BER Tag structure
Thread object.
Thread object with the given name.
Thread object with a specific target
object whose run method is called.
Thread object with the given target and
name.
Throwable class is the superclass of all errors and
exceptions in the Java language.Throwable with null as its
error message string.
Throwable with the specified error
message.
CryptoException with the specified reason.
DAY_OF_WEEK field indicating Thursday.
System.currentTimeMillis() is
accurate.
System.currentTimeMillis() corresponds to the time
elapsed between the two invocations.
System.currentTimeMillis() is at minimum as big as
indicated by the difference of the two values returned; the time may be
bigger.
TimeZone represents a time zone offset, and also figures out
daylight savings.TLVException represents a TLV-related exception.TLVException with the specified reason.
this BER tag structure to the
byte array
this TLV structure to the specified byte array.
String to lower
case.
Throwable object.
Date object to a String of
the form:
String to upper
case.
TransactionException represents an exception in the
transaction subsystem.getClientURI().
Boolean object corresponding to the primitive value
true.
DAY_OF_WEEK field indicating Tuesday.
Key object which implements interface type
AESKey with persistent key data.
Key object which implements interface type
AESKey with CLEAR_ON_DESELECT transient key data.
Key object which implements interface type
AESKey with CLEAR_ON_RESET transient key data.
Key object which implements interface type
DESKey with persistent key data.
Key object which implements interface type
DESKey with CLEAR_ON_DESELECT transient key data.
Key object which implements interface type
DESKey with CLEAR_ON_RESET transient key data.
Key object which implements the interface type
DSAPrivateKey for the DSA algorithm.
Key object which implements the interface type
DSAPrivateKey for the DSA algorithm, with
CLEAR_ON_DESELECT transient key data.
Key object which implements the interface type
DSAPrivateKey for the DSA algorithm, with CLEAR_ON_RESET
transient key data.
Key object which implements the interface type
DSAPublicKey for the DSA algorithm.
ECPrivateKey
for EC operations over fields of characteristic 2 with polynomial basis.
ECPrivateKey
for EC operations over fields of characteristic 2 with polynomial basis,
with CLEAR_ON_DESELECT transient key data.
ECPrivateKey
for EC operations over fields of characteristic 2 with polynomial basis,
with CLEAR_ON_RESET transient key data.
ECPublicKey
for EC operations over fields of characteristic 2 with polynomial basis.
ECPrivateKey
for EC operations over large prime fields.
ECPrivateKey
for EC operations over large prime fields, with CLEAR_ON_DESELECT
transient key data.
ECPrivateKey
for EC operations over large prime fields, with CLEAR_ON_RESET transient
key data.
ECPublicKey
for EC operations over large prime fields.
Key object which implements interface type
HMACKey with persistent key data.
Key object which implements interface type
HMACKey with CLEAR_ON_DESELECT transient key data.
Key object which implements interface type
HMACKey with CLEAR_ON_RESET transient key data.
Key object which implements interface type
KoreanSEEDKey with persistent key data.
Key object which implements interface type
KoreanSEEDKey with CLEAR_ON_DESELECT transient key data.
Key object which implements interface type
KoreanSEEDKey with CLEAR_ON_RESET transient key data.
Key object which implements interface type
RSAPrivateCrtKey which uses Chinese Remainder Theorem.
Key object which implements interface type
RSAPrivateCrtKey which uses Chinese Remainder Theorem,
with CLEAR_ON_DESELECT transient key data.
Key object which implements interface type
RSAPrivateCrtKey which uses Chinese Remainder Theorem,
with CLEAR_ON_RESET transient key data.
Key object which implements interface type
RSAPrivateKey which uses modulus/exponent form.
Key object which implements interface type
RSAPrivateKey which uses modulus/exponent form, with
CLEAR_ON_DESELECT transient key data.
Key object which implements interface type
RSAPrivateKey which uses modulus/exponent form, with
CLEAR_ON_RESET transient key data.
Key object which implements interface type
RSAPublicKey.
PIN
try counter to the value of the PIN try limit.
UserException represents a User exception.UserException with reason = 0.
UserException with the specified reason.
UTFDataFormatException with null
as its error detail message.
UTFDataFormatException with the specified
detail message.
Util class contains common utility functions.UtilException represents a util related exception.UtilException with the specified reason.
Object argument.
char array
argument.
char array argument.
boolean argument.
char argument.
int argument.
long argument.
Vector class implements a growable array of objects.10 and its standard capacity increment is
zero.
VirtualMachineError with no detail message.
VirtualMachineError with the specified detail
message.
Object.notify() method or the
Object.notifyAll() method for this object, or a
specified amount of time has elapsed.
Object.notify() method or the
Object.notifyAll() method for this object, or some
other thread interrupts the current thread, or a certain amount of real
time has elapsed.
Object.notify() method or the
Object.notifyAll() method for this object.
DAY_OF_WEEK field indicating Wednesday.
len bytes from the specified byte array starting at
offset off to this byte array output stream.
b.
b.
len bytes from array b, in order,
to the output stream.
b) to the underlying output stream.
len bytes from the specified byte array starting at
offset off to the underlying output stream.
b.length bytes from the specified byte array to
this output stream.
len bytes from the specified byte array starting at
offset off to this output stream.
len bytes from the specified byte array starting at
offset off to this stream.
boolean value to this output stream.
boolean to the underlying output stream as a
1-byte value.
v.
byte to the underlying output stream as a
1-byte value.
char value, which is comprised of two bytes, to
the output stream.
char to the underlying output stream as a 2-byte
value, high byte first.
s, to the output
stream, in order, two bytes per character.
int value, which is comprised of four bytes, to
the output stream.
int to the underlying output stream as four
bytes, high byte first.
long value, which is comprised of four bytes, to
the output stream.
long to the underlying output stream as eight
bytes, high byte first.
short to the underlying output stream as two
bytes, high byte first.
s.
get and set indicating the
year.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||