最終更新:2013-02-11 (月) 18:23:18 (4090d)  

APDU
Top / APDU

Application Protocol Data Unit

内容

表記名前長さ内容
CLAクラスバイト1命令クラス
INS命令バイト1命令コード
P1パラメータバイト11命令パラメータ1
P2パラメータバイト21命令パラメータ2
Lc長さ(Lc)1又は3コマンドのデータフィールドバイト内のバイト数
データデータフィールドバイトLc (可変)受信するバイト列
Le長さ(Le)1又は3コマンドに対するレスポンスのデータフィールド内に期待される最大バイト数

ケース

Case 1

  • Command: Header
  • Response: Trailer
  • CLA
  • INS
  • P1
  • P2

Case 2

  • Command: Header + Le
  • Response: Data + Trailer
    • CLA
    • INS
    • P1
    • P2
    • Le

Case 3

  • Command: Header + Data
  • Response: Trailer
    • CLA
    • INS
    • P1
    • P2
    • Lc
    • データ

Case 4

  • Command: Header + Data + Le
  • Response: Data + Trailer
    • CLA
    • INS
    • P1
    • P2
    • Lc
    • データ
    • Le

参考