Uses of Class
es.gob.jmulticard.card.InvalidCardException
Packages that use InvalidCardException
Package
Description
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).
-
Uses of InvalidCardException in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw InvalidCardExceptionModifier and TypeMethodDescriptionstatic Dnie
DnieFactory.getDnie
(ApduConnection conn, PasswordCallback pwc, CryptoHelper cryptoHelper, CallbackHandler ch) Obtiene la clase de DNIe apropiada (según su ATR).static Dnie
DnieFactory.getDnie
(ApduConnection conn, PasswordCallback pwc, CryptoHelper cryptoHelper, 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 InvalidCardExceptionConstructors in es.gob.jmulticard.card.dnie.ceressc that throw InvalidCardExceptionModifierConstructorDescriptionCeresSc
(ApduConnection conn, PasswordCallback pwc, CryptoHelper cryptoHlpr, CallbackHandler ch) Construye una tarjeta FNMT CERES con canal seguro.CeresSc
(ApduConnection conn, PasswordCallback pwc, CryptoHelper cryptoHlpr, 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 InvalidCardExceptionModifier and TypeMethodDescriptionprivate 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 InvalidCardExceptionModifierConstructorDescriptionCeres
(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 -
Uses of InvalidCardException in es.gob.jmulticard.card.gide.smartcafe
Methods in es.gob.jmulticard.card.gide.smartcafe that throw InvalidCardExceptionModifier and TypeMethodDescriptionprivate static void
SmartCafePkcs15Applet.checkAtr
(byte[] atrBytes)