Uses of Class
es.gob.jmulticard.card.iso7816four.Iso7816FourCardException
Packages that use Iso7816FourCardException
Package
Description
Tarjetas Atos / Siemens basadas en CardOS 4.01 o superior.
Contiene todas las funcionalidades relacionadas con tarjetas
criptográficas que sigan el estándar DNIe.
Tarjetas FNMT CERES 4.30 con canal seguro (basadas en DNIe 2.0).
Tarjeta FNMT-RCM CERES.
Tarjeta Gemalto TUI (Tarjeta Universitaria Inteligente) R5 (MPCOS+GemXpresso).
Tarjetas Giesecke+Devrient SmartCafe (con Applet JavaCard PKCS#15).
Documentos de viaje electrónicos acordes a normativas ICAO.
Implementación del protocolo BAC (basic Access Control).
Contiene todas las funcionalidades relacionadas con un dispositivo
criptográfico que sigue el estándar ISO/IEC 7816-4:2005.
Utilidades para el establecimiento de un canal PACE
(Password Authenticated Connection Establishment).
-
Uses of Iso7816FourCardException in es.gob.jmulticard.card.bit4id.stcm
Constructors in es.gob.jmulticard.card.bit4id.stcm that throw Iso7816FourCardException -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.cardos
Methods in es.gob.jmulticard.card.cardos that throw Iso7816FourCardExceptionModifier and TypeMethodDescriptionprivate void
CardOS.preloadCertificates()
protected void
CardOS.selectMasterFile()
Constructors in es.gob.jmulticard.card.cardos that throw Iso7816FourCardExceptionModifierConstructorDescriptionCardOS
(ApduConnection conn, CryptoHelper cryptoHlpr) Construye un objeto que representa una tarjeta Atos / Siemens CardOS. -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw Iso7816FourCardExceptionModifier and TypeMethodDescriptionDnie.getIdesp()
Obtiene el número de soporte (IDESP) del DNIe.private X509Certificate
Dnie.loadCertificate
(Location location) protected final void
Dnie.selectMasterFile()
-
Uses of Iso7816FourCardException in es.gob.jmulticard.card.dnie.ceressc
Methods in es.gob.jmulticard.card.dnie.ceressc that throw Iso7816FourCardException -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.fnmt.ceres
Methods in es.gob.jmulticard.card.fnmt.ceres that throw Iso7816FourCardExceptionModifier and TypeMethodDescriptionprivate void
Ceres.preload()
protected void
Ceres.selectMasterFile()
-
Uses of Iso7816FourCardException in es.gob.jmulticard.card.gemalto.tuir5
Methods in es.gob.jmulticard.card.gemalto.tuir5 that throw Iso7816FourCardExceptionModifier and TypeMethodDescriptionprivate void
TuiR5.preloadCertificates()
private void
TuiR5.selectPkcs15Applet()
Constructors in es.gob.jmulticard.card.gemalto.tuir5 that throw Iso7816FourCardExceptionModifierConstructorDescriptionTuiR5
(ApduConnection conn, PasswordCallback pwc, CryptoHelper cryptoHlpr) Construye un objeto que representa una tarjeta Gemalto TUI R5 MPCOS. -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.gide.smartcafe
Methods in es.gob.jmulticard.card.gide.smartcafe that throw Iso7816FourCardExceptionModifier and TypeMethodDescriptionprivate void
SmartCafePkcs15Applet.preloadCertificates()
int
SmartCafePkcs15Applet.selectFileById
(byte[] id) Selecciona un fichero (DF o EF).protected void
SmartCafePkcs15Applet.selectMasterFile()
-
Uses of Iso7816FourCardException in es.gob.jmulticard.card.icao
Subclasses of Iso7816FourCardException in es.gob.jmulticard.card.icaoModifier and TypeClassDescriptionclass
Excepción relativa a las funcionalidades ICAO MRTD.final class
CAN o MRZ erróneo introducido.final class
MRZ erróneo. -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.icao.bac
Methods in es.gob.jmulticard.card.icao.bac that throw Iso7816FourCardExceptionModifier and TypeMethodDescriptionstatic void
Bac.doBac
(String mrz, CryptoHelper ch, ApduConnection conn) Establecimiento de canal BAC. -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.iso7816four
Subclasses of Iso7816FourCardException in es.gob.jmulticard.card.iso7816fourModifier and TypeClassDescriptionfinal class
Excepción que representa un fichero no encontrado.class
Indica que se han indicado desplazamientos o tamaños de lectura que caen fuera de los límites del fichero.final class
Error que se produce cuando se intenta realizar una operación ISO-7816-4 antes de cumplir las precondiciones de seguridad necesarias (por ejemplo, leer las referencias a las claves privadas sin haber antes introducido el PIN).Methods in es.gob.jmulticard.card.iso7816four that throw Iso7816FourCardExceptionModifier and TypeMethodDescriptionList
<byte[]> AbstractIso7816FourCard.readAllRecords()
Lee todos los registros del binario actualmente seleccionado.int
AbstractIso7816FourCard.selectFileById
(byte[] id) Selecciona un fichero (DF o EF).byte[]
AbstractIso7816FourCard.selectFileByIdAndRead
(byte[] id) Selecciona un fichero y lo lee por completo.int
AbstractIso7816FourCard.selectFileByLocation
(Location location) Selecciona un fichero (DF o EF).byte[]
AbstractIso7816FourCard.selectFileByLocationAndRead
(Location location) Selecciona un fichero y lo lee por completo.int
AbstractIso7816FourCard.selectFileByName
(byte[] name) Selecciona un fichero por nombre.int
AbstractIso7816FourCard.selectFileByName
(String name) Selecciona un fichero por nombre.protected abstract void
AbstractIso7816FourCard.selectMasterFile()
Selecciona el fichero maestro (directorio raíz de la tarjeta). -
Uses of Iso7816FourCardException in es.gob.jmulticard.connection.pace
Subclasses of Iso7816FourCardException in es.gob.jmulticard.connection.pace