corda / com.r3.corda.networkmanage.common.cryptoservice.keygeneration / SecurosysKeyConfig

SecurosysKeyConfig

data class SecurosysKeyConfig : KeyConfig

All required parameters to generate a Securosys HSM key using a SecurosysPrimusXCryptoService.

Constructors

<init>

SecurosysKeyConfig(alias: String, curve: String)

All required parameters to generate a Securosys HSM key using a SecurosysPrimusXCryptoService.

Properties

alias

val alias: String

Alias of the new key entry within the key store.

curve

val curve: String

Elliptic curve standard name (e.g. "secp256r1")