Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
CA Key
Added On:
08/17/15
SQL Table:
CA_KEY
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
CaKey
Entity that describes the keys, which card is operating with.
Available Fields:
Card Scheme CL
Checksum
Create Date
Expiration Date
Exponent
Id
Key Index
Last Update Date
Length
Provider Code
RID
Value
Card Scheme CL
Added On:
09/04/15
SQL Column:
CARD_SCHEME_CL
Java Field:
cardSchemeCl
Status:
Active
SQL Type:
varchar(2)
Java Type:
String
References
Card Scheme Classifier
Attributes:
Represents current (or selected) type of card schemes available in the system.
Checksum
Added On:
08/17/15
SQL Column:
CHECKSUM
Java Field:
checksum
Status:
Active
SQL Type:
varchar(40)
Java Type:
String
Attributes:
Key checksum used to test whether the key is damaged.
Create Date
Added On:
11/10/15
SQL Column:
CREATE_DATE
Java Field:
createDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the record was created.
Expiration Date
Added On:
08/17/15
SQL Column:
EXPIRATION_DATE
Java Field:
expirationDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
The expiration date of the key.
Exponent
Added On:
08/17/15
SQL Column:
EXPONENT
Java Field:
exponent
Status:
Active
SQL Type:
varchar(6)
Java Type:
String
Attributes:
Key exponent. Used in conjunction with the very key in the pair.
Id
Added On:
08/17/15
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Key Index
Added On:
08/17/15
SQL Column:
KEY_INDEX
Java Field:
keyIndex
Status:
Active
SQL Type:
varchar(2)
Java Type:
String
Attributes:
Key index that is needed for the card processing.
Last Update Date
Added On:
11/10/15
SQL Column:
LAST_UPDATE_DATE
Java Field:
lastUpdateDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date of the last CA key update.
Length
Added On:
08/17/15
SQL Column:
LENGTH
Java Field:
length
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Key length.
Provider Code
Added On:
08/17/15
SQL Column:
PROVIDER_CODE
Java Field:
providerCode
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Attributes:
Reference to the entity that represents the provider.
RID
Added On:
08/17/15
SQL Column:
RID
Java Field:
rid
Status:
Active
SQL Type:
varchar(10)
Java Type:
String
Attributes:
Registered application provider identifier.
Value
Added On:
08/17/15
SQL Column:
VALUE
Java Field:
value
Status:
Active
SQL Type:
varchar(498)
Java Type:
String
Attributes:
Special card key used to encrypt the PIN code (offline-PIN) and similar operations.