Uses of Class
es.gob.jmulticard.CryptoHelper.PaceChannelHelper
-
Packages that use CryptoHelper.PaceChannelHelper 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. -
-
Uses of CryptoHelper.PaceChannelHelper in es.gob.jmulticard
Subclasses of CryptoHelper.PaceChannelHelper in es.gob.jmulticard Modifier and Type Class Description class
BcPaceChannelHelper
Utilidades para el establecimiento de un canal PACE (Password Authenticated Connection Establishment).Fields in es.gob.jmulticard declared as CryptoHelper.PaceChannelHelper Modifier and Type Field Description private CryptoHelper.PaceChannelHelper
BcCryptoHelper. paceChannelHelper
Methods in es.gob.jmulticard that return CryptoHelper.PaceChannelHelper Modifier and Type Method Description CryptoHelper.PaceChannelHelper
BcCryptoHelper. getPaceChannelHelper()
abstract CryptoHelper.PaceChannelHelper
CryptoHelper. getPaceChannelHelper()
Obtiene las utilidades para el establecimiento de un canal PACE (Password Authenticated Connection Establishment). -
Uses of CryptoHelper.PaceChannelHelper in es.gob.jmulticard.card.dnie
Methods in es.gob.jmulticard.card.dnie with parameters of type CryptoHelper.PaceChannelHelper Modifier and Type Method Description private ApduConnection
DnieNfc. getPaceConnection(ApduConnection con, CryptoHelper.PaceChannelHelper pch)
-