BiosealLicense.finalizeCheckLicenseWithCard Method

Module: BiosealLicense

Definition

Finalizes the license check process using the provided cryptogram.

It ensures the integrity and authenticity of the license verification.

@staticmethod
finalize_check_license_with_card(cryptogram: bytearray) -> None

Parameters

cryptogram bytearray
in A 32-byte array containing the cryptogram used for final verification.

Exceptions

An error has occurred during Bioseal Library execution.
static void finalizeCheckLicenseWithCard(Uint8List? cryptogram)

Parameters

cryptogram Uint8List
in A 32-byte array containing the cryptogram used for final verification.

Exceptions

An error has occurred during Bioseal Library execution.
public static void FinalizeCheckLicenseWithCard(byte[] cryptogram)

Parameters

cryptogram byte[]
in A 32-byte array containing the cryptogram used for final verification.

Exceptions

An error has occurred during Bioseal Library execution.
public static void finalizeCheckLicenseWithCard(byte[] cryptogram) throws BiosealException

Parameters

cryptogram byte[]
in A 32-byte array containing the cryptogram used for final verification.

Exceptions

An error has occurred during Bioseal Library execution.
public static func finalizeCheckLicenseWithCard(cryptogram: [UInt8]) throws

Parameters

cryptogram [UInt8]
in A 32-byte array containing the cryptogram used for final verification.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLicense_FinalizeCheckLicenseWithCard (
    unsigned char * cryptogram,
    int cryptogramSize)

Parameters

cryptogram unsigned char *
in A 32-byte array containing the cryptogram used for final verification.

cryptogramSize int
in Size of the ‘cryptogram’ buffer.

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.