Package-level declarations

Types

Link copied to clipboard

マイナンバーカードをシミュレートする際のデータを定義するインターフェース

Link copied to clipboard
interface CardSupplier

シミュレートするカードを決定するインターフェース

Link copied to clipboard
interface Certificate
Link copied to clipboard
class ConfigurableCard(sdkConfig: SdkConfigInterface, seed: Long, digitalSignatureCertificate: Certificate? = null, userAuthenticationCertificate: Certificate? = null, inputSupportVerificationKeySeed: Long? = null, inputSupportAuthenticationKeySeed: Long? = null, confirmationVerificationKeySeed: Long? = null, confirmationAuthenticationKeySeed: Long? = null, personalInfo: PersonalInfo? = null, myNumber: String? = null, digitalSignaturePassword: String? = null, userAuthenticationPassword: String? = null, inputSupportPassword: String? = null, securityCode: String? = null) : Card

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

class ConfigurableCard(sdkConfig: SdkConfigInterface, seed: NSNumber, digitalSignatureCertificate: Certificate? = null, userAuthenticationCertificate: Certificate? = null, inputSupportVerificationKeySeed: NSNumber? = null, inputSupportAuthenticationKeySeed: NSNumber? = null, confirmationVerificationKeySeed: NSNumber? = null, confirmationAuthenticationKeySeed: NSNumber? = null, personalInfo: PersonalInfo? = null, myNumber: String? = null, digitalSignaturePassword: String? = null, userAuthenticationPassword: String? = null, inputSupportPassword: String? = null, securityCode: String? = null) : Card

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

class ConfigurableCard(sdkConfig: PlatformSdkConfigInterface, seed: Double, digitalSignatureCertificate: PlatformCertificate? = null, userAuthenticationCertificate: PlatformCertificate? = null, inputSupportVerificationKeySeed: Double? = null, inputSupportAuthenticationKeySeed: Double? = null, confirmationVerificationKeySeed: Double? = null, confirmationAuthenticationKeySeed: Double? = null, personalInfo: PersonalInfo? = null, myNumber: String? = null, digitalSignaturePassword: String? = null, userAuthenticationPassword: String? = null, inputSupportPassword: String? = null, securityCode: String? = null) : PlatformCard

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

class ConfigurableCard(seed: Long, digitalSignatureCertificate: Certificate? = null, userAuthenticationCertificate: Certificate? = null, inputSupportVerificationKeySeed: Long? = null, inputSupportAuthenticationKeySeed: Long? = null, confirmationVerificationKeySeed: Long? = null, confirmationAuthenticationKeySeed: Long? = null, personalInfo: PersonalInfo? = null, myNumber: String? = null, digitalSignaturePassword: String? = null, userAuthenticationPassword: String? = null, inputSupportPassword: String? = null, securityCode: String? = null) : Card

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

Link copied to clipboard
class ConfigurableDigitalSignatureCertificate(sdkConfig: SdkConfigInterface, seed: Long, personalInfo: PersonalInfo? = null, privateKeySeed: Long? = null, identifier: Long? = null, generation: Long? = null, notBefore: LocalDateTime? = null, notAfter: LocalDateTime? = null) : Certificate

格納されるデータを設定可能な署名用電子証明書を表すCertificate

class ConfigurableDigitalSignatureCertificate(sdkConfig: SdkConfigInterface, seed: NSNumber, personalInfo: PersonalInfo? = null, privateKeySeed: NSNumber? = null, identifier: NSNumber? = null, generation: NSNumber? = null, notBefore: NSDate? = null, notAfter: NSDate? = null) : Certificate

格納されるデータを設定可能な署名用電子証明書を表すCertificate

class ConfigurableDigitalSignatureCertificate(sdkConfig: PlatformSdkConfigInterface, seed: Double, personalInfo: PersonalInfo? = null, privateKeySeed: Double? = null, identifier: Double? = null, generation: Double? = null, notBefore: Date? = null, notAfter: Date? = null) : PlatformCertificate

格納されるデータを設定可能な署名用電子証明書を表すCertificate

class ConfigurableUserAuthenticationCertificate(sdkConfig: SdkConfigInterface, seed: Long, privateKeySeed: Long? = null, identifier: Long? = null, generation: Long? = null, notBefore: LocalDateTime? = null, notAfter: LocalDateTime? = null) : Certificate

格納されるデータを設定可能な利用者証明用電子証明書を表すCertificate

class ConfigurableUserAuthenticationCertificate(sdkConfig: SdkConfigInterface, seed: NSNumber, privateKeySeed: NSNumber? = null, identifier: NSNumber? = null, generation: NSNumber? = null, notBefore: NSDate? = null, notAfter: NSDate? = null) : Certificate

格納されるデータを設定可能な利用者証明用電子証明書を表すCertificate

class ConfigurableUserAuthenticationCertificate(sdkConfig: PlatformSdkConfigInterface, seed: Double, privateKeySeed: Double? = null, identifier: Double? = null, generation: Double? = null, notBefore: Date? = null, notAfter: Date? = null) : PlatformCertificate

格納されるデータを設定可能な利用者証明用電子証明書を表すCertificate

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
interface JPKIAPCard

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

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

証明書に記載される基本4情報(氏名、住所、生年月日、性別)を設定するクラス

Link copied to clipboard

Card をJavaScriptで使用するためのインターフェースです。

Link copied to clipboard
external interface PlatformCardSupplier

CardSupplier をJavaScriptで使用するためのインターフェースです。

Link copied to clipboard
external interface PlatformCertificate

Certificate をJavaScriptで使用するためのインターフェースです。

Link copied to clipboard
external interface PlatformConfirmationAPCard

ConfirmationAPCard をJavaScriptで使用するためのインターフェースです。

Link copied to clipboard
external interface PlatformInputSupportAPCard

InputSupportAPCard をJavaScriptで使用するためのインターフェースです。

Link copied to clipboard
external interface PlatformJPKIAPCard

JPKIAPCard をJavaScriptで使用するためのインターフェースです。

Link copied to clipboard
external interface PlatformSdkConfigInterface

SdkConfigInterface をJavaScriptで使用するためのインターフェースです。

Link copied to clipboard

SDKの設定項目を定義するインターフェース