DeviceDetails

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

transactionId

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

Constructors

Link copied to clipboard
constructor(ed25519Puk: String, p256r1Puk: String, signature: String, transactionId: String)

Properties

Link copied to clipboard
val ed25519Puk: String
Link copied to clipboard
val p256r1Puk: String
Link copied to clipboard
val signature: String
Link copied to clipboard
@SerializedName(value = "transactionID")
val transactionId: String