LowLevelConfirmationAP

class LowLevelConfirmationAP(session: ReaderSession) : LowLevelConfirmationAPInterface<ByteArray>
class LowLevelConfirmationAP(session: ReaderSession) : LowLevelConfirmationAPInterface<NSData>

Constructors

Link copied to clipboard
constructor(session: ReaderSession)
constructor(session: ReaderSession)
constructor(session: ReaderSession)

Functions

readAPInfo
Link copied to clipboard
open suspend override fun readAPInfo(): ByteArray

AP基本情報の読出し

open suspend override fun readAPInfo(): NSData

AP基本情報の読出し

readDateOfBirthContent
Link copied to clipboard
open suspend override fun readDateOfBirthContent(): ByteArray

生年月日情報の読出し

open suspend override fun readDateOfBirthContent(): NSData

生年月日情報の読出し

readMyNumberContent
Link copied to clipboard
open suspend override fun readMyNumberContent(): ByteArray

個人番号の読出し

open suspend override fun readMyNumberContent(): NSData

個人番号の読出し

readPersonalInfoContent
Link copied to clipboard
open suspend override fun readPersonalInfoContent(): ByteArray

券面事項情報の読出し

open suspend override fun readPersonalInfoContent(): NSData

券面事項情報の読出し

readVerificationPublicKey
Link copied to clipboard
open suspend override fun readVerificationPublicKey(): ByteArray

券面事項用公開鍵の読出し

open suspend override fun readVerificationPublicKey(): NSData

券面事項用公開鍵の読出し

selectAP
Link copied to clipboard
open suspend override fun selectAP()

このAPを選択する

open suspend override fun selectAP()

このAPを選択する

signWithAuthenticationPrivateKey
Link copied to clipboard
open suspend override fun signWithAuthenticationPrivateKey(data: ByteArray): ByteArray

内部認証用秘密鍵による署名の作成

open suspend override fun signWithAuthenticationPrivateKey(data: NSData): NSData

内部認証用秘密鍵による署名の作成

verifyDateOfBirthPassword
Link copied to clipboard
open suspend override fun verifyDateOfBirthPassword(password: String)

生年月日PWによるキー照合

open suspend override fun verifyDateOfBirthPassword(password: String)

生年月日PWによるキー照合

verifyVerificationNumberA
Link copied to clipboard
open suspend override fun verifyVerificationNumberA(password: String)

照合番号Aによるキー照合

open suspend override fun verifyVerificationNumberA(password: String)

照合番号Aによるキー照合

verifyVerificationNumberB
Link copied to clipboard
open suspend override fun verifyVerificationNumberB(password: String)

照合番号Bによるキー照合

open suspend override fun verifyVerificationNumberB(password: String)

照合番号Bによるキー照合