A B C D E F G H I J M N O P S T V

A

APDUToolTask - class com.sun.javacard.ant.tasks.APDUToolTask.
This class encapsulates call to APDUTool.
APDUToolTask() - Constructor for class com.sun.javacard.ant.tasks.APDUToolTask
 
AppletNameAID - class com.sun.javacard.ant.types.AppletNameAID.
Defines the appletnameaid the link beween Applet name and instance aid defined like aid="A0:01:02:03:04:05:06"/>
AppletNameAID() - Constructor for class com.sun.javacard.ant.types.AppletNameAID
 
addConfiguredAppletnameaid(AppletNameAID) - Method in class com.sun.javacard.ant.tasks.ConverterTask
Adds the applet names instance aids can be several
addExportFiles(FileSet) - Method in class com.sun.javacard.ant.tasks.VerifierTask
adds export file set to the export file set list
addJCAInputFile(JCAInputFile) - Method in class com.sun.javacard.ant.tasks.MaskgenTask
adds an input JCA file
aid - Variable in class com.sun.javacard.ant.types.AppletNameAID
Applet AID
appletname - Variable in class com.sun.javacard.ant.types.AppletNameAID
Applet name
applets - Variable in class com.sun.javacard.ant.tasks.ConverterTask
List of applets in the package being converted

B

bundleName - Static variable in class com.sun.javacard.ant.tasks.CapDumpTask
 
bundleName - Static variable in class com.sun.javacard.ant.tasks.JavacardTaskBase
 

C

CapDumpTask - class com.sun.javacard.ant.tasks.CapDumpTask.
Dumps contents of a CAP file Wraps the call to "com.sun.javacard.capdump.CapDump" in its own Ant task derived from the standard Java Task that comes with the Ant distribution.
CapDumpTask() - Constructor for class com.sun.javacard.ant.tasks.CapDumpTask
 
CapgenTask - class com.sun.javacard.ant.tasks.CapgenTask.
Encapsulates call to Capgen to generate a CAP file
CapgenTask() - Constructor for class com.sun.javacard.ant.tasks.CapgenTask
 
ConverterTask - class com.sun.javacard.ant.tasks.ConverterTask.
Defines an ANT task to run the Java Card(TM) converter.
ConverterTask() - Constructor for class com.sun.javacard.ant.tasks.ConverterTask
 
capName - Variable in class com.sun.javacard.ant.tasks.CapDumpTask
CAP file name
capName - Variable in class com.sun.javacard.ant.tasks.DeployCapTask
CAP file to be deployed
capName - Variable in class com.sun.javacard.ant.tasks.ScriptgenTask
Name of CAP file
capName - Variable in class com.sun.javacard.ant.tasks.VerifyCapTask
Name and path of the CAP file
checkForDownloadFailure - Variable in class com.sun.javacard.ant.tasks.APDUToolTask
Indicates if download in cref is to be verified
checkForFailures() - Method in class com.sun.javacard.ant.tasks.APDUToolTask
If all responses from the card or cref are expected to be 9000, this method is used to verify that.
classDir - Variable in class com.sun.javacard.ant.tasks.ConverterTask
base class directory
classDir - Variable in class com.sun.javacard.ant.tasks.Exp2TextTask
Class directory
className - Static variable in class com.sun.javacard.ant.tasks.CapDumpTask
Name of main CapDump class
className - Static variable in class com.sun.javacard.ant.tasks.MaskgenTask
Maskgen class name
com.sun.javacard.ant.tasks - package com.sun.javacard.ant.tasks
 
com.sun.javacard.ant.types - package com.sun.javacard.ant.types
 
configFileName - Variable in class com.sun.javacard.ant.tasks.MaskgenTask
configuration file name
configfile - Variable in class com.sun.javacard.ant.tasks.ConverterTask
configuration file
createExportpath() - Method in class com.sun.javacard.ant.tasks.ConverterTask
used to handle a nested path element for the export file path
crefExecutable - Variable in class com.sun.javacard.ant.tasks.APDUToolTask
cRef executable name and path

D

DeployCapTask - class com.sun.javacard.ant.tasks.DeployCapTask.
This class encapsulates call to scriptgen, cref and APDUtool to download a CAP file in cref and generate a resulting EEPROM image
DeployCapTask() - Constructor for class com.sun.javacard.ant.tasks.DeployCapTask
 
debug - Variable in class com.sun.javacard.ant.tasks.ConverterTask
Flag to indicate if debug flag should be on or off
debugInfo - Variable in class com.sun.javacard.ant.tasks.MaskgenTask
indicates if debugInfo flag is to be set or not

E

Exp2TextTask - class com.sun.javacard.ant.tasks.Exp2TextTask.
Convertes the export file of a package to a text file Wraps the call to "com.sun.javacard.converter.Exp2Text" in its own Ant task derived from the standard Java Task that comes with the Ant distribution.
Exp2TextTask() - Constructor for class com.sun.javacard.ant.tasks.Exp2TextTask
 
eol - Static variable in class com.sun.javacard.ant.tasks.DeployCapTask
End of line for current platform
execute() - Method in class com.sun.javacard.ant.tasks.APDUToolTask
Executes the task
execute() - Method in class com.sun.javacard.ant.tasks.CapDumpTask
Executes the task
execute() - Method in class com.sun.javacard.ant.tasks.CapgenTask
Executes the task
execute() - Method in class com.sun.javacard.ant.tasks.ConverterTask
Builds the commandline of the converter and starts the converter.
execute() - Method in class com.sun.javacard.ant.tasks.DeployCapTask
Executes the task
execute() - Method in class com.sun.javacard.ant.tasks.Exp2TextTask
Executes the task
execute() - Method in class com.sun.javacard.ant.tasks.MaskgenTask
Executes the task
execute() - Method in class com.sun.javacard.ant.tasks.ScriptgenTask
Executes the task
execute() - Method in class com.sun.javacard.ant.tasks.VerifyCapTask
Builds the commandline of the verifier and starts the verifier.
execute() - Method in class com.sun.javacard.ant.tasks.VerifyExpTask
Builds the commandline of the verifier and starts the verifier.
execute() - Method in class com.sun.javacard.ant.tasks.VerifyRevTask
Builds the commandline of the verifier and starts the verifier.
exportFileSets - Variable in class com.sun.javacard.ant.tasks.VerifierTask
list of file sets containing export files
exportFiles - Variable in class com.sun.javacard.ant.tasks.VerifierTask
list of export files
exportPath - Variable in class com.sun.javacard.ant.tasks.ConverterTask
path to export files
exportmap - Variable in class com.sun.javacard.ant.tasks.ConverterTask
Indicates if exportmap option should be used
extractFileNames(FileSet) - Method in class com.sun.javacard.ant.tasks.VerifierTask
Extracts file names from a file set and puts them along with their fully qualified paths in exportFiles arrayList.

F

footer - Static variable in class com.sun.javacard.ant.tasks.DeployCapTask
 

G

generateScriptFile() - Method in class com.sun.javacard.ant.tasks.DeployCapTask
Prepares the APDU script file for download into the card.
generator - Variable in class com.sun.javacard.ant.tasks.MaskgenTask
Generator (could be cref, jref etc)
getAid() - Method in class com.sun.javacard.ant.types.AppletNameAID
Returns the aid of the applet instance
getAppletname() - Method in class com.sun.javacard.ant.types.AppletNameAID
Returns the applet name
getInputFileName() - Method in class com.sun.javacard.ant.types.JCAInputFile
Returns the applet name

H

header - Static variable in class com.sun.javacard.ant.tasks.DeployCapTask
 

I

inEEFile - Variable in class com.sun.javacard.ant.tasks.APDUToolTask
input EEPROM file name (optional)
initCard() - Method in class com.sun.javacard.ant.tasks.APDUToolTask
This method starts cref.
inputJCAs - Variable in class com.sun.javacard.ant.tasks.MaskgenTask
List of input JCA files
intSupport - Variable in class com.sun.javacard.ant.tasks.ConverterTask
Indicates if int support is required for the package being converted
isNull() - Method in class com.sun.javacard.ant.types.AppletNameAID
Checks that appletname and aid is not null

J

JCAFileName - Variable in class com.sun.javacard.ant.tasks.CapgenTask
Input JCA file name
JCAInputFile - class com.sun.javacard.ant.types.JCAInputFile.
Encapsulates a JCA input file name.
JCAInputFile() - Constructor for class com.sun.javacard.ant.types.JCAInputFile
 
JavacardTaskBase - class com.sun.javacard.ant.tasks.JavacardTaskBase.
This class serves as the base class for all Java Card ant tasks
JavacardTaskBase() - Constructor for class com.sun.javacard.ant.tasks.JavacardTaskBase
 

M

MaskgenTask - class com.sun.javacard.ant.tasks.MaskgenTask.
Encapsulates call to Maskgen to generate a mask file from input JCA files
MaskgenTask() - Constructor for class com.sun.javacard.ant.tasks.MaskgenTask
 
majorminorVersion - Variable in class com.sun.javacard.ant.tasks.ConverterTask
package version number (combination of minor and major version numbers)
mask - Variable in class com.sun.javacard.ant.tasks.ConverterTask
Indicates if this package is to be included in mask (rules on native methods are eased for this package)
mem32BitFlag - Variable in class com.sun.javacard.ant.tasks.MaskgenTask
flag to indicate if 32-bit reference size is to be used or not
messages - Static variable in class com.sun.javacard.ant.tasks.CapDumpTask
properties bundle file that has the internationalized messages
messages - Static variable in class com.sun.javacard.ant.tasks.JavacardTaskBase
properties bundle file that has the internationalized messages

N

noBanner - Variable in class com.sun.javacard.ant.tasks.JavacardTaskBase
Sets the noBanner option for java card tools
noBeginEnd - Variable in class com.sun.javacard.ant.tasks.ScriptgenTask
If this paramter is true, CAP Begin and CAP end are not included in the script file
noWarn - Variable in class com.sun.javacard.ant.tasks.VerifierTask
Turns on (or off) the noWarn flag for verifier tools
noverify - Variable in class com.sun.javacard.ant.tasks.ConverterTask
Indicates if verification is going to be performed after conversion or not
nowarn - Variable in class com.sun.javacard.ant.tasks.ConverterTask
indicates if converter should output warning messages or not

O

outCAP - Variable in class com.sun.javacard.ant.tasks.ConverterTask
Turns the output of CAP file on or off
outEEFile - Variable in class com.sun.javacard.ant.tasks.APDUToolTask
output EEPROM file name
outEXP - Variable in class com.sun.javacard.ant.tasks.ConverterTask
Turns the output of EXP file on or off
outFileName - Variable in class com.sun.javacard.ant.tasks.CapgenTask
Output file name
outFileName - Variable in class com.sun.javacard.ant.tasks.MaskgenTask
Output file name
outFileName - Variable in class com.sun.javacard.ant.tasks.ScriptgenTask
output file name
outJCA - Variable in class com.sun.javacard.ant.tasks.ConverterTask
Turns the output of JCA file on or off
outputDir - Variable in class com.sun.javacard.ant.tasks.ConverterTask
output directory
outputDir - Variable in class com.sun.javacard.ant.tasks.Exp2TextTask
output directory

P

packageAID - Variable in class com.sun.javacard.ant.tasks.ConverterTask
package AID
packageName - Variable in class com.sun.javacard.ant.tasks.ConverterTask
package name
packageName - Variable in class com.sun.javacard.ant.tasks.Exp2TextTask
Package name
pkgName - Variable in class com.sun.javacard.ant.tasks.ScriptgenTask
Name of the package
pkgName - Variable in class com.sun.javacard.ant.tasks.VerifyCapTask
Package Name

S

ScriptgenTask - class com.sun.javacard.ant.tasks.ScriptgenTask.
This class is responsible for invoking Scriptgen to generate APDU script files from CAP files.
ScriptgenTask() - Constructor for class com.sun.javacard.ant.tasks.ScriptgenTask
 
scriptFileName - Variable in class com.sun.javacard.ant.tasks.APDUToolTask
Fully qualified script file name
sendAPDUSToCard(boolean) - Method in class com.sun.javacard.ant.tasks.APDUToolTask
Runs the APDUTool to download the APDU script in cref.
setAid(String) - Method in class com.sun.javacard.ant.types.AppletNameAID
Sets the applet instance aid
setAppletname(String) - Method in class com.sun.javacard.ant.types.AppletNameAID
Set the Applet name
setCap(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
switches CAP file generation in the output
setCapFile(String) - Method in class com.sun.javacard.ant.tasks.CapDumpTask
sets the cap file name
setCapFile(String) - Method in class com.sun.javacard.ant.tasks.DeployCapTask
Sets cap file name
setCapFile(String) - Method in class com.sun.javacard.ant.tasks.ScriptgenTask
Sets cap file name
setCapFile(String) - Method in class com.sun.javacard.ant.tasks.VerifyCapTask
Sets cap file name
setCheckDownloadFailure(boolean) - Method in class com.sun.javacard.ant.tasks.APDUToolTask
Sets/resets the checkForDownloadFailure flag
setClassDir(Path) - Method in class com.sun.javacard.ant.tasks.Exp2TextTask
Sets the path to the classdirectory of the package
setClassdir(Path) - Method in class com.sun.javacard.ant.tasks.ConverterTask
set the path to the class directory of the package
setConfigFile(String) - Method in class com.sun.javacard.ant.tasks.MaskgenTask
sets the configuration file name
setConfigfile(File) - Method in class com.sun.javacard.ant.tasks.ConverterTask
Set the location of the config file, overrides all other settings
setCrefExe(String) - Method in class com.sun.javacard.ant.tasks.APDUToolTask
Sets the name and path for cref executable
setDebug(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
set the debug flag
setDebugInfo(boolean) - Method in class com.sun.javacard.ant.tasks.MaskgenTask
 
setExp(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
switches EXP file generation in the output
setExportmap(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
set the exportmap flag
setExportpath(Path) - Method in class com.sun.javacard.ant.tasks.ConverterTask
set path to the export files that should be used to generate the export file of the package
setExportpathRef(Reference) - Method in class com.sun.javacard.ant.tasks.ConverterTask
set a refernce to a path element for the export file path
setGenerator(String) - Method in class com.sun.javacard.ant.tasks.MaskgenTask
sets the generator (cref, jref etc)
setInEEFile(String) - Method in class com.sun.javacard.ant.tasks.APDUToolTask
Sets the EEPROM input file name
setInputFile(String) - Method in class com.sun.javacard.ant.types.JCAInputFile
Set input file name
setInt(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
switches int support
setJCAFile(String) - Method in class com.sun.javacard.ant.tasks.CapgenTask
sets the input JCA file name
setJca(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
switches JCA file generation in the output
setMajorminorversion(String) - Method in class com.sun.javacard.ant.tasks.ConverterTask
set the major and minor version as one String
setMask(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
switches maks generation
setMemRefSize(int) - Method in class com.sun.javacard.ant.tasks.MaskgenTask
sets the memory reference size
setNoBanner(boolean) - Method in class com.sun.javacard.ant.tasks.JavacardTaskBase
switches the nobanner flag on or off
setNoBeginEnd(boolean) - Method in class com.sun.javacard.ant.tasks.ScriptgenTask
Sets noBeginEnd value to the requested value
setNoWarn(boolean) - Method in class com.sun.javacard.ant.tasks.VerifierTask
switches the noWarn flag
setNoverify(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
switches the noverfier flag.
setNowarn(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
switches the nowarn flag
setOutEEFile(String) - Method in class com.sun.javacard.ant.tasks.APDUToolTask
Sets the EEPROM output file name
setOutFile(String) - Method in class com.sun.javacard.ant.tasks.CapgenTask
sets the output file name
setOutFile(String) - Method in class com.sun.javacard.ant.tasks.MaskgenTask
sets the output file name
setOutFile(String) - Method in class com.sun.javacard.ant.tasks.ScriptgenTask
Sets output file name
setOutputDir(Path) - Method in class com.sun.javacard.ant.tasks.Exp2TextTask
Set the path to the output directory for the text file
setOutputdirectory(Path) - Method in class com.sun.javacard.ant.tasks.ConverterTask
set the path to the output directory for the cap, exp and jca files
setPackageName(String) - Method in class com.sun.javacard.ant.tasks.ConverterTask
sets the package name
setPackageName(String) - Method in class com.sun.javacard.ant.tasks.Exp2TextTask
sets the package name
setPackageaid(String) - Method in class com.sun.javacard.ant.tasks.ConverterTask
set the package AID of the package to be coverted
setPkgName(String) - Method in class com.sun.javacard.ant.tasks.ScriptgenTask
Sets the package name for verifier
setPkgName(String) - Method in class com.sun.javacard.ant.tasks.VerifyCapTask
Sets the package name for verifier
setScriptFile(String) - Method in class com.sun.javacard.ant.tasks.APDUToolTask
Sets the APDU script file name
setVerbose(boolean) - Method in class com.sun.javacard.ant.tasks.ConverterTask
switches the verbose flag
setVerbose(boolean) - Method in class com.sun.javacard.ant.tasks.VerifierTask
switches the verbose flag
setVersion(boolean) - Method in class com.sun.javacard.ant.tasks.JavacardTaskBase
switches the version flag on or off
setupCommandLineOptions() - Method in class com.sun.javacard.ant.tasks.VerifierTask
This method sets the common command line options for the verifier tools
setupCommonOptions() - Method in class com.sun.javacard.ant.tasks.JavacardTaskBase
Sets the nobanner option (if it is true) on the command line

T

toString() - Method in class com.sun.javacard.ant.types.AppletNameAID
returns the two elements as a string

V

VerifierTask - class com.sun.javacard.ant.tasks.VerifierTask.
This is the base class for all verifier tasks
VerifierTask() - Constructor for class com.sun.javacard.ant.tasks.VerifierTask
 
VerifyCapTask - class com.sun.javacard.ant.tasks.VerifyCapTask.
This class is responsible for invoking Verifier to verify a CAP file.
VerifyCapTask() - Constructor for class com.sun.javacard.ant.tasks.VerifyCapTask
 
VerifyExpTask - class com.sun.javacard.ant.tasks.VerifyExpTask.
This class implements the task for VerifyExp.
VerifyExpTask() - Constructor for class com.sun.javacard.ant.tasks.VerifyExpTask
 
VerifyRevTask - class com.sun.javacard.ant.tasks.VerifyRevTask.
This class implements the task for VerifyRev.
VerifyRevTask() - Constructor for class com.sun.javacard.ant.tasks.VerifyRevTask
 
verbose - Variable in class com.sun.javacard.ant.tasks.ConverterTask
Indicates if verbose flag is on or off
verbose - Variable in class com.sun.javacard.ant.tasks.VerifierTask
Turns on (or off) the verbose flag for verifier tools
version - Variable in class com.sun.javacard.ant.tasks.JavacardTaskBase
Sets the version option for java card tools

A B C D E F G H I J M N O P S T V

Copyright © 2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA-95054, U.S.A. All Rights Reserved.