Uses of Class
es.gob.jmulticard.card.iso7816four.Iso7816FourCardException
-
Packages that use Iso7816FourCardException Package Description es.gob.jmulticard.card.bit4id.stcm es.gob.jmulticard.card.cardos Tarjetas Atos / Siemens basadas en CardOS 4.01 o superior.es.gob.jmulticard.card.dnie Contiene todas las funcionalidades relacionadas con tarjetas criptográficas que sigan el estándar DNIe.es.gob.jmulticard.card.dnie.ceressc Tarjetas FNMT CERES 4.30 con canal seguro (basadas en DNIe 2.0).es.gob.jmulticard.card.fnmt.ceres Tarjeta FNMT-RCM CERES.es.gob.jmulticard.card.gemalto.tuir5 Tarjeta Gemalto TUI (Tarjeta Universitaria Inteligente) R5 (MPCOS+GemXpresso).es.gob.jmulticard.card.gide.smartcafe Tarjetas Giesecke+Devrient SmartCafe (con Applet JavaCard PKCS#15).es.gob.jmulticard.card.icao Documentos de viaje electrónicos acordes a normativas ICAO.es.gob.jmulticard.card.icao.bac Implementación del protocolo BAC (basic Access Control).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.es.gob.jmulticard.connection.pace 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 Constructor Description StCard(ApduConnection conn) -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.cardos
Methods in es.gob.jmulticard.card.cardos that throw Iso7816FourCardException Modifier and Type Method Description private voidCardOS. preloadCertificates()protected voidCardOS. selectMasterFile()Constructors in es.gob.jmulticard.card.cardos that throw Iso7816FourCardException Constructor Description CardOS(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 Iso7816FourCardException Modifier and Type Method Description java.lang.StringDnie. getIdesp()Obtiene el número de soporte (IDESP) del DNIe.private java.security.cert.X509CertificateDnie. loadCertificate(Location location)protected voidDnie. selectMasterFile() -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.dnie.ceressc
Methods in es.gob.jmulticard.card.dnie.ceressc that throw Iso7816FourCardException Modifier and Type Method Description private voidCeresSc. preload() -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.fnmt.ceres
Methods in es.gob.jmulticard.card.fnmt.ceres that throw Iso7816FourCardException Modifier and Type Method Description private 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 Iso7816FourCardException Modifier and Type Method Description private voidTuiR5. preloadCertificates()private voidTuiR5. selectPkcs15Applet()Constructors in es.gob.jmulticard.card.gemalto.tuir5 that throw Iso7816FourCardException Constructor Description TuiR5(ApduConnection conn, javax.security.auth.callback.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 Iso7816FourCardException Modifier and Type Method Description private 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.icao Modifier and Type Class Description classIcaoExceptionExcepción relativa a las funcionalidades ICAO MRTD.classInvalidCanOrMrzExceptionCAN o MRZ erróneo introducido.classMalformedMrzExceptionMRZ erróneo. -
Uses of Iso7816FourCardException in es.gob.jmulticard.card.icao.bac
Methods in es.gob.jmulticard.card.icao.bac that throw Iso7816FourCardException Modifier and Type Method Description static voidBac. doBac(java.lang.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.iso7816four Modifier and Type Class Description classFileNotFoundExceptionExcepción que representa un fichero no encontrado.classOffsetOutsideEfExceptionIndica que se han indicado desplazamientos o tamaños de lectura que caen fuera de los límites del fichero.classRequiredSecurityStateNotSatisfiedExceptionError 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 Iso7816FourCardException Modifier and Type Method Description java.util.List<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(java.lang.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 Modifier and Type Class Description classPaceExceptionError relacionado con el protocolo PACE.
-