Print the contents of the CRL in parsed form to a file.
This function can be used as a debugging aid or to archive a CRL in another format.
- Parameters
-
| pPrintToFile | [ in ] Create file and write contents of the CRL. |
| pCrlFile | [ in ] CRL file to print contents. |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to initialize was not made before this call. |
| P6R::eFormatError | Unable to read the crlFile. |
| P6R::eInvalidArg | One of the parameters is NULL. |
| P6R::eIoError | Failed to open printToFile for write. |