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

AzureKeyVaultKeyConfig

data class AzureKeyVaultKeyConfig : KeyConfig

All required parameters to generate a Azure Key Vault HSM key using a AzureKeyVaultCryptoService.

Constructors

<init>

AzureKeyVaultKeyConfig(alias: String, curve: String)

All required parameters to generate a Azure Key Vault HSM key using a AzureKeyVaultCryptoService.

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