jPOS 1.6.1 API Documentation

Serialized Form


Package org.jpos.core

Class org.jpos.core.AuthorizationTransaction extends java.lang.Object implements Serializable

Serialized Fields

cardHolder

CardHolder cardHolder
 

amount

java.math.BigDecimal amount
 

currency

java.lang.Integer currency
 

rrn

java.lang.String rrn
 

terminal

java.lang.String terminal
 

purchasePlan

java.lang.String purchasePlan
 

numberOfPayments

byte numberOfPayments
 

action

java.lang.String action
 

args

java.lang.String[] args
 

Class org.jpos.core.CardAgentException extends ISOException implements Serializable

Class org.jpos.core.CardAgentNotFoundException extends java.lang.Exception implements Serializable

Class org.jpos.core.CardHolder extends java.lang.Object implements Serializable

serialVersionUID: 7449770625551878435L

Serialized Fields

pan

java.lang.String pan
Primary Account Number

 

exp

java.lang.String exp
Expiration date (YYMM)

 

trailler

java.lang.String trailler
Track2 trailler

 

securityCode

java.lang.String securityCode
Optional security code (CVC, CVV, Locale ID, wse)

 

track1

java.lang.String track1
Track1 Data

 

Class org.jpos.core.ConfigurationException extends ISOException implements Serializable

serialVersionUID: -5605240786314946532L

Class org.jpos.core.ErrorResponse extends java.lang.Object implements Serializable

Serialized Fields

code

java.lang.String code
 

message

java.lang.String message
 

authoritative

boolean authoritative
 

canContinue

boolean canContinue
 

Class org.jpos.core.FinancialTransaction extends AuthorizationTransaction implements Serializable

Class org.jpos.core.InvalidCardException extends java.lang.Exception implements Serializable

serialVersionUID: -7842869068559382395L

Class org.jpos.core.ThinResponse extends java.lang.Object implements Serializable

Serialized Fields

code

java.lang.String code
 

message

java.lang.String message
 

autNumber

java.lang.String autNumber
 

authoritative

boolean authoritative
 

canContinue

boolean canContinue
 

approved

boolean approved
 

Class org.jpos.core.UnknownCardException extends java.lang.Exception implements Serializable


Package org.jpos.iso

Class org.jpos.iso.ISOBinaryField extends ISOComponent implements Serializable

serialVersionUID: 7702505828876640372L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jpos.iso.ISOException extends java.lang.Exception implements Serializable

serialVersionUID: -777216335204861186L

Serialized Fields

nested

java.lang.Throwable nested
 

Class org.jpos.iso.ISOField extends ISOComponent implements Serializable

serialVersionUID: -4053616930139887829L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jpos.iso.ISOFilter.VetoException extends ISOException implements Serializable

serialVersionUID: -4640160572663583113L

Class org.jpos.iso.ISOMsg extends ISOComponent implements Serializable

serialVersionUID: 4306251831901413975L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jpos.iso.ISOVField extends ISOField implements Serializable

serialVersionUID: -2503711799295775875L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jpos.iso.ISOVMsg extends ISOMsg implements Serializable

serialVersionUID: 443461124206801037L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jpos.iso.gui

Class org.jpos.iso.gui.ISOChannelPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -8069489863639386589L

Serialized Fields

meter

ISOMeter meter
 

log

javax.swing.DefaultListModel log
 

symbolicName

java.lang.String symbolicName
 

protectFields

int[] protectFields

wipeFields

int[] wipeFields

Class org.jpos.iso.gui.ISOMeter extends javax.swing.JComponent implements Serializable

serialVersionUID: -1770533267122111538L

Serialized Fields

color

java.awt.Color color
 

im

java.awt.Image im
 

img

java.awt.Graphics img
 

fontBig

java.awt.Font fontBig
 

fontSmall

java.awt.Font fontSmall
 

positiveText

java.lang.String positiveText
 

negativeText

java.lang.String negativeText
 

ti

javax.swing.Timer ti
 

positiveCounter

java.lang.String positiveCounter
handle ISOMeter's counters outside of this class in order to reduce 'int' to 'String' conversions.

 

negativeCounter

java.lang.String negativeCounter
 

lastPositive

int lastPositive
 

lastNegative

int lastNegative
 

connected

boolean connected
 

parent

ISOChannelPanel parent
 

yPoints

int[] yPoints
 

xPoints

int[] xPoints
 

continueScroll

int continueScroll
counter to keep the scrolling active


scroll

boolean scroll
used to determine if to scroll mark to end of graph


refreshPanel

int refreshPanel
Refresh panel in millseconds


imb

java.awt.Image imb

imbCopy

java.awt.Graphics imbCopy

Class org.jpos.iso.gui.ISOMsgPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 7779880613544725704L

Serialized Fields

m

ISOMsg m
 

validFields

java.util.Vector<E> validFields
 

Class org.jpos.iso.gui.ISORequestListenerPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -1786048717180010741L

Serialized Fields

log

javax.swing.DefaultListModel log
 

symbolicName

java.lang.String symbolicName
 

Package org.jpos.iso.header

Class org.jpos.iso.header.BASE1Header extends BaseHeader implements Serializable

serialVersionUID: 6466427524726021374L

Class org.jpos.iso.header.BaseHeader extends java.lang.Object implements Serializable

serialVersionUID: 8674535007934468935L

Serialized Fields

header

byte[] header

Package org.jpos.iso.validator

Class org.jpos.iso.validator.ISOVException extends ISOException implements Serializable

serialVersionUID: 8609716526640071611L

Serialized Fields

treated

boolean treated
flag indicating if the exception was catched in any try/catch clause. It is used to determine if it is necessary the replacement of the component by the iso-error-component in the exception instance


errComponent

ISOComponent errComponent

Package org.jpos.security

Class org.jpos.security.CryptographicServiceMessage.ParsingException extends java.lang.Exception implements Serializable

serialVersionUID: 6984718759445061L

Class org.jpos.security.EncryptedPIN extends java.lang.Object implements Serializable

serialVersionUID: -9117335317030664867L

Serialized Fields

accountNumber

java.lang.String accountNumber
Account Number (the 12 right-most digits of the account number excluding the check digit)


pinBlock

byte[] pinBlock
This is the ByteArray holding the PIN Block The PIN Block can be either clear or encrypted It is typically DES or 3DES encrypted, with length 8 bytes.


pinBlockFormat

byte pinBlockFormat
The PIN Block Format value -1 means no block format defined

Class org.jpos.security.KeySerialNumber extends java.lang.Object implements Serializable

serialVersionUID: -8388775376202253082L

Serialized Fields

baseKeyID

java.lang.String baseKeyID
baseKeyID a HexString representing the BaseKeyID (also called KeySet ID)


deviceID

java.lang.String deviceID
deviceID a HexString representing the Device ID (also called TRSM ID)


transactionCounter

java.lang.String transactionCounter
transactionCounter a HexString representing the transaction counter

Class org.jpos.security.SecureDESKey extends SecureKey implements Serializable

serialVersionUID: -9145281998779008306L

Serialized Fields

keyCheckValue

byte[] keyCheckValue
The keyCheckValue allows identifying which clear key does this secure key represent.

Class org.jpos.security.SecureKey extends java.lang.Object implements Serializable

Serialized Fields

keyBytes

byte[] keyBytes
Secure Key Bytes


keyLength

short keyLength
This is the bit length of the key This can be: LENGTH_DES, LENGTH_DES3_2KEY, ...


keyType

java.lang.String keyType
Key Type is useful for stating what this key can be used for. The value of Key Type specifies whether this encryped key is a TYPE_TMK (Terminal Master Key), TYPE_ZPK (Zone PIN Key)....


keyName

java.lang.String keyName
Optional key name

Class org.jpos.security.SecureKeyStore.SecureKeyStoreException extends ISOException implements Serializable

serialVersionUID: 1976885367352075834L

Class org.jpos.security.SMException extends ISOException implements Serializable

serialVersionUID: 6419380899728561889L

Serialized Fields

nested

java.lang.Exception nested

Package org.jpos.security.jceadapter

Class org.jpos.security.jceadapter.JCEHandlerException extends SMException implements Serializable


Package org.jpos.space

Class org.jpos.space.MD5Template extends java.lang.Object implements Serializable

serialVersionUID: -1204861759575740048L

Serialized Fields

digest

byte[] digest

key

java.lang.Object key

Class org.jpos.space.Request extends TinySpace implements Serializable

Class org.jpos.space.SpaceError extends java.lang.Error implements Serializable

serialVersionUID: 2478239452513511965L

Class org.jpos.space.TinySpace extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.Map<K,V> map

Package org.jpos.tpl

Class org.jpos.tpl.NoPeerException extends java.lang.Exception implements Serializable

Class org.jpos.tpl.NotFoundException extends java.lang.Exception implements Serializable


Package org.jpos.transaction

Class org.jpos.transaction.Context extends java.lang.Object implements Serializable

serialVersionUID: 6056487212221438338L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jpos.util

Class org.jpos.util.AssertFailedException extends ISOException implements Serializable

Class org.jpos.util.BlockingQueue.Closed extends java.lang.RuntimeException implements Serializable

serialVersionUID: 3404885702116373450L

Class org.jpos.util.DirPoll.DirPollException extends ISOException implements Serializable

Class org.jpos.util.NameRegistrar.NotFoundException extends java.lang.Exception implements Serializable

serialVersionUID: 8744022794646381475L


jPOS.org