SYMBOL INDEX (231 symbols across 29 files) FILE: capfile/src/main/java/pro/javacard/capfile/AID.java class AID (line 8) | public final class AID { method AID (line 11) | public AID(byte[] bytes) throws IllegalArgumentException { method AID (line 15) | public AID(String str) throws IllegalArgumentException { method AID (line 19) | public AID(byte[] bytes, int offset, int length) throws IllegalArgumen... method fromString (line 26) | public static AID fromString(Object s) { method getBytes (line 33) | public byte[] getBytes() { method getLength (line 37) | public int getLength() { method toString (line 41) | @Override method hashCode (line 46) | @Override method equals (line 51) | @Override FILE: capfile/src/main/java/pro/javacard/capfile/CAPFile.java class CAPFile (line 35) | public final class CAPFile { method fromStream (line 52) | public static CAPFile fromStream(InputStream in) throws IOException { method fromBytes (line 56) | public static CAPFile fromBytes(byte[] bytes) throws IOException { method fromFile (line 60) | public static CAPFile fromFile(Path path) throws IOException { method getFile (line 68) | public Optional getFile() { method getComponent (line 72) | public byte[] getComponent(String name) { method getMetaInfEntry (line 77) | public byte[] getMetaInfEntry(String name) { method getZipComponent (line 81) | public Optional getZipComponent(String name) { method store (line 85) | public void store(OutputStream to) throws IOException { method CAPFile (line 96) | protected CAPFile(InputStream in) throws IOException { method readEntries (line 191) | private static Map readEntries(ZipInputStream in) thro... method getPackageAID (line 207) | public AID getPackageAID() { method getAppletAIDs (line 211) | public List getAppletAIDs() { method getPackageVersion (line 217) | public String getPackageVersion() { method getPackageName (line 221) | public String getPackageName() { method getCode (line 225) | public byte[] getCode() { method getCode (line 229) | @Deprecated method _getCode (line 234) | byte[] _getCode(boolean includeDebug) { method getLoadFileDataHash (line 253) | public byte[] getLoadFileDataHash(String hash) { method getLoadFileDataHash (line 261) | @Deprecated method dump (line 270) | public void dump(PrintStream out) { method getFlags (line 310) | public List getFlags() { method flags2strings (line 314) | public static List flags2strings(byte flags) { method getImports (line 329) | public List getImports() { method getApplets (line 333) | public Map getApplets() { method guessJavaCardVersion (line 344) | public Optional guessJavaCardVersion() { method guessGlobalPlatformVersion (line 407) | public Optional guessGlobalPlatformVersion() { method pkg2jcdir (line 428) | private static String pkg2jcdir(String pkgname) { method jcdir2pkg (line 432) | private static String jcdir2pkg(String jcdir) { method uncheckedDelete (line 436) | public static void uncheckedDelete(Path p) throws UncheckedIOException { method strip (line 445) | public static void strip(Path cap) throws IOException { FILE: capfile/src/main/java/pro/javacard/capfile/CAPPackage.java class CAPPackage (line 9) | public final class CAPPackage { method CAPPackage (line 15) | public CAPPackage(AID aid, int major, int minor) { method CAPPackage (line 19) | public CAPPackage(AID aid, int major, int minor, String name) { method equals (line 26) | @Override method hashCode (line 35) | @Override method toString (line 40) | @Override method getVersionString (line 45) | public String getVersionString() { method getAid (line 49) | public AID getAid() { method getMinor (line 53) | public int getMinor() { method getMajor (line 57) | public int getMajor() { method getName (line 61) | public Optional getName() { FILE: capfile/src/main/java/pro/javacard/capfile/HexUtils.java class HexUtils (line 6) | public class HexUtils { method HexUtils (line 7) | private HexUtils() {} method encodeHexString_imp (line 12) | public static String encodeHexString_imp(final byte[] data) { method decodeHexString_imp (line 24) | public static byte[] decodeHexString_imp(String str) { method hex2bin (line 49) | public static byte[] hex2bin(final String hex) { method bin2hex (line 53) | public static String bin2hex(final byte[] bin) { method stringToBin (line 57) | public static byte[] stringToBin(String s) { FILE: capfile/src/main/java/pro/javacard/capfile/WellKnownAID.java class WellKnownAID (line 17) | public final class WellKnownAID { method WellKnownAID (line 22) | private WellKnownAID() {} method load (line 89) | public static void load(InputStream in) { method load (line 104) | public static void load(Path p) { method getJavaCardName (line 115) | public static String getJavaCardName(AID aid) { method getName (line 119) | public static Optional getName(AID aid) { FILE: capfile/src/main/java/pro/javacard/sdk/ExportFileHelper.java class ExportFileHelper (line 17) | public final class ExportFileHelper { type ExportFileVersion (line 28) | public enum ExportFileVersion { class PackageInfo (line 34) | public static final class PackageInfo { method PackageInfo (line 42) | PackageInfo(ExportFileVersion version, String name, byte[] aid, method getVersion (line 52) | public ExportFileVersion getVersion() { method getName (line 56) | public String getName() { method getAid (line 60) | public byte[] getAid() { method getMajor (line 64) | public int getMajor() { method getMinor (line 68) | public int getMinor() { method getPackageVersion (line 72) | public String getPackageVersion() { method isLibrary (line 76) | public boolean isLibrary() { method toString (line 80) | @Override method ExportFileHelper (line 86) | private ExportFileHelper() { method parsePackage (line 89) | public static PackageInfo parsePackage(Path path) throws IOException { method parsePackage (line 95) | public static PackageInfo parsePackage(InputStream in) throws IOExcept... method parseFileVersion (line 190) | private static ExportFileVersion parseFileVersion(int minor) { FILE: capfile/src/main/java/pro/javacard/sdk/JavaCardSDK.java class JavaCardSDK (line 20) | public final class JavaCardSDK { method detectSDK (line 22) | public static Optional detectSDK(Path path) { method detectSDKVersion (line 43) | private static SDKVersion detectSDKVersion(Path root) { method JavaCardSDK (line 107) | private JavaCardSDK(Path root, SDKVersion version, Path exportDir, Lis... method getRoot (line 117) | public Path getRoot() { method getVersion (line 121) | public SDKVersion getVersion() { method getApiJars (line 125) | public List getApiJars() { method getCompilerJars (line 129) | public List getCompilerJars() { method getToolJars (line 133) | public List getToolJars() { method getExportDir (line 137) | public Path getExportDir() { method target (line 142) | public JavaCardSDK target(SDKVersion targetVersion) { method getClassLoader (line 155) | @SuppressWarnings("removal") // AccessController method getRelease (line 172) | public String getRelease() { method getAllExportDirs (line 205) | public static List getAllExportDirs(SDKVersion version) { method getExportDir (line 214) | public static Path getExportDir(SDKVersion version) { method getApiJars (line 229) | public static List getApiJars(SDKVersion version) { method getToolJars (line 265) | public static List getToolJars(SDKVersion version) { method getCompilerJars (line 279) | public static List getCompilerJars(SDKVersion version) { method equals (line 291) | @Override method hashCode (line 300) | @Override FILE: capfile/src/main/java/pro/javacard/sdk/OffCardVerifier.java class OffCardVerifier (line 23) | public final class OffCardVerifier { method withSDK (line 26) | public static OffCardVerifier withSDK(JavaCardSDK sdk) { method OffCardVerifier (line 34) | private OffCardVerifier(JavaCardSDK sdk) { method verifyAgainst (line 39) | public void verifyAgainst(File f, JavaCardSDK target, Vector exp... method verifyAgainst (line 45) | public void verifyAgainst(Path f, JavaCardSDK target, List exps)... method verify (line 60) | public void verify(Path f, List exps) throws VerifierError, IOEx... method rmminusrf (line 114) | private static void rmminusrf(Path path) { method under (line 124) | private static Path under(Path out, String name) { method extractExps (line 133) | public static List extractExps(Path jarfilePath, Path out) throw... FILE: capfile/src/main/java/pro/javacard/sdk/SDKVersion.java type SDKVersion (line 8) | public enum SDKVersion { method SDKVersion (line 30) | SDKVersion(String v, String classfile, Collection targets,... method toString (line 37) | @Override method targets (line 42) | public Set targets() { method isOneOf (line 46) | public boolean isOneOf(SDKVersion... versions) { method javaVersion (line 55) | public String javaVersion() { method jdkVersions (line 59) | public Set jdkVersions() { method fromVersion (line 63) | public static Optional fromVersion(String versionString) { method equalOrNewer (line 67) | public boolean equalOrNewer(SDKVersion other) { FILE: capfile/src/main/java/pro/javacard/sdk/VerifierError.java class VerifierError (line 6) | public class VerifierError extends Exception { method VerifierError (line 9) | public VerifierError(String message, Throwable cause) { method VerifierError (line 13) | public VerifierError(String message) { FILE: capfile/src/test/java/pro/javacard/capfile/TestWellKnownAID.java class TestWellKnownAID (line 12) | public class TestWellKnownAID { method testInternalList (line 14) | @Test FILE: capfile/src/test/java/pro/javacard/sdk/TestExportFiles.java class TestExportFiles (line 24) | public class TestExportFiles { method sdksRoot (line 26) | static Path sdksRoot() { method testParseAllExportFiles (line 30) | @Test method testBadMagic (line 153) | @Test(expectedExceptions = IllegalArgumentException.class) method testBadMajorVersion (line 158) | @Test(expectedExceptions = IllegalArgumentException.class) method testBadMinorVersion (line 163) | @Test(expectedExceptions = IllegalArgumentException.class) FILE: capfile/src/test/java/pro/javacard/sdk/TestSDKs.java class TestSDKs (line 15) | public class TestSDKs { method sdksRoot (line 17) | static Path sdksRoot() { method sdk (line 21) | static JavaCardSDK sdk(String name) { method testDetection (line 25) | @Test FILE: src/testapplets/empty/Empty.java class Empty (line 12) | public class Empty extends Applet { method Empty (line 14) | private Empty(byte[] parameters, short offset, byte length) { method install (line 18) | public static void install(byte[] parameters, short offset, byte lengt... method process (line 22) | public void process(APDU apdu) throws ISOException { FILE: src/testapplets/fail/Fail.java class Fail (line 12) | public class Fail extends Applet { method Fail (line 14) | private Fail(byte[] parameters, short offset, byte length) { method install (line 18) | public static void install(byte[] parameters, short offset, byte lengt... method process (line 22) | public void process(APDU apdu) throws ISOException { FILE: src/testapplets/integer/EmptyInt.java class EmptyInt (line 10) | public class EmptyInt extends Applet { method EmptyInt (line 12) | private EmptyInt(byte[] parameters, short offset, byte length) { method install (line 17) | public static void install(byte[] parameters, short offset, byte lengt... method process (line 21) | public void process(APDU arg0) throws ISOException { FILE: src/testapplets/library/SomeLibrary.java class SomeLibrary (line 9) | public class SomeLibrary { method booleantest (line 13) | public static short booleantest(boolean b) { method getRandom (line 17) | public static RandomData getRandom() { FILE: src/testapplets/libraryuser/LibraryUser.java class LibraryUser (line 11) | public class LibraryUser extends Applet { method LibraryUser (line 15) | private LibraryUser(boolean bvalue) { method install (line 19) | public static void install(byte[] parameters, short offset, byte lengt... method process (line 23) | public void process(APDU arg0) throws ISOException { FILE: src/testapplets/multiapp/First.java class First (line 11) | public class First extends Applet { method First (line 13) | private First(byte[] parameters, short offset, byte length) { method install (line 17) | public static void install(byte[] parameters, short offset, byte lengt... method process (line 21) | public void process(APDU arg0) throws ISOException { FILE: src/testapplets/multiapp/Second.java class Second (line 11) | public class Second extends Applet { method Second (line 13) | private Second(byte[] parameters, short offset, byte length) { method install (line 17) | public static void install(byte[] parameters, short offset, byte lengt... method process (line 21) | public void process(APDU arg0) throws ISOException { FILE: src/testapplets/stringdefs/Empty.java class Empty (line 13) | @StringPool(value = { method Empty (line 20) | private Empty(byte[] parameters, short offset, byte length) { method install (line 24) | public static void install(byte[] parameters, short offset, byte lengt... method process (line 28) | public void process(APDU arg0) throws ISOException { FILE: task/src/main/java/pro/javacard/ant/DummyMain.java class DummyMain (line 26) | public final class DummyMain { method rename (line 28) | static Path rename(Path path, String template) throws IOException { method runcycle (line 40) | static int runcycle(String[] argv) throws IOException { method main (line 156) | public static void main(String[] argv) { FILE: task/src/main/java/pro/javacard/ant/HelpingBuildException.java class HelpingBuildException (line 8) | public class HelpingBuildException extends BuildException { method HelpingBuildException (line 11) | public HelpingBuildException(String msg) { FILE: task/src/main/java/pro/javacard/ant/JCApplet.java class JCApplet (line 9) | public class JCApplet { method JCApplet (line 13) | public JCApplet() { method setClass (line 16) | public void setClass(String msg) { method setAID (line 20) | public void setAID(String msg) { FILE: task/src/main/java/pro/javacard/ant/JCCap.java class JCCap (line 32) | public class JCCap extends Task { method JCCap (line 87) | public JCCap(String master_jckit_path) { method setJCKit (line 91) | public void setJCKit(String msg) { method setOutput (line 95) | public void setOutput(String msg) { method setExport (line 99) | public void setExport(String msg) { method setJar (line 103) | public void setJar(String msg) { method setJca (line 107) | public void setJca(String msg) { method setPackage (line 111) | public void setPackage(String msg) { method setClasses (line 115) | public void setClasses(String msg) { method setVersion (line 119) | public void setVersion(String msg) { method setSources (line 123) | public void setSources(String arg) { method setSources2 (line 127) | public void setSources2(String arg) { method setIncludes (line 131) | public void setIncludes(String arg) { method setExcludes (line 135) | public void setExcludes(String arg) { method setVerify (line 139) | public void setVerify(boolean arg) { method setDebug (line 143) | public void setDebug(boolean arg) { method setStrip (line 147) | public void setStrip(boolean arg) { method setInts (line 151) | public void setInts(boolean arg) { method setExportmap (line 155) | public void setExportmap(boolean arg) { method setTargetsdk (line 159) | public void setTargetsdk(String arg) { method setAID (line 163) | public void setAID(String msg) { method createApplet (line 176) | public JCApplet createApplet() { method createImport (line 183) | public JCImport createImport() { method createJimport (line 190) | public JCImport createJimport() { method createSources (line 195) | public JCSources createSources() { method findSDK (line 201) | private Optional findSDK() { method check (line 225) | private void check() { method mkPath (line 402) | private org.apache.tools.ant.types.Path mkPath(String name) { method compile (line 409) | private void compile() { method addKitClasses (line 565) | private void addKitClasses(Java j) { method convert (line 574) | private void convert(Path applet_folder, Set exps) { method runIdentifier (line 682) | private int runIdentifier() { method execute (line 686) | @Override method capFileName (line 855) | private String capFileName(CAPFile cap, String template) { FILE: task/src/main/java/pro/javacard/ant/JCImport.java class JCImport (line 7) | public class JCImport { method setExps (line 11) | public void setExps(String msg) { method setJar (line 15) | public void setJar(String msg) { FILE: task/src/main/java/pro/javacard/ant/JCSources.java class JCSources (line 7) | public class JCSources { method setPath (line 12) | public void setPath(String msg) { method setIncludes (line 16) | public void setIncludes(String msg) { method setExcludes (line 20) | public void setExcludes(String msg) { FILE: task/src/main/java/pro/javacard/ant/JavaCard.java class JavaCard (line 15) | public final class JavaCard extends Task { method setJCKit (line 21) | public void setJCKit(String msg) { method createCap (line 25) | public JCCap createCap() { method execute (line 31) | @Override FILE: task/src/main/java/pro/javacard/ant/Misc.java class Misc (line 17) | final class Misc { method getCurrentJDKVersion (line 21) | static int getCurrentJDKVersion() { method hexAID (line 30) | static String hexAID(byte[] aid) { method rmminusrf (line 39) | static void rmminusrf(Path path) { method stringToBin (line 68) | static byte[] stringToBin(String s) { method lastName (line 76) | static String lastName(String fqdn) { method makeTemp (line 84) | static Path makeTemp(String sub) { method commonName (line 102) | static String commonName(CAPFile cap) { method capFileName (line 112) | static String capFileName(CAPFile cap, String template) { method capFileName (line 116) | static String capFileName(CAPFile cap, String template, String commonN... method cleanTemp (line 133) | static void cleanTemp() {