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 voidCardOS.preloadCertificates()protected voidCardOS.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 X509CertificateDnie.loadCertificate(Location location) protected final voidDnie.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 voidCeres.preload()protected voidCeres.selectMasterFile() -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.gemalto.tuir5
Methods in es.gob.jmulticard.card.gemalto.tuir5 that throw Iso7816FourCardExceptionModifier and TypeMethodDescriptionprivate voidTuiR5.preloadCertificates()private voidTuiR5.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 voidSmartCafePkcs15Applet.preloadCertificates()intSmartCafePkcs15Applet.selectFileById(byte[] id) Selecciona un fichero (DF o EF).protected voidSmartCafePkcs15Applet.selectMasterFile() -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.icao
Subclasses of Iso7816FourCardException in es.gob.jmulticard.card.icaoModifier and TypeClassDescriptionclassExcepción relativa a las funcionalidades ICAO MRTD.final classCAN o MRZ erróneo introducido.final classMRZ 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 voidBac.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 classExcepción que representa un fichero no encontrado.classIndica que se han indicado desplazamientos o tamaños de lectura que caen fuera de los límites del fichero.final classError 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.intAbstractIso7816FourCard.selectFileById(byte[] id) Selecciona un fichero (DF o EF).byte[]AbstractIso7816FourCard.selectFileByIdAndRead(byte[] id) Selecciona un fichero y lo lee por completo.intAbstractIso7816FourCard.selectFileByLocation(Location location) Selecciona un fichero (DF o EF).byte[]AbstractIso7816FourCard.selectFileByLocationAndRead(Location location) Selecciona un fichero y lo lee por completo.intAbstractIso7816FourCard.selectFileByName(byte[] name) Selecciona un fichero por nombre.intAbstractIso7816FourCard.selectFileByName(String name) Selecciona un fichero por nombre.protected abstract voidAbstractIso7816FourCard.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