StaticcreateStaticcreateStaticcreateStaticcreateStaticcreateCreates a ClaimVerify command payload with certificate data.
The certificate string to send
Current offset for chunked transfer
Size of each chunk
Uint8Array payload
StaticextractExtracts the payload string from a response.
The parsed response
The payload as a string, or empty string if not available
StaticgetGets the offset from a response.
The parsed response
The offset value
StaticgetGets the total length from a response.
The parsed response
The total length value
StaticisChecks if the response indicates success.
The parsed response
true if status is Success
StaticparseParses a claiming response from the device.
The response data as Uint8Array
Parsed RMakerClaimPayload
Helper class for encoding/decoding claiming protobuf messages. This is a simplified implementation that creates/parses the proto format.