Package-level declarations

Types

Link copied to clipboard
data class CardInfoPersonalInfo(val commonName: String, val address: String, val dateOfBirth: String, val gender: CardInfoPersonalInfo.Gender)

券面事項入力補助APに格納される基本4情報(氏名、住所、生年月日、性別)を設定するクラス

Link copied to clipboard
class ConfigurableMynaCardConfirmationAP(sdkConfig: SdkConfigInterface, seed: Long, confirmationVerificationKeySeed: Long? = null, confirmationAuthenticationKeySeed: Long? = null, personalInfo: CardInfoPersonalInfo? = null, myNumber: String? = null, securityCode: String? = null, expirationYear: String? = null) : MockMynaCardConfirmationAP

格納されるデータを設定可能な疑似マイナンバーカードを表すCard

Link copied to clipboard
class ConfigurableMynaCardInputSupportAP(sdkConfig: SdkConfigInterface, seed: Long, inputSupportVerificationKeySeed: Long? = null, inputSupportAuthenticationKeySeed: Long? = null, personalInfo: CardInfoPersonalInfo? = null, myNumber: String? = null, inputSupportPassword: String? = null, securityCode: String? = null, expirationYear: String? = null) : MockMynaCardInputSupportAP

格納されるデータを設定可能な疑似マイナンバーカードを表すCard

Link copied to clipboard
class ConfirmationAP(session: ReaderSession) : ConfirmationAPInterface<ByteArray>

FeliCa カード(交通系 IC カード、Edy、WAON など)や、ISO/IEC 14443−4 Type-Aカード(クレジットカードなど)をマイナンバーカードとして扱い、 券面事項確認APを操作するクラス

Link copied to clipboard
class InputSupportAP(session: ReaderSession) : InputSupportAPInterface<ByteArray>

FeliCa カード(交通系 IC カード、Edy、WAON など)や、ISO/IEC 14443−4 Type-Aカード(クレジットカードなど)をマイナンバーカードとして扱い、 券面事項入力補助APを操作するクラス

Link copied to clipboard
class LowLevelConfirmationAP(session: ReaderSession) : LowLevelConfirmationAPInterface<ByteArray>
Link copied to clipboard
class LowLevelInputSupportAP(session: ReaderSession) : LowLevelInputSupportAPInterface<ByteArray>
Link copied to clipboard
interface MockMynaCardConfirmationAP : <ERROR CLASS> ERROR CLASS: Symbol not found for MockCard

ConfirmationAPをシミュレートする際のデータを定義するインターフェース

Link copied to clipboard
interface MockMynaCardInputSupportAP : <ERROR CLASS> ERROR CLASS: Symbol not found for MockCard

InputSupportAPをシミュレートする際のデータを定義するインターフェース