CK_RSA_PKCS_PSS_PARAMS

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow @nogc @system
struct CK_RSA_PKCS_PSS_PARAMS {}

Members

Variables

hashAlg
CK_MECHANISM_TYPE hashAlg;
Undocumented in source.
mgf
CK_RSA_PKCS_MGF_TYPE mgf;
Undocumented in source.
sLen
CK_ULONG sLen;
Undocumented in source.

Meta