NPKIGetAlgorithmInfo
Obtains the supported key sizes for the specified algorithm (formerly NWPKIGetAlgorithmInfo).
#include "npki.h"
NWRCODE NPKIGetAlgorithmInfo(
const NPKIContext context,
const nuint32 algorithm,
pnuint32 maxKeyEncryptKeySize,
pnuint32 maxSigningKeySize,
pnuint32 maxDataEncryptKeySize,
void *reserved1,
void *reserved2);
Returns 0 if successful, or an eDirectory or PKI error code if not successful.
A successful call to NPKIGetServerInfo must have been made immediately before calling this function.