Availability: Authentication Suite Server SDK 4.0.2 and later
Service: Digipass Management
Function prototype
aat_int32 AAL2GetBlobInfo (TDigipassBlob* DPData,
aat_ascii* BlobInfo);Description
This function is used to retrieve information about the algorithm used to encrypt the respective authenticator BLOB data.
Parameters
| Type | Name | Use | Description |
|---|---|---|---|
| TDigipassBlob * | DPData | I | Authenticator BLOB. |
| aat_ascii * | BlobInfo | I/O | Pointer to a 3-byte long buffer. The output is a null-terminated string that contains the BLOB data information.
|
Return codes
| Code | Meaning |
|---|---|
| 0 | Success |
| 510 | Invalid Digipass data pointer |
| 591 | Invalid BLOB info pointer |
| 1118 | Unsupported BLOB |