ConfigurableCard

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

このクラスのインスタンスをCardSupplier.getCardの返却値とするようなCardSupplierを作成し、 ReaderSessionの引数 cardSupplier に指定することでモック環境で生成するカード情報を設定できます。 基本4情報(氏名、住所、生年月日、性別)やマイナンバー、暗証番号などを設定できます。

基本4情報(氏名、住所、生年月日、性別)の設定

引数の personalInfo によって、券面事項入力補助APから読み出される基本4情報を設定できます。 引数の digitalSignatureCertificate を指定していない場合、生成される署名用電子証明書に記載される基本4情報も同じ値となります。

マイナンバーの設定

引数の myNumber によって、券面事項入力補助APから読み出されるマイナンバーを設定できます。 設定した値が12桁の数値文字列でない場合、IllegalArgumentExceptionが発生します。

券面事項確認APから読み出される有効期限の設定

券面事項確認APから読み出される有効期限は、署名用電子証明書の有効期限開始日と利用者証明用電子証明書の有効期限開始日のうち早い方から10年後の日時となります。 また、この有効期限は照合番号Bにも使用され、有効期限の西暦年が照合番号Bに設定されます。

不正な形式のテナントIDを指定した場合

設定したテナントIDがUUIDの形式となっていない場合、証明書の取得を行う関数の実行時IllegalArgumentExceptionが発生します。

Parameters

sdkConfig

SDK設定

seed

乱数のシード

digitalSignatureCertificate

署名用電子証明書の設定

userAuthenticationCertificate

利用者証明用電子証明書の設定

inputSupportVerificationKeySeed

券面事項入力補助APの署名用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

inputSupportAuthenticationKeySeed

券面事項入力補助APの内部認証用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

confirmationVerificationKeySeed

券面事項確認APの署名用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

confirmationAuthenticationKeySeed

券面事項確認APの内部認証用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

personalInfo

署名用電子証明書と券面事項入力補助APで得られる基本4情報(氏名、住所、生年月日、性別)

myNumber

券面事項入力補助APで得られるマイナンバー

digitalSignaturePassword

署名用証明書を読み出す際のパスワード

userAuthenticationPassword

利用者証明用証明書を読み出す際のパスワード

inputSupportPassword

券面事項入力補助APのパスワード

securityCode

券面事項確認APのセキュリティコード

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

このクラスのインスタンスをCardSupplier.getCardの返却値とするようなCardSupplierを作成し、 ReaderSessionの引数 cardSupplier に指定することでモック環境で生成するカード情報を設定できます。 基本4情報(氏名、住所、生年月日、性別)やマイナンバー、暗証番号などを設定できます。

基本4情報(氏名、住所、生年月日、性別)の設定

引数の personalInfo によって、券面事項入力補助APから読み出される基本4情報を設定できます。 引数の digitalSignatureCertificate を指定していない場合、生成される署名用電子証明書に記載される基本4情報も同じ値となります。

マイナンバーの設定

引数の myNumber によって、券面事項入力補助APから読み出されるマイナンバーを設定できます。 設定した値が12桁の数値文字列でない場合、IllegalArgumentExceptionが発生します。

券面事項確認APから読み出される有効期限の設定

券面事項確認APから読み出される有効期限は、署名用電子証明書の有効期限開始日と利用者証明用電子証明書の有効期限開始日のうち早い方から10年後の日時となります。 また、この有効期限は照合番号Bにも使用され、有効期限の西暦年が照合番号Bに設定されます。

不正な形式のテナントIDを指定した場合

設定したテナントIDがUUIDの形式となっていない場合、証明書の取得を行う関数の実行時IllegalArgumentExceptionが発生します。

Parameters

sdkConfig

SDK設定

seed

乱数のシード

digitalSignatureCertificate

署名用電子証明書の設定

userAuthenticationCertificate

利用者証明用電子証明書の設定

inputSupportVerificationKeySeed

券面事項入力補助APの署名用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

inputSupportAuthenticationKeySeed

券面事項入力補助APの内部認証用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

confirmationVerificationKeySeed

券面事項確認APの署名用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

confirmationAuthenticationKeySeed

券面事項確認APの内部認証用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

personalInfo

署名用電子証明書と券面事項入力補助APで得られる基本4情報(氏名、住所、生年月日、性別)

myNumber

券面事項入力補助APで得られるマイナンバー

digitalSignaturePassword

署名用証明書を読み出す際のパスワード

userAuthenticationPassword

利用者証明用証明書を読み出す際のパスワード

inputSupportPassword

券面事項入力補助APのパスワード

securityCode

券面事項確認APのセキュリティコード

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

このクラスのインスタンスをPlatformCardSupplier.getCardの返却値とするようなPlatformCardSupplierを作成し、 ReaderSessionの引数 cardSupplier に指定することでモック環境で生成するカード情報を設定できます。 基本4情報(氏名、住所、生年月日、性別)やマイナンバー、暗証番号などを設定できます。

基本4情報(氏名、住所、生年月日、性別)の設定

引数の personalInfo によって、券面事項入力補助APから読み出される基本4情報を設定できます。 引数の digitalSignatureCertificate を指定していない場合、生成される署名用電子証明書に記載される基本4情報も同じ値となります。

マイナンバーの設定

引数の myNumber によって、券面事項入力補助APから読み出されるマイナンバーを設定できます。 設定した値が12桁の数値文字列でない場合、IllegalArgumentExceptionが発生します。

券面事項確認APから読み出される有効期限の設定

券面事項確認APから読み出される有効期限は、署名用電子証明書の有効期限開始日と利用者証明用電子証明書の有効期限開始日のうち早い方から10年後の日時となります。 また、この有効期限は照合番号Bにも使用され、有効期限の西暦年が照合番号Bに設定されます。

不正な形式のテナントIDを指定した場合

設定したテナントIDがUUIDの形式となっていない場合、証明書の取得を行う関数の実行時IllegalArgumentExceptionが発生します。

Parameters

sdkConfig

SDK設定

seed

乱数のシード

digitalSignatureCertificate

署名用電子証明書の設定

userAuthenticationCertificate

利用者証明用電子証明書の設定

inputSupportVerificationKeySeed

券面事項入力補助APの署名用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

inputSupportAuthenticationKeySeed

券面事項入力補助APの内部認証用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

confirmationVerificationKeySeed

券面事項確認APの署名用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

confirmationAuthenticationKeySeed

券面事項確認APの内部認証用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

personalInfo

署名用電子証明書と券面事項入力補助APで得られる基本4情報(氏名、住所、生年月日、性別)

myNumber

券面事項入力補助APで得られるマイナンバー

digitalSignaturePassword

署名用証明書を読み出す際のパスワード

userAuthenticationPassword

利用者証明用証明書を読み出す際のパスワード

inputSupportPassword

券面事項入力補助APのパスワード

securityCode

券面事項確認APのセキュリティコード

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

Parameters

digitalSignatureCertificate

署名用電子証明書の設定

userAuthenticationCertificate

利用者証明用電子証明書の設定

inputSupportVerificationKeySeed

券面事項入力補助APの署名用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

inputSupportAuthenticationKeySeed

券面事項入力補助APの内部認証用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

confirmationVerificationKeySeed

券面事項確認APの署名用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

confirmationAuthenticationKeySeed

券面事項確認APの内部認証用公開鍵に対応する鍵ペアを生成する際に使用する乱数のシード

personalInfo

署名用電子証明書と券面事項入力補助APで得られる基本4情報(氏名、住所、生年月日、性別)

myNumber

券面事項入力補助APで得られるマイナンバー

digitalSignaturePassword

署名用証明書を読み出す際のパスワード

userAuthenticationPassword

利用者証明用証明書を読み出す際のパスワード

inputSupportPassword

券面事項入力補助APのパスワード

securityCode

券面事項確認APのセキュリティコード

Constructors

Link copied to clipboard
constructor(context: Context, 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)

テナントIDを設定ファイルにより取得してCardを生成する

constructor(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)

テナントIDを引数により指定してConfigurableCardを生成する

constructor(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)

テナントIDを設定ファイルにより取得してCardを生成する

constructor(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)

テナントIDを引数により指定してConfigurableCardを生成する

constructor(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)

テナントIDを引数により指定してConfigurableCardを生成する

constructor(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)

Properties

Link copied to clipboard
open override val confirmationAPInfo: ByteArray

券面事項確認APの情報を読み出すときに参照される値

open override val confirmationAPInfo: ByteArray
open override val confirmationAPInfo: Uint8Array

券面事項確認APの情報を読み出すときに参照される値

open override val confirmationAPInfo: ByteArray

券面事項確認APの情報を読み出すときに参照される値

Link copied to clipboard

券面事項確認APの内部認証用の秘密鍵を読み出すときに参照される値

券面事項確認APの内部認証用の秘密鍵を読み出すときに参照される値

券面事項確認APの内部認証用の秘密鍵を読み出すときに参照される値

Link copied to clipboard

CAの署名用電子証明書

CAの署名用電子証明書

CAの署名用電子証明書

Link copied to clipboard

署名用電子証明書用パスワードの残り試行回数

署名用電子証明書用パスワードの残り試行回数

署名用電子証明書用パスワードの残り試行回数

Link copied to clipboard

署名用電子証明書の秘密鍵

署名用電子証明書の秘密鍵

署名用電子証明書の秘密鍵

Link copied to clipboard
open override val inputSupportApInfo: ByteArray

券面事項入力補助APの情報を読み出すときに参照される値

open override val inputSupportApInfo: ByteArray
open override val inputSupportApInfo: Uint8Array

券面事項入力補助APの情報を読み出すときに参照される値

open override val inputSupportApInfo: ByteArray

券面事項入力補助APの情報を読み出すときに参照される値

Link copied to clipboard

券面事項入力補助APの内部認証用の秘密鍵を読み出すときに参照される値

券面事項入力補助APの内部認証用の秘密鍵を読み出すときに参照される値

券面事項入力補助APの内部認証用の秘密鍵を読み出すときに参照される値

Link copied to clipboard
open override val myNumberByteArray: ByteArray

マイナンバーデータを読み出すときに参照される値

open override val myNumberByteArray: ByteArray
open override val myNumberByteArray: Uint8Array

マイナンバーデータを読み出すときに参照される値

open override val myNumberByteArray: ByteArray

マイナンバーデータを読み出すときに参照される値

Link copied to clipboard
open override val personalInfoByteArray: ByteArray

基本4情報データを読み出すときに参照される値

open override val personalInfoByteArray: ByteArray

基本4情報データを読み出すときに参照される値

open override val personalInfoByteArray: ByteArray

基本4情報データを読み出すときに参照される値

Link copied to clipboard

CAの利用者証明用証明書

CAの利用者証明用証明書

CAの利用者証明用証明書

利用者証明用証明書用パスワードの残り試行回数

利用者証明用証明書用パスワードの残り試行回数

利用者証明用証明書用パスワードの残り試行回数

Link copied to clipboard

利用者証明用証明書の秘密鍵

利用者証明用証明書の秘密鍵

利用者証明用証明書の秘密鍵

Functions

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

署名用電子証明書用パスワード変更関数

open override fun changeDigitalSignaturePassword(password: String)
open override fun changeDigitalSignaturePassword(password: String)

署名用電子証明書用パスワード変更関数

open override fun changeDigitalSignaturePassword(password: String)

署名用電子証明書用パスワード変更関数

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

利用者証明用証明書用パスワード変更関数

open override fun changeUserAuthenticationPassword(password: String)
open override fun changeUserAuthenticationPassword(password: String)

利用者証明用証明書用パスワード変更関数

open override fun changeUserAuthenticationPassword(password: String)

利用者証明用証明書用パスワード変更関数

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

生年月日情報を読み出すときに呼び出される関数

open suspend override fun createConfirmationDateOfBirthContent(): ByteArray

生年月日情報を読み出すときに呼び出される関数

open suspend override fun createConfirmationDateOfBirthContent(): ByteArray

生年月日情報を読み出すときに呼び出される関数

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

マイナンバー画像を読み出すときに呼び出される関数

open suspend override fun createConfirmationMyNumberContent(): ByteArray

マイナンバー画像を読み出すときに呼び出される関数

open suspend override fun createConfirmationMyNumberContent(): ByteArray

マイナンバー画像を読み出すときに呼び出される関数

Link copied to clipboard

券面画像を読み出すときに呼び出される関数

券面画像を読み出すときに呼び出される関数

券面画像を読み出すときに呼び出される関数

Link copied to clipboard

券面事項確認APの署名検証用の公開鍵を読み出すときに呼び出される関数

券面事項確認APの署名検証用の公開鍵を読み出すときに呼び出される関数

券面事項確認APの署名検証用の公開鍵を読み出すときに呼び出される関数

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

署名用電子証明書を読み出すときに呼び出される関数

open suspend override fun createDigitalSignatureCertificate(): ByteArray

署名用電子証明書を読み出すときに呼び出される関数

open suspend override fun createDigitalSignatureCertificate(): ByteArray

署名用電子証明書を読み出すときに呼び出される関数

券面事項入力補助APの内部認証用の公開鍵を作成するときに呼び出される関数

券面事項入力補助APの内部認証用の公開鍵を作成するときに呼び出される関数

券面事項入力補助APの内部認証用の公開鍵を作成するときに呼び出される関数

Link copied to clipboard

券面事項入力補助APの署名検証用の公開鍵を作成するときに呼び出される関数

券面事項入力補助APの署名検証用の公開鍵を作成するときに呼び出される関数

券面事項入力補助APの署名検証用の公開鍵を作成するときに呼び出される関数

Link copied to clipboard

券面事項入力補助APの署名を作成するときに呼び出される関数

券面事項入力補助APの署名を作成するときに呼び出される関数

券面事項入力補助APの署名を作成するときに呼び出される関数

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

利用者証明用証明書を読み出すときに呼び出される関数

open suspend override fun createUserAuthenticationCertificate(): ByteArray

利用者証明用証明書を読み出すときに呼び出される関数

open suspend override fun createUserAuthenticationCertificate(): ByteArray

利用者証明用証明書を読み出すときに呼び出される関数

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

入力が生年月日パスワードと一致するかを検査する関数

open override fun verifyConfirmationDateOfBirthPassword(password: String)
open override fun verifyConfirmationDateOfBirthPassword(password: String)

入力が生年月日パスワードと一致するかを検査する関数

open override fun verifyConfirmationDateOfBirthPassword(password: String)

入力が生年月日パスワードと一致するかを検査する関数

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

入力が照合番号Aと一致するかを検査する関数

open override fun verifyConfirmationVerificationNumberA(password: String)
open override fun verifyConfirmationVerificationNumberA(password: String)

入力が照合番号Aと一致するかを検査する関数

open override fun verifyConfirmationVerificationNumberA(password: String)

入力が照合番号Aと一致するかを検査する関数

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

入力が照合番号Bと一致するかを検査する関数

open override fun verifyConfirmationVerificationNumberB(password: String)
open override fun verifyConfirmationVerificationNumberB(password: String)

入力が照合番号Bと一致するかを検査する関数

open override fun verifyConfirmationVerificationNumberB(password: String)

入力が照合番号Bと一致するかを検査する関数

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

入力が署名用電子証明書用パスワードと一致するかを検査する関数

open override fun verifyDigitalSignaturePassword(password: String)
open override fun verifyDigitalSignaturePassword(password: String)

入力が署名用電子証明書用パスワードと一致するかを検査する関数

open override fun verifyDigitalSignaturePassword(password: String)

入力が署名用電子証明書用パスワードと一致するかを検査する関数

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

入力が券面事項入力補助APのパスワードと一致するかを検査する関数

open override fun verifyInputSupportPassword(password: String)
open override fun verifyInputSupportPassword(password: String)

入力が券面事項入力補助APのパスワードと一致するかを検査する関数

open override fun verifyInputSupportPassword(password: String)

入力が券面事項入力補助APのパスワードと一致するかを検査する関数

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

入力が照合番号Aと一致するかを検査する関数

open override fun verifyInputSupportVerificationNumberA(password: String)
open override fun verifyInputSupportVerificationNumberA(password: String)

入力が照合番号Aと一致するかを検査する関数

open override fun verifyInputSupportVerificationNumberA(password: String)

入力が照合番号Aと一致するかを検査する関数

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

入力が照合番号Bと一致するかを検査する関数

open override fun verifyInputSupportVerificationNumberB(password: String)
open override fun verifyInputSupportVerificationNumberB(password: String)

入力が照合番号Bと一致するかを検査する関数

open override fun verifyInputSupportVerificationNumberB(password: String)

入力が照合番号Bと一致するかを検査する関数

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

入力が利用者証明用証明書用パスワードと一致するかを検査する関数

open override fun verifyUserAuthenticationPassword(password: String)
open override fun verifyUserAuthenticationPassword(password: String)

入力が利用者証明用証明書用パスワードと一致するかを検査する関数

open override fun verifyUserAuthenticationPassword(password: String)

入力が利用者証明用証明書用パスワードと一致するかを検査する関数