get Signature
Retrieves the signature from the lock.
Sends the REQUEST_SIGNED_SERIAL (0x74) command to the lock and processes the response to extract the signature.
The response ByteArray example: 7A, 20, 26, 02, 01, 00, 04, 02, 66, 71, 84, 79, 30, 45, 02, 20, 1E, FC, 8B, 8A, 98, 22, 90, 0A, E4, 03, 1D, C2, 56, 7B, BD, EF, 0A, A8, A2, 1A, B8, AD, 50, 09, C8, C4, 6A, 62, FC, BF, 6F, 37, 02, 21, 00, C7, CF, 82, C1, BA, 9A, 95, C4, 76, 41, 18, DF, 11, B7, C5, 73, B4, F1, 90, 2B, 1D, E3, E6, 31, 50, 19, 78, F6, 21, 77, A7, EB
Encodes it to a Base64 string representing the signature. Example:
"ICYCAQAEAmZxhHkwRQIgHvyLipgikArkAx3CVnu97wqoohq4rVAJyMRqYvy/bzcCIQDHz4LBupqVxHZBGN8Rt8VztPGQKx3j5jFQGXj2IXen6w=="
Return
Base64 encoded string representing the signature.
Throws
if an error occurs during the process.