Uses of Class
es.gob.jmulticard.card.icao.IcaoException
-
Packages that use IcaoException Package Description es.gob.jmulticard Paquete principal del proyecto JMultiCard.es.gob.jmulticard.card.dnie Contiene todas las funcionalidades relacionadas con tarjetas criptográficas que sigan el estándar DNIe.es.gob.jmulticard.card.icao Documentos de viaje electrónicos acordes a normativas ICAO.es.gob.jmulticard.connection.pace Utilidades para el establecimiento de un canal PACE (Password Authenticated Connection Establishment). -
-
Uses of IcaoException in es.gob.jmulticard
Methods in es.gob.jmulticard that throw IcaoException Modifier and Type Method Description SecureMessagingBcPaceChannelHelper. openPaceChannel(byte cla, WirelessInitializer pi, ApduConnection conn)abstract SecureMessagingCryptoHelper.PaceChannelHelper. openPaceChannel(byte cla, WirelessInitializer pi, ApduConnection conn)Abre un canal PACE. -
Uses of IcaoException in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie that throw IcaoException Modifier and Type Method Description private ApduConnectionDnieNfc. getPaceConnection(ApduConnection con, CryptoHelper.PaceChannelHelper pch)private static ApduConnectionDnieNfc. getPaceConnection(ApduConnection con, javax.security.auth.callback.CallbackHandler ch, CryptoHelper cryptoHelper)Constructors in es.gob.jmulticard.card.dnie that throw IcaoException Constructor Description DnieNfc(ApduConnection conn, javax.security.auth.callback.PasswordCallback pwc, CryptoHelper cryptoHlpr, javax.security.auth.callback.CallbackHandler ch)Crea un DNIe 3 o 4 accedido mediante PACE por NFC.DnieNfc(ApduConnection conn, javax.security.auth.callback.PasswordCallback pwc, CryptoHelper cryptoHlpr, javax.security.auth.callback.CallbackHandler ch, boolean loadCertsAndKeys)Construte un DNIe 3 accedido mediante PACE por NFC. -
Uses of IcaoException in es.gob.jmulticard.card.icao
Subclasses of IcaoException in es.gob.jmulticard.card.icao Modifier and Type Class Description classInvalidCanOrMrzExceptionCAN o MRZ erróneo introducido.classMalformedMrzExceptionMRZ erróneo. -
Uses of IcaoException in es.gob.jmulticard.connection.pace
Subclasses of IcaoException in es.gob.jmulticard.connection.pace Modifier and Type Class Description classPaceExceptionError relacionado con el protocolo PACE.Constructors in es.gob.jmulticard.connection.pace that throw IcaoException Constructor Description IcaoMrtdWithPace(ApduConnection conn, CryptoHelper cryptoHlpr, javax.security.auth.callback.CallbackHandler ch)Construye una clase que representa un MRTD accedido de forma inalámbrica mediante PACE.
-