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

BCKeyConfig

data class BCKeyConfig : KeyConfig

All required parameters to generate a local key using a BCCryptoService.

Constructors

<init>

BCKeyConfig(alias: String, password: String, algorithm: String)

All required parameters to generate a local key using a BCCryptoService.

Properties

algorithm

val algorithm: String

String representing the algorithm used to generate the key pair.

alias

val alias: String

Alias of the new key entry within the key store.

password

val password: String

Key password of the new key entry within the key store.