LibreOffice Module xmlsecurity (master) 1
Macros | Functions
nssinitializer.cxx File Reference
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/mozilla/XMozillaBootstrap.hpp>
#include <com/sun/star/xml/crypto/DigestID.hpp>
#include <com/sun/star/xml/crypto/CipherID.hpp>
#include <com/sun/star/xml/crypto/NSSInitializer.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <officecfg/Office/Common.hxx>
#include <sal/types.h>
#include <rtl/bootstrap.hxx>
#include <rtl/string.hxx>
#include <osl/file.hxx>
#include <osl/thread.h>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/tempfile.hxx>
#include <comphelper/singletonref.hxx>
#include <comphelper/sequence.hxx>
#include <nss/nssinitializer.hxx>
#include "digestcontext.hxx"
#include "ciphercontext.hxx"
#include <cstddef>
#include <memory>
#include <utility>
#include <vector>
#include <nss.h>
#include <pk11pub.h>
#include <secmod.h>
#include <prerror.h>
#include <prinit.h>
Include dependency graph for nssinitializer.cxx:

Go to the source code of this file.

Macros

#define ROOT_CERTS   "Root Certs for OpenOffice.org"
 

Functions

static void nsscrypto_finalize ()
 
SAL_DLLPUBLIC_EXPORT uno::XInterface * com_sun_star_xml_crypto_NSSInitializer_get_implementation (uno::XComponentContext *pCtx, uno::Sequence< uno::Any > const &)
 

Macro Definition Documentation

◆ ROOT_CERTS

#define ROOT_CERTS   "Root Certs for OpenOffice.org"

Definition at line 60 of file nssinitializer.cxx.

Function Documentation

◆ com_sun_star_xml_crypto_NSSInitializer_get_implementation()

SAL_DLLPUBLIC_EXPORT uno::XInterface * com_sun_star_xml_crypto_NSSInitializer_get_implementation ( uno::XComponentContext *  pCtx,
uno::Sequence< uno::Any > const &   
)

Definition at line 632 of file nssinitializer.cxx.

◆ nsscrypto_finalize()

void nsscrypto_finalize ( )
static

Definition at line 498 of file nssinitializer.cxx.

References ROOT_CERTS, and SAL_INFO.

Referenced by ONSSInitializer::initNSS().