
NAME
        j - Verify AUT0 for Schlumberger Cyberflex Access

SYNOPSIS
        j [OPTION]

OPTIONS 
	r - reset to default loader
	s - set selected applet as default
	a - fix broken java atr(answer to reset)
	x - list files in selected DF(dedicated file)
	l - download applet (.bin)
           options - p program FID, 
		   - c instance directory FID,
                   - s data directory size, 
		   - i data container size,
                   - a applet AID
	u - unload applet
           options - p program ID, 
		   - c instance directory FID,
                   - a applet AID
	p - select applet
                   - a applet AID
	q - select default loader as current
	k - load DES key  (Usage: jk number_of_keys)
	R - load RSA private key

DESCRIPTION
	 Cyberflex card specific set of commands

NOTE	 
	 No space allowed between j and it's option;
	 space must be before "p","c","s","i","a" in "jl", "ju" or "jp";
         input for each key in "jk" must be 8 bytes long;
	 positive aknowledgement for the command is:
	   "Verify key: 90 00 ok".

EXAMPLES
        The following command downloads Cyberflex applet "Wallet.bin"
	to a smartcard . If program FID and instance FID are not 
	specified, values 77.77 and 77,78 are used. Size defaults are
	1152 and 1024:
        you  type-> jl Wallet.bin
positive response-> applet file "Wallet.bin"
       		    program ID 77.77 /* program installed in file 3f00/7777 */
       		    container ID 77.78 /* data container installed in file 3f00/7777 */
       		    instance container size 2048
       		    instance data size 1024
       		    AID 7777777777 /* Application ID is 7777777777 */
       		    signature eed461e31de414c1
       		    90 00 ok
negative response-> class F0
		    Verify key: 90 00 ok
   		    applet file             "Wallet.bin"
		    program ID              0.0
		    container ID             0.0
		    data directory size 0
		    data container size      0
	 	    AID                     
		    cannot open file "Wallet.bin"

SEE ALSO
	HW1 at <www.citi.umich.edu/eecs598> 
