ConfigurableSpecifiedResidenceCardCertificate

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

Parameters

seed

乱数のシード

privateKeySeed

鍵ペア生成に使用する seed(省略時は seed から決定的に導出)

identifier

証明書のシリアル番号

notBefore

リーフ証明書の有効期間開始

notAfter

リーフ証明書の有効期間終了