Discuss this help topic in SecureBlackbox Forum
Returns the DSA algorithm parameters for currently loaded Certificate Request
Declaration
Parameters
Return value
True if DSA parameters were successfully copied.
False if at least one of P, Q, G or Y buffers is too small.
In both cases the PSize, QSize, GSize and YSize values are set
to actual sizes of P, Q, G and Y.
Description
Use this method to obtain the DSA parameters from
Certificate Request. These four parameters (P, Q, G and Y) form the DSA public key.