Retrieves settings from a DES parameters object.
#include "hudes.h"
int hu_DESParamsGet(sb_Params desParams, int *algorithm, int *mode, int *parity, int *weakKey, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
A DES parameters object.
The DES algorithm.
The mode of operation.
The key parity mode.
The weak key detection mode.
A global context.
The desParams object is NULL.
The tag for the params object is not of the expected type.
All output pointers are NULL.
Success.