Class GiDeRetriesLeftApduCommand
java.lang.Object
es.gob.jmulticard.apdu.Apdu
es.gob.jmulticard.apdu.CommandApdu
es.gob.jmulticard.apdu.gide.GiDeRetriesLeftApduCommand
APDU de verificación de intentos restantes de PIN.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruye una APDU de obtención de intentos de PIN. -
Method Summary
-
Field Details
-
CLA
private static final byte CLA- See Also:
-
-
Constructor Details
-
GiDeRetriesLeftApduCommand
public GiDeRetriesLeftApduCommand()Construye una APDU de obtención de intentos de PIN.
-
-
Method Details
-
getData
public byte[] getData()Description copied from class:CommandApduObtiene el cuerpo de la APDU.- Overrides:
getDatain classCommandApdu- Returns:
- Cuerpo de la APDU, o
nullsi no está establecido.
-