deviceName

val TbsCertificationRequest.deviceName: String?(source)

Deprecated (with error)

Use `deviceNameForOid(WardenDefaults.OIDs.DEVICE_NAME)` instead to emulate old behaviour, but you should really specify whatever OID you have set to convey a generic device. Will be removed in 1.1.

Replace with

deviceNameForOid(deviceNameOid)

val Pkcs10CertificationRequest.deviceName: String?(source)

Deprecated (with error)

Use `deviceNameForOid(WardenDefaults.OIDs.DEVICE_NAME)` instead to emulate old behaviour, but you should really specify whatever OID you have set to convey a generic device. Will be removed in 1.1

Replace with

deviceNameForOid(deviceNameOid)