AuthenticatingResponse
public struct AuthenticatingResponse
extension AuthenticatingResponse: Decodable
Amazon Sidewalk remote certificate provisioning attested device certificate signing authenticating response.
-
The ED25519 public key generated by the device in HEX-STRING format.
Declaration
Swift
public let ed25519Cert: String
-
The P256R1 public key generated by the device in HEX-STRING format.
Declaration
Swift
public let p256r1Cert: String
-
The digital signature, in DER format, calculated over the binary data of the CSR.
Declaration
Swift
public let signature: String
-
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.
Declaration
Swift
public let transactionID: String
-
The hash of the certificate signing request.
Declaration
Swift
public let requestHash: String