Device Details
class DeviceDetails(val ed25519Puk: String, val p256r1Puk: String, val signature: String, val transactionId: String)
The device details to perform certificate signing
Parameters
ed25519Puk
The ED25519 public key generated by the device in HEX-STRING format
p256r1Puk
The P256R1 public key generated by the device in HEX-STRING format
signature
The digital signature, in DER format, calculated over the binary data of the CSR
transaction Id
The transaction ID number assigned to the CSR by the device to the SRCP process, it is used to track the CSR through the CSR process