ConfigurableUserAuthenticationCertificate

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

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

このクラスのインスタンスをConfigurableCardの引数に指定することで、モック環境で生成する利用者証明用電子証明書の情報を設定できます。 有効期限などを設定できます。

証明書の有効期限の設定

証明書の有効期限は、引数の notBeforenotAfter によって設定できます。 有効期限の開始日は notBefore で、終了日は notAfter です。 notBefore のみを指定した場合、終了日は notBefore の5年後とCA証明書の有効期限終了日のうち、早い方に設定されます。 notAfter のみを指定した場合、開始日は notAfter の5年前とCA証明書の有効期限開始日のうち、遅い方に設定されます。 モック環境のCA証明書の有効期間は 2023-01-01 00:00:00.000Z 〜 2033-01-01 00:00:00.000Z です。

下記のように、生成する証明書の有効期限が正しくない場合、IllegalArgumentExceptionが発生します。

  • notAfter より後の notBefore を指定した場合。

  • 指定した notBefore もしくは notAfter が、モック環境のCA証明書の有効期間外である場合。 モック環境のCA証明書の有効期間は 2023-01-01 00:00:00.000Z 〜 2033-01-01 00:00:00.000Z です。

Parameters

sdkConfig

SDK設定

seed

乱数のシード

privateKeySeed

利用者証明用電子証明書の秘密鍵生成のための乱数のシード

identifier

利用者証明用電子証明書のシリアル番号上位4バイトの初期値

generation

利用者証明用電子証明書の世代

notBefore

利用者証明用電子証明書の有効期限開始日

notAfter

利用者証明用電子証明書の有効期限終了日

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

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

このクラスのインスタンスをConfigurableCardの引数に指定することで、モック環境で生成する利用者証明用電子証明書の情報を設定できます。 有効期限などを設定できます。

証明書の有効期限の設定

証明書の有効期限は、引数の notBeforenotAfter によって設定できます。 有効期限の開始日は notBefore で、終了日は notAfter です。 notBefore のみを指定した場合、終了日は notBefore の5年後とCA証明書の有効期限終了日のうち、早い方に設定されます。 notAfter のみを指定した場合、開始日は notAfter の5年前とCA証明書の有効期限開始日のうち、遅い方に設定されます。 モック環境のCA証明書の有効期間は 2023-01-01 00:00:00.000Z 〜 2033-01-01 00:00:00.000Z です。

下記のように、生成する証明書の有効期限が正しくない場合、IllegalArgumentExceptionが発生します。

  • notAfter より後の notBefore を指定した場合。

  • 指定した notBefore もしくは notAfter が、モック環境のCA証明書の有効期間外である場合。 モック環境のCA証明書の有効期間は 2023-01-01 00:00:00.000Z 〜 2033-01-01 00:00:00.000Z です。

Parameters

sdkConfig

SDK設定

seed

乱数のシード

privateKeySeed

利用者証明用電子証明書の秘密鍵生成のための乱数のシード

identifier

利用者証明用電子証明書のシリアル番号上位4バイトの初期値

generation

利用者証明用電子証明書の世代

notBefore

利用者証明用電子証明書の有効期限開始日

notAfter

利用者証明用電子証明書の有効期限終了日

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

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

このクラスのインスタンスをConfigurableCardの引数に指定することで、モック環境で生成する利用者証明用電子証明書の情報を設定できます。 有効期限などを設定できます。

証明書の有効期限の設定

証明書の有効期限は、引数の notBeforenotAfter によって設定できます。 有効期限の開始日は notBefore で、終了日は notAfter です。 notBefore のみを指定した場合、終了日は notBefore の5年後とCA証明書の有効期限終了日のうち、早い方に設定されます。 notAfter のみを指定した場合、開始日は notAfter の5年前とCA証明書の有効期限開始日のうち、遅い方に設定されます。 モック環境のCA証明書の有効期間は 2023-01-01 00:00:00.000Z 〜 2033-01-01 00:00:00.000Z です。

下記のように、生成する証明書の有効期限が正しくない場合、IllegalArgumentExceptionが発生します。

  • notAfter より後の notBefore を指定した場合。

  • 指定した notBefore もしくは notAfter が、モック環境のCA証明書の有効期間外である場合。 モック環境のCA証明書の有効期間は 2023-01-01 00:00:00.000Z 〜 2033-01-01 00:00:00.000Z です。

Parameters

sdkConfig

SDK設定

seed

乱数のシード

privateKeySeed

利用者証明用電子証明書の秘密鍵生成のための乱数のシード

identifier

利用者証明用電子証明書のシリアル番号上位4バイトの初期値

generation

利用者証明用電子証明書の世代

notBefore

利用者証明用電子証明書の有効期限開始日

notAfter

利用者証明用電子証明書の有効期限終了日

Constructors

constructor(context: Context, seed: Long, privateKeySeed: Long? = null, identifier: Long? = null, generation: Long? = null, notBefore: LocalDateTime? = null, notAfter: LocalDateTime? = null)

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

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

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

constructor(seed: NSNumber, privateKeySeed: NSNumber? = null, identifier: NSNumber? = null, generation: NSNumber? = null, notBefore: NSDate? = null, notAfter: NSDate? = null)

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

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

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

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

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

Properties

Link copied to clipboard
open override val caCertificate: ByteArray
open override val caCertificate: ByteArray
open override val caCertificate: Uint8Array
Link copied to clipboard
open override val notAfter: LocalDateTime
open override val notAfter: LocalDateTime
open override val notAfter: Date
Link copied to clipboard
open override val notBefore: LocalDateTime
open override val notBefore: LocalDateTime
open override val notBefore: Date
Link copied to clipboard
open override val privateKey: RSAKeyParameters
open override val privateKey: RSAKeyParameters

Functions

Link copied to clipboard
open suspend override fun createCertificate(): ByteArray
open suspend override fun createCertificate(): ByteArray
open override fun createCertificate(): Promise<Uint8Array>