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)