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.
Added On:  09/04/15
SQL Column:  CARD_SCHEME_CL
Java Field:  cardSchemeCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Represents current (or selected) type of card schemes available in the system.
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.
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.
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.
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.
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.
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.
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.
Added On:  08/17/15
SQL Column:  LENGTH
Java Field:  length
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Key length.
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.
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.
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.