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

GemaltoLunaKeyConfig

data class GemaltoLunaKeyConfig : KeyConfig

All required parameters to generate a Gemalto HSM key using a GemaltoLunaCryptoService.

Constructors

<init>

GemaltoLunaKeyConfig(alias: String, curve: String)

All required parameters to generate a Gemalto HSM key using a GemaltoLunaCryptoService.

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")