SecureAreaConfigurationSoftware

class SecureAreaConfigurationSoftware(val algorithm: String = Algorithm.ESP256.name, val passphrase: String? = null, val passphraseConstraints: PassphraseConstraints = PassphraseConstraints.NONE) : SecureAreaConfiguration

Configuration for SoftwareSecureArea

Constructors

Link copied to clipboard
constructor(algorithm: String = Algorithm.ESP256.name, passphrase: String? = null, passphraseConstraints: PassphraseConstraints = PassphraseConstraints.NONE)

Properties

Link copied to clipboard

The value is a string encoded like Algorithm.name

Link copied to clipboard
val passphrase: String? = null