com.pax.dal.memorycard

Interface ICardAT88SC1608

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void close()
      关闭 AT88SC1608.
      QInfo cryptoF2(byte[] Ci, byte[] Gc, byte[] Q0)
      ATMEL ELVA 算法
      ATMEL ELVA algorithm
      void initAuth(byte[] randNumber)
      初始化授权
      Initialize authorization
      byte[] open()
      重置 AT88SC1608.
      void progConfigZone(int baddr, byte[] dataBlock)
      写配置区
      Write config zone.
      void progFuse()
      写熔断字节
      Write fuse byte.
      void progUserZone(int baddr, byte[] dataBlock)
      写用户区
      Write user zone.
      byte[] readConfigZone(int baddr, int nums)
      读取配置区
      Read config zone.
      byte readFuse()
      读取熔断字节
      Read fuse byte.
      byte[] readUserZone(int baddr, int nums)
      读取用户区
      Read user zone.
      void setUserZone(int userZoneIndex)
      选择用户区
      Choose user zone.
      void verifyAuth(byte[] challenge)
      验证授权
      Verify authorization
      void verifySC(int index, int rwp, byte[] password)
      验证密码
      Verify password.