public class TsmCommonCmd extends Object
| 构造器和说明 |
|---|
TsmCommonCmd() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCla()
private byte cla;
|
List<Long> |
getData()
host challenge data.
|
Long |
getIns()
private byte ins;
|
Long |
getLc()
private byte lc;
|
Long |
getLe()
private byte le = (byte) 0x00;
|
Boolean |
getNeedSecurityHandle()
private Boolean needSecurityHandle = Boolean.TRUE;
|
Long |
getP1()
private byte p1;
|
Long |
getP2()
private byte p2 = (byte) 0x00;
|
void |
setCla(Long cla)
private byte cla;
|
void |
setData(List<Long> data)
host challenge data.
|
void |
setIns(Long ins)
private byte ins;
|
void |
setLc(Long lc)
private byte lc;
|
void |
setLe(Long le)
private byte le = (byte) 0x00;
|
void |
setNeedSecurityHandle(Boolean needSecurityHandle)
private Boolean needSecurityHandle = Boolean.TRUE;
|
void |
setP1(Long p1)
private byte p1;
|
void |
setP2(Long p2)
private byte p2 = (byte) 0x00;
|
public Long getCla()
public void setCla(Long cla)
public Long getIns()
public void setIns(Long ins)
public Long getLc()
public void setLc(Long lc)
public Long getLe()
public void setLe(Long le)
public Boolean getNeedSecurityHandle()
public void setNeedSecurityHandle(Boolean needSecurityHandle)
public Long getP1()
public void setP1(Long p1)
public Long getP2()
public void setP2(Long p2)
Copyright © 2021. All Rights Reserved.