Serialized Form


Package com.ibm.opencard.terminal.pcsc10

Class com.ibm.opencard.terminal.pcsc10.PcscException extends java.lang.Exception implements Serializable

Serialized Fields

rc

int rc

Package de.cardcontact.opencard.service

Class de.cardcontact.opencard.service.CardServiceUnexpectedStatusWordException extends CardServiceException implements Serializable

Serialized Fields

sw

int sw

Package netscape.security

Class netscape.security.ForbiddenTargetException extends java.lang.RuntimeException implements Serializable


Package opencard.core

Class opencard.core.OpenCardException extends java.io.IOException implements Serializable

Class opencard.core.OpenCardRuntimeException extends java.lang.RuntimeException implements Serializable


Package opencard.core.event

Class opencard.core.event.CardTerminalEvent extends OpenCardEvent implements Serializable

Serialized Fields

slot_

int slot_
the slot where a card was inserted or removed

Class opencard.core.event.OpenCardEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id

Class opencard.core.event.TracerEvent extends OpenCardEvent implements Serializable

Serialized Fields

level

int level

levelName

java.lang.String levelName

thread

java.lang.Thread thread

frisbee

java.lang.Throwable frisbee

meth

java.lang.String meth

msg

java.lang.String msg

Package opencard.core.service

Class opencard.core.service.CardServiceException extends OpenCardException implements Serializable

Class opencard.core.service.CardServiceImplementationException extends CardServiceException implements Serializable

Class opencard.core.service.CardServiceInabilityException extends CardServiceImplementationException implements Serializable

Class opencard.core.service.CardServiceInvalidCredentialException extends CardServiceUsageException implements Serializable

Class opencard.core.service.CardServiceInvalidParameterException extends CardServiceUsageException implements Serializable

Class opencard.core.service.CardServiceOperationFailedException extends CardServiceException implements Serializable

Class opencard.core.service.CardServiceRuntimeException extends OpenCardRuntimeException implements Serializable

Class opencard.core.service.CardServiceUsageException extends CardServiceRuntimeException implements Serializable

Class opencard.core.service.DefaultCHVDialog.IDDialog extends java.awt.Dialog implements Serializable

Serialized Fields

okButton

java.awt.Button okButton

cancelButton

java.awt.Button cancelButton

messageLabel

java.awt.Label messageLabel

finished

boolean finished

objectToNotify

java.lang.Object objectToNotify

textField

java.awt.TextField textField

chv

java.lang.String chv

Class opencard.core.service.InvalidCardChannelException extends CardServiceRuntimeException implements Serializable


Package opencard.core.terminal

Class opencard.core.terminal.CardNotPresentException extends CardTerminalException implements Serializable

Class opencard.core.terminal.CardTerminalException extends OpenCardException implements Serializable

Serialized Fields

terminal

CardTerminal terminal

slot

int slot

Class opencard.core.terminal.CommunicationErrorException extends CardTerminalException implements Serializable

Class opencard.core.terminal.InvalidSlotChannelException extends CardTerminalException implements Serializable

Class opencard.core.terminal.TerminalInitException extends CardTerminalException implements Serializable

Class opencard.core.terminal.TerminalTimeoutException extends CardTerminalException implements Serializable

Serialized Fields

d_interval

int d_interval

Package opencard.core.util

Class opencard.core.util.OpenCardPropertyLoadingException extends OpenCardException implements Serializable


Package opencard.opt.applet.mgmt

Class opencard.opt.applet.mgmt.InvalidAppletInfoException extends CardServiceImplementationException implements Serializable


Package opencard.opt.database

Class opencard.opt.database.CommandNotAllowedException extends SCQLException implements Serializable

Class opencard.opt.database.EndOfTableReachedException extends SCQLException implements Serializable

Class opencard.opt.database.IncorrectParameterInDataFieldException extends SCQLException implements Serializable

Class opencard.opt.database.InstructionCodeNotSupportedException extends SCQLException implements Serializable

Class opencard.opt.database.MemoryFailureError extends SCQLException implements Serializable

Class opencard.opt.database.NotEnoughMemorySpaceException extends SCQLException implements Serializable

Class opencard.opt.database.ObjectAlreadyExistsException extends SCQLException implements Serializable

Class opencard.opt.database.OperationNotSupportedException extends SCQLException implements Serializable

Class opencard.opt.database.ReferencedObjectNotFoundException extends SCQLException implements Serializable

Class opencard.opt.database.RequiredPrecedentCommandNotPerformedException extends SCQLException implements Serializable

Class opencard.opt.database.SCQLError extends SCQLException implements Serializable

Class opencard.opt.database.SCQLException extends java.lang.Exception implements Serializable

Class opencard.opt.database.WrongLengthException extends SCQLException implements Serializable


Package opencard.opt.iso.fs

Class opencard.opt.iso.fs.CardIOException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cardFile

CardFile cardFile
Some additional information.


Package opencard.opt.security

Class opencard.opt.security.DESKey extends java.lang.Object implements Serializable

Serialized Fields

data

byte[] data
The key encapsulated by this object.

Class opencard.opt.security.DSAPrivateKey extends java.lang.Object implements Serializable

Serialized Fields

param

java.security.interfaces.DSAParams param

x

java.math.BigInteger x
private key

Class opencard.opt.security.DSAPublicKey extends java.lang.Object implements Serializable

Serialized Fields

param

java.security.interfaces.DSAParams param

y

java.math.BigInteger y
public key

Class opencard.opt.security.KeyFile extends java.lang.Object implements Serializable

Serialized Fields

path

CardFilePath path
path to the key file


keyNr

int keyNr
key number within directory

Class opencard.opt.security.PrivateKeyFile extends KeyFile implements Serializable

Class opencard.opt.security.PublicKeyFile extends KeyFile implements Serializable

Class opencard.opt.security.RSACRTKey extends java.lang.Object implements Serializable

Serialized Fields

itracer

Tracer itracer

p

java.math.BigInteger p
Prime p


q

java.math.BigInteger q
Prime q


qm

java.math.BigInteger qm
(inverse of q) mod p


dp

java.math.BigInteger dp
d mod (p-1)


dq

java.math.BigInteger dq
d mod (q-1)


inputLength

int inputLength
input data length


outputLength

int outputLength
output data length


keyLength

int keyLength
Key length (in bits)

Class opencard.opt.security.RSAPrivateKey extends java.lang.Object implements Serializable

Serialized Fields

itracer

Tracer itracer

m_

java.math.BigInteger m_
Modulus


e_

java.math.BigInteger e_
Exponent


inputLength_

int inputLength_
input data length


outputLength_

int outputLength_
output data length


keyLength_

int keyLength_
Key length (in bits)

Class opencard.opt.security.RSAPublicKey extends java.lang.Object implements Serializable

Serialized Fields

itracer

Tracer itracer

el

int el
Length of public exponent


e

java.math.BigInteger e
Public exponent


m

java.math.BigInteger m
Modulus


inputLength

int inputLength
input data length


outputLength

int outputLength
output data length


keyLength

int keyLength
Key length (in bits)

Class opencard.opt.security.SecretKeyFile extends KeyFile implements Serializable


Package opencard.opt.service

Class opencard.opt.service.CardServiceInsufficientMemoryException extends CardServiceException implements Serializable

Class opencard.opt.service.CardServiceInvalidCommandException extends CardServiceImplementationException implements Serializable

Class opencard.opt.service.CardServiceMissingAuthorizationException extends CardServiceImplementationException implements Serializable

Class opencard.opt.service.CardServiceMissingCredentialsException extends CardServiceUsageException implements Serializable

Class opencard.opt.service.CardServiceObjectNotAvailableException extends CardServiceException implements Serializable

Class opencard.opt.service.CardServiceResourceNotFoundException extends CardServiceException implements Serializable

Class opencard.opt.service.CardServiceUnexpectedResponseException extends CardServiceImplementationException implements Serializable


Package opencard.opt.terminal

Class opencard.opt.terminal.TerminalLockedException extends CardTerminalException implements Serializable


Package opencard.opt.terminal.protocol

Class opencard.opt.terminal.protocol.T1BlockEDCErrorException extends T1Exception implements Serializable

Class opencard.opt.terminal.protocol.T1BlockLengthException extends T1Exception implements Serializable

Class opencard.opt.terminal.protocol.T1BlockNotImplementedFeatureException extends java.lang.RuntimeException implements Serializable

Class opencard.opt.terminal.protocol.T1DataPacketTooLongException extends java.lang.RuntimeException implements Serializable

Class opencard.opt.terminal.protocol.T1Exception extends OpenCardException implements Serializable

Class opencard.opt.terminal.protocol.T1IOException extends T1Exception implements Serializable

Class opencard.opt.terminal.protocol.T1TimeoutException extends T1Exception implements Serializable

Class opencard.opt.terminal.protocol.T1UnknownBlockException extends T1Exception implements Serializable