- CancelChangeAddress() - Static method in class pteidlib.pteid
-
Allows the library user to cancel a running Change Address operation.
- CARD_TYPE_ERR - Static variable in class pteidlib.pteid
-
- CARD_TYPE_IAS07 - Static variable in class pteidlib.pteid
-
- CARD_TYPE_IAS101 - Static variable in class pteidlib.pteid
-
- cardNumber - Variable in class pteidlib.PTEID_ID
-
- cardNumberPAN - Variable in class pteidlib.PTEID_ID
-
- cardVersion - Variable in class pteidlib.PTEID_ID
-
- cbeff - Variable in class pteidlib.PTEID_PIC
-
- certif - Variable in class pteidlib.PTEID_Certif
-
- certifLabel - Variable in class pteidlib.PTEID_Certif
-
- challenge - Variable in class pteidlib.PTEID_DH_Auth_Response
-
- ChangeAddress(String, byte[], PTEID_Proxy_Info, String, String) - Static method in class pteidlib.pteid
-
Do an address change, this function will connect the Address Change
Server and forward commands between the Card and the Address Change
Server.
- ChangePIN(byte, String, String) - Static method in class pteidlib.pteid
-
- cityF - Variable in class pteidlib.PTEID_ADDR
-
- country - Variable in class pteidlib.PTEID_ADDR
-
- country - Variable in class pteidlib.PTEID_ID
-
- countryDescF - Variable in class pteidlib.PTEID_ADDR
-
- cp3 - Variable in class pteidlib.PTEID_ADDR
-
- cp4 - Variable in class pteidlib.PTEID_ADDR
-
- CVC_Authenticate(byte[]) - Static method in class pteidlib.pteid
-
Finish the CVC authentication with the card, to be called after a
CVC_Init() Parameters: signedChallenge: (IN) the challenge that was
signed by the private key corresponding to the CVC
- CVC_Authenticate_SM101(byte[], byte[], byte[], byte[], byte[], byte[]) - Static method in class pteidlib.pteid
-
Only for IAS 1.0.1 cards, 2nd command to be executed starting a secure
session using symmetric keys.
- CVC_GetAddr() - Static method in class pteidlib.pteid
-
Read the address file over a 'CVC channel' and put the contents into a
PTEID_ADDR class.
- CVC_Init(byte[]) - Static method in class pteidlib.pteid
-
Start a CVC authentication with the card.
- CVC_Init_SM101() - Static method in class pteidlib.pteid
-
Only for IAS 1.0.1 cards, 1st to be executed starting a secure session
using symmetric keys.
- CVC_R_DH_Auth(byte[], byte[]) - Static method in class pteidlib.pteid
-
Complete the DH key agreement and ask the card for a challenge.
- CVC_R_Init() - Static method in class pteidlib.pteid
-
Get the DH parameters, to be sent to the Server
- CVC_R_ValidateSignature(byte[]) - Static method in class pteidlib.pteid
-
Provide the signed challenge (made by the Server)to the card.
- CVC_ReadFile(byte[]) - Static method in class pteidlib.pteid
-
Read out the contents of a file over a 'CVC channel'.
- CVC_WRITE_MODE_PAD - Static variable in class pteidlib.pteid
-
- CVC_WriteAddr(PTEID_ADDR) - Static method in class pteidlib.pteid
-
Write to the address file over a 'CVC channel' A successfull CVC_Init()
and CVC_Authenticate() must have been done before.
- CVC_WriteFile(byte[], int, byte[], int) - Static method in class pteidlib.pteid
-
Write to a file on the card over a 'CVC channel'.
- CVC_WriteSOD(int, byte[], int) - Static method in class pteidlib.pteid
-
This function calls CVC_WriteFile() with the SOD file as path.