Uses of Class
es.gob.jmulticard.apdu.iso7816four.pace.MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid
-
Packages that use MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid Package Description es.gob.jmulticard.apdu.iso7816four.pace APDU relacionadas con el protocolo PACE (Password Authenticated Connection Establishment). -
-
Uses of MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid in es.gob.jmulticard.apdu.iso7816four.pace
Methods in es.gob.jmulticard.apdu.iso7816four.pace that return MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid Modifier and Type Method Description static MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid
MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid[]
MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid. 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.PaceAlgorithmOid Constructor Description MseSetPaceAlgorithmApduCommand(byte cla, MseSetPaceAlgorithmApduCommand.PaceAlgorithmOid algorithm, MseSetPaceAlgorithmApduCommand.PacePasswordType pwdType, MseSetPaceAlgorithmApduCommand.PaceAlgorithmParam algorithmParam)
Crea una APDU de establecmiento de algoritmo para PACE.
-