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 void
CardOS. preloadCertificates()
protected void
CardOS. 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.String
Dnie. getIdesp()
Obtiene el número de soporte (IDESP) del DNIe.private java.security.cert.X509Certificate
Dnie. loadCertificate(Location location)
protected void
Dnie. 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 void
CeresSc. 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 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 Iso7816FourCardException Modifier and Type Method Description private void
TuiR5. preloadCertificates()
private void
TuiR5. 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 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.icao Modifier and Type Class Description class
IcaoException
Excepción relativa a las funcionalidades ICAO MRTD.class
InvalidCanOrMrzException
CAN o MRZ erróneo introducido.class
MalformedMrzException
MRZ 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 void
Bac. 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 class
FileNotFoundException
Excepción que representa un fichero no encontrado.class
OffsetOutsideEfException
Indica que se han indicado desplazamientos o tamaños de lectura que caen fuera de los límites del fichero.class
RequiredSecurityStateNotSatisfiedException
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 Iso7816FourCardException Modifier and Type Method Description java.util.List<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(java.lang.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 Modifier and Type Class Description class
PaceException
Error relacionado con el protocolo PACE.
-