Uses of Class
es.gob.jmulticard.card.iso7816four.FileNotFoundException
-
Packages that use FileNotFoundException Package Description es.gob.jmulticard.card.cardos Tarjetas Atos / Siemens basadas en CardOS 4.01 o superior.es.gob.jmulticard.card.fnmt.ceres Tarjeta FNMT-RCM CERES.es.gob.jmulticard.card.gide.smartcafe Tarjetas Giesecke+Devrient SmartCafe (con Applet JavaCard PKCS#15).es.gob.jmulticard.card.iso7816four Contiene todas las funcionalidades relacionadas con un dispositivo criptográfico que sigue el estándar ISO/IEC 7816-4:2005. -
-
Uses of FileNotFoundException in es.gob.jmulticard.card.cardos
Methods in es.gob.jmulticard.card.cardos that throw FileNotFoundException Modifier and Type Method Description private void
CardOS. preloadCertificates()
protected void
CardOS. selectMasterFile()
-
Uses of FileNotFoundException in es.gob.jmulticard.card.fnmt.ceres
Methods in es.gob.jmulticard.card.fnmt.ceres that throw FileNotFoundException Modifier and Type Method Description protected void
Ceres. selectMasterFile()
-
Uses of FileNotFoundException in es.gob.jmulticard.card.gide.smartcafe
Methods in es.gob.jmulticard.card.gide.smartcafe that throw FileNotFoundException Modifier and Type Method Description private void
SmartCafePkcs15Applet. preloadCertificates()
-
Uses of FileNotFoundException in es.gob.jmulticard.card.iso7816four
Methods in es.gob.jmulticard.card.iso7816four that throw FileNotFoundException Modifier and Type Method Description int
AbstractIso7816FourCard. selectFileByName(byte[] name)
Selecciona un fichero por nombre.protected abstract void
AbstractIso7816FourCard. selectMasterFile()
Selecciona el fichero maestro (directorio raíz de la tarjeta).
-