Uses of Class
es.gob.jmulticard.apdu.iso7816four.pace.MseSetPaceAlgorithmApduCommand.PacePasswordType
-
Packages that use MseSetPaceAlgorithmApduCommand.PacePasswordType Package Description es.gob.jmulticard.apdu.iso7816four.pace APDU relacionadas con el protocolo PACE (Password Authenticated Connection Establishment).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. -
-
Uses of MseSetPaceAlgorithmApduCommand.PacePasswordType in es.gob.jmulticard.apdu.iso7816four.pace
Methods in es.gob.jmulticard.apdu.iso7816four.pace that return MseSetPaceAlgorithmApduCommand.PacePasswordType Modifier and Type Method Description static MseSetPaceAlgorithmApduCommand.PacePasswordType
MseSetPaceAlgorithmApduCommand.PacePasswordType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MseSetPaceAlgorithmApduCommand.PacePasswordType[]
MseSetPaceAlgorithmApduCommand.PacePasswordType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in es.gob.jmulticard.apdu.iso7816four.pace with parameters of type MseSetPaceAlgorithmApduCommand.PacePasswordType Constructor Description MseSetPaceAlgorithmApduCommand(byte cla, MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid algorithm, MseSetPaceAlgorithmApduCommand.PacePasswordType pwdType, MseSetPaceAlgorithmApduCommand.PaceAlgorithmParam algorithmParam)
Crea una APDU de establecmiento de algoritmo para PACE. -
Uses of MseSetPaceAlgorithmApduCommand.PacePasswordType in es.gob.jmulticard.card.dnie
Fields in es.gob.jmulticard.card.dnie declared as MseSetPaceAlgorithmApduCommand.PacePasswordType Modifier and Type Field Description private static MseSetPaceAlgorithmApduCommand.PacePasswordType
DnieNfc. paceInitType
Methods in es.gob.jmulticard.card.dnie that return MseSetPaceAlgorithmApduCommand.PacePasswordType Modifier and Type Method Description private static MseSetPaceAlgorithmApduCommand.PacePasswordType
DnieNfc. getPasswordType(java.lang.String paceInitializationValue)
-
Uses of MseSetPaceAlgorithmApduCommand.PacePasswordType in es.gob.jmulticard.card.icao
Methods in es.gob.jmulticard.card.icao that return MseSetPaceAlgorithmApduCommand.PacePasswordType Modifier and Type Method Description MseSetPaceAlgorithmApduCommand.PacePasswordType
WirelessInitializer. getPasswordType()
Obtiene el tipo de contraseña asociada a esta inicialización.MseSetPaceAlgorithmApduCommand.PacePasswordType
WirelessInitializerCan. getPasswordType()
MseSetPaceAlgorithmApduCommand.PacePasswordType
WirelessInitializerMrz. getPasswordType()
-