- 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
AAL2DPXGetStaticVector
- Mis à jour le 22 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Function prototype
aat_int32 AAL2DPXGetStaticVector(
TDPXHandle* dpx_Handle,
TKernelParms* CallParms,
aat_ascii* StaticVector,
aat_int32* StaticVectorLength);
Description
This function is used to retrieve the static vector (if present) from a DPX file, which holds the parameter settings necessary for activation of a certain category of Digipass devices:
- Software Digipass authenticators compliant with the standard activation (in the context of single device licensing). For more information, refer to the Authentication Suite Server SDK Product Guide.
- Software or hardware Digipass authenticators compliant with the multi-device activation (in the context of multi-device licensing). For more information, refer the Authentication Suite Server SDK Product Guide.
In case of standard activation, the static vector is used by AALGenActivationCodeEx, AALGenActivationCodeXErc or AALGenActivationDataRndKey to generate activation data.
In case of multi-device activation, the static vector is used by AAL2GenMessageActivation1 and AAL2GenMessageActivation2 to generate activation messages.
AAL2DPXGetStaticVector must be called after AAL2DPXInit and before one of the following functions:
- AAL2DPXGetToken
- AAL2DPXGetTokenBLOBs
- AAL2DPXGetTokenBLOBsEx, or
- AAL2DPXGetTokenBLOBsEx2
The output static vector is a string of up to 4094+1 characters ending with the null character.