Uses of Class
es.gob.jmulticard.card.InvalidCardException
-
Packages that use InvalidCardException Package Description 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). -
-
Uses of InvalidCardException in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw InvalidCardException Modifier and Type Method Description static Dnie
DnieFactory. getDnie(ApduConnection conn, javax.security.auth.callback.PasswordCallback pwc, CryptoHelper cryptoHelper, javax.security.auth.callback.CallbackHandler ch)
Obtiene la clase de DNIe apropiada (según su ATR).static Dnie
DnieFactory. getDnie(ApduConnection conn, javax.security.auth.callback.PasswordCallback pwc, CryptoHelper cryptoHelper, javax.security.auth.callback.CallbackHandler ch, boolean loadCertsAndKeys)
Obtiene la clase de DNIe apropiada (según su ATR). -
Uses of InvalidCardException in es.gob.jmulticard.card.dnie.ceressc
Methods in es.gob.jmulticard.card.dnie.ceressc that throw InvalidCardException Modifier and Type Method Description private static void
CeresSc. checkAtr(byte[] atrBytes)
Constructors in es.gob.jmulticard.card.dnie.ceressc that throw InvalidCardException Constructor Description CeresSc(ApduConnection conn, javax.security.auth.callback.PasswordCallback pwc, CryptoHelper cryptoHlpr, javax.security.auth.callback.CallbackHandler ch)
Construye una tarjeta FNMT CERES con canal seguro.CeresSc(ApduConnection conn, javax.security.auth.callback.PasswordCallback pwc, CryptoHelper cryptoHlpr, javax.security.auth.callback.CallbackHandler ch, boolean loadCertsAndKeys)
Construye una tarjeta FNMT CERES con canal seguro. -
Uses of InvalidCardException in es.gob.jmulticard.card.fnmt.ceres
Methods in es.gob.jmulticard.card.fnmt.ceres that throw InvalidCardException Modifier and Type Method Description private static void
Ceres. checkAtr(byte[] atrBytes)
static void
Ceres. connect(ApduConnection conn)
Inicia la conexión con la tarjeta CERES.Constructors in es.gob.jmulticard.card.fnmt.ceres that throw InvalidCardException Constructor Description Ceres(ApduConnection conn, CryptoHelper ch)
Construye una clase que representa una tarjeta FNMT-RCM CERES. -
Uses of InvalidCardException in es.gob.jmulticard.card.gemalto.tuir5
Methods in es.gob.jmulticard.card.gemalto.tuir5 that throw InvalidCardException Modifier and Type Method Description private void
TuiR5. selectPkcs15Applet()
-
Uses of InvalidCardException in es.gob.jmulticard.card.gide.smartcafe
Methods in es.gob.jmulticard.card.gide.smartcafe that throw InvalidCardException Modifier and Type Method Description private static void
SmartCafePkcs15Applet. checkAtr(byte[] atrBytes)
-