FileDocCategorySizeDatePackage
C.javaAPI DocJava Card475Wed Mar 22 21:07:22 GMT 2006com.sun.javacard.samples.odSample.libPackageC

C.java

/*
 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package com.sun.javacard.samples.odSample.libPackageC;

/**
 * package AID - 0xA0 0x00 0x00 0x00 0x62 0x03 0x01 0x0C 0x07 0x03
 *
 * This class is the only one in this package which is used to demonstrate
 * dependencies on package and package deletion.
 */
public class C{
	public static short DATA=1; //constant used by other packages
}