libdigidocpp
|
#include "X509CertStore_p.h"
#include "DirectoryX509CertStore.h"
#include "../../Conf.h"
#include "../../log.h"
Go to the source code of this file.
Functions | |
STACK_OF (X509)*digidoc = NULL |
STACK_OF | ( | X509 | ) | = NULL |
Return STACK_OF(X509) containing all certs loaded from directory
Searches certificates by object type and returns a stack. NB! The returned certificate must be freed with OpenSSL function X509_free(X509* cert).
subject | certificate object. |
subject | certificate name. |
IOException | exception is thrown if copying certificate failed. |
Definition at line 119 of file X509CertStore.cpp.
Referenced by digidoc::SignatureTM::notarize(), digidoc::SignatureTM::validateOffline(), and digidoc::SignatureBES::validateOnline().